#include <vtkMaskPolyData.h>
Inheritance diagram for vtkMaskPolyData:
vtkMaskPolyData is a filter that sub-samples input polygonal data. The user specifies every nth item, with an initial offset to begin sampling.
Definition at line 43 of file vtkMaskPolyData.h.
Public Types | |
typedef vtkPolyDataToPolyDataFilter | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetOnRatio (int) |
virtual int | GetOnRatio () |
virtual void | SetOffset (vtkIdType) |
virtual vtkIdType | GetOffset () |
Static Public Member Functions | |
vtkMaskPolyData * | New () |
int | IsTypeOf (const char *type) |
vtkMaskPolyData * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMaskPolyData () | |
~vtkMaskPolyData () | |
void | Execute () |
Protected Attributes | |
int | OnRatio |
vtkIdType | Offset |
|
Reimplemented from vtkPolyDataToPolyDataFilter. Definition at line 47 of file vtkMaskPolyData.h. |
|
|
|
Definition at line 64 of file vtkMaskPolyData.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkPolyDataToPolyDataFilter. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataToPolyDataFilter. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkPolyDataToPolyDataFilter. |
|
Reimplemented from vtkPolyDataToPolyDataFilter. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkPolyDataToPolyDataFilter. |
|
Turn on every nth entity (cell). |
|
Turn on every nth entity (cell). |
|
Start with this entity (cell). |
|
Start with this entity (cell). |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 67 of file vtkMaskPolyData.h. |
|
Definition at line 68 of file vtkMaskPolyData.h. |