#include <vtkMaskPoints.h>
Inheritance diagram for vtkMaskPoints:
vtkMaskPoints is a filter that passes through points and point attributes from input dataset. (Other geometry is not passed through.) It is possible to mask every nth point, and to specify an initial offset to begin masking from. A special random mode feature enables random selection of points. The filter can also generate vertices (topological primitives) as well as points. This is useful because vertices are rendered while points are not.
Definition at line 38 of file vtkMaskPoints.h.
Public Types | |
typedef vtkPolyDataAlgorithm | 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 | SetMaximumNumberOfPoints (vtkIdType) |
virtual vtkIdType | GetMaximumNumberOfPoints () |
virtual void | SetOffset (vtkIdType) |
virtual vtkIdType | GetOffset () |
virtual void | SetRandomMode (int) |
virtual int | GetRandomMode () |
virtual void | RandomModeOn () |
virtual void | RandomModeOff () |
virtual void | SetGenerateVertices (int) |
virtual int | GetGenerateVertices () |
virtual void | GenerateVerticesOn () |
virtual void | GenerateVerticesOff () |
Static Public Member Functions | |
static vtkMaskPoints * | New () |
static int | IsTypeOf (const char *type) |
static vtkMaskPoints * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkMaskPoints () | |
~vtkMaskPoints () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
int | OnRatio |
vtkIdType | Offset |
int | RandomMode |
vtkIdType | MaximumNumberOfPoints |
int | GenerateVertices |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 42 of file vtkMaskPoints.h. |
|
|
|
Definition at line 83 of file vtkMaskPoints.h. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
Reimplemented from vtkPolyDataAlgorithm. |
|
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 vtkPolyDataAlgorithm. |
|
Turn on every nth point. |
|
|
|
Limit the number of points that can be passed through. |
|
Limit the number of points that can be passed through. |
|
Start with this point. |
|
Start with this point. |
|
Special flag causes randomization of point selection. If this mode is on, statistically every nth point (i.e., OnRatio) will be displayed. |
|
Special flag causes randomization of point selection. If this mode is on, statistically every nth point (i.e., OnRatio) will be displayed. |
|
Special flag causes randomization of point selection. If this mode is on, statistically every nth point (i.e., OnRatio) will be displayed. |
|
Special flag causes randomization of point selection. If this mode is on, statistically every nth point (i.e., OnRatio) will be displayed. |
|
Generate output polydata vertices as well as points. A useful convenience method because vertices are drawn (they are topology) while points are not (they are geometry). By default this method is off. |
|
Generate output polydata vertices as well as points. A useful convenience method because vertices are drawn (they are topology) while points are not (they are geometry). By default this method is off. |
|
Generate output polydata vertices as well as points. A useful convenience method because vertices are drawn (they are topology) while points are not (they are geometry). By default this method is off. |
|
Generate output polydata vertices as well as points. A useful convenience method because vertices are drawn (they are topology) while points are not (they are geometry). By default this method is off. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 88 of file vtkMaskPoints.h. |
|
Definition at line 89 of file vtkMaskPoints.h. |
|
Definition at line 90 of file vtkMaskPoints.h. |
|
Definition at line 91 of file vtkMaskPoints.h. |
|
Definition at line 92 of file vtkMaskPoints.h. |