sample subset of input polygonal data cells
More...
#include <vtkMaskPolyData.h>
Inherits vtkPolyDataAlgorithm.
sample subset of input polygonal data cells
vtkMaskPolyData is a filter that sub-samples the cells of input polygonal data. The user specifies every nth item, with an initial offset to begin sampling.
- See Also
- vtkMaskPoints
- Tests:
- vtkMaskPolyData (Tests)
Definition at line 35 of file vtkMaskPolyData.h.
vtkMaskPolyData::vtkMaskPolyData |
( |
| ) |
|
|
protected |
vtkMaskPolyData::~vtkMaskPolyData |
( |
| ) |
|
|
inlineprotected |
static int vtkMaskPolyData::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkMaskPolyData::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkMaskPolyData::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkMaskPolyData::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkMaskPolyData::SetOnRatio |
( |
int |
| ) |
|
|
virtual |
Turn on every nth entity (cell).
virtual int vtkMaskPolyData::GetOnRatio |
( |
| ) |
|
|
virtual |
Turn on every nth entity (cell).
virtual void vtkMaskPolyData::SetOffset |
( |
vtkIdType |
| ) |
|
|
virtual |
Start with this entity (cell).
virtual vtkIdType vtkMaskPolyData::GetOffset |
( |
| ) |
|
|
virtual |
Start with this entity (cell).
int vtkMaskPolyData::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkMaskPolyData::OnRatio |
|
protected |
vtkIdType vtkMaskPolyData::Offset |
|
protected |
The documentation for this class was generated from the following file: