vtkMaskPolyData - sample subset of input polygonal data
Super Class: vtkPolyDataToPolyDataFilter
Description:
vtkMaskPolyData is a filter that sub-samples input polygonal data. The user specifies every nth item, with an initial offset to begin sampling.
Methods:
| void vtkMaskPolyData () | |
| static vtkMaskPolyData *New () | |
| const char *GetClassName () | |
| void PrintSelf (unknown & ,vtkIndent ) | |
| void SetOnRatio (int ) | |
| int GetOnRatio () | |
| void SetOffset (int ) | |
| int GetOffset () | |
| void Execute () |
Detailed Method Descriptions:
![]()
| void SetOnRatio (int ) | |
| int GetOnRatio () |
![]()
| void SetOffset (int ) | |
| int GetOffset () |
![]()