#include <vtkReflectionFilter.h>
Inheritance diagram for vtkReflectionFilter:
The vtkReflectionFilter reflects a data set across one of the planes formed by the data set's bounding box. Since it converts data sets into unstructured grids, it is not effeicient for structured data sets.
Definition at line 54 of file vtkReflectionFilter.h.
Public Types | |
typedef vtkDataSetToUnstructuredGridFilter | Superclass |
Public Methods | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPlane (int) |
virtual int | GetPlane () |
void | SetPlaneToXMin () |
void | SetPlaneToYMin () |
void | SetPlaneToZMin () |
void | SetPlaneToXMax () |
void | SetPlaneToYMax () |
void | SetPlaneToZMax () |
Static Public Methods | |
vtkReflectionFilter * | New () |
int | IsTypeOf (const char *type) |
vtkReflectionFilter * | SafeDownCast (vtkObject *o) |
Protected Methods | |
vtkReflectionFilter () | |
~vtkReflectionFilter () | |
void | Execute () |
Protected Attributes | |
int | Plane |
|
Reimplemented from vtkDataSetToUnstructuredGridFilter. Definition at line 59 of file vtkReflectionFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Reimplemented from vtkDataSetToUnstructuredGridFilter. |
|
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 vtkDataSetToUnstructuredGridFilter. |
|
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 vtkDataSetToUnstructuredGridFilter. |
|
Reimplemented from vtkDataSetToUnstructuredGridFilter. |
|
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 vtkDataSetToUnstructuredGridFilter. |
|
|
|
|
|
Definition at line 64 of file vtkReflectionFilter.h. References VTK_USE_X_MIN. |
|
Definition at line 65 of file vtkReflectionFilter.h. References VTK_USE_Y_MIN. |
|
Definition at line 66 of file vtkReflectionFilter.h. References VTK_USE_Z_MIN. |
|
Definition at line 67 of file vtkReflectionFilter.h. References VTK_USE_X_MAX. |
|
Definition at line 68 of file vtkReflectionFilter.h. References VTK_USE_Y_MAX. |
|
Definition at line 69 of file vtkReflectionFilter.h. References VTK_USE_Z_MAX. |
|
This method is the old style execute method Reimplemented from vtkSource. |
|
Definition at line 77 of file vtkReflectionFilter.h. |