#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 32 of file vtkReflectionFilter.h.
Public Types | |
typedef vtkUnstructuredGridAlgorithm | Superclass |
enum | ReflectionPlane { USE_X_MIN = 0, USE_Y_MIN = 1, USE_Z_MIN = 2, USE_X_MAX = 3, USE_Y_MAX = 4, USE_Z_MAX = 5, USE_X = 6, USE_Y = 7, USE_Z = 8 } |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetPlane (int) |
virtual int | GetPlane () |
void | SetPlaneToX () |
void | SetPlaneToY () |
void | SetPlaneToZ () |
void | SetPlaneToXMin () |
void | SetPlaneToYMin () |
void | SetPlaneToZMin () |
void | SetPlaneToXMax () |
void | SetPlaneToYMax () |
void | SetPlaneToZMax () |
virtual void | SetCenter (double) |
virtual double | GetCenter () |
virtual void | SetCopyInput (int) |
virtual int | GetCopyInput () |
virtual void | CopyInputOn () |
virtual void | CopyInputOff () |
Static Public Member Functions | |
static vtkReflectionFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkReflectionFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkReflectionFilter () | |
~vtkReflectionFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
void | FlipVector (double tuple[3], int mirrorDir[3]) |
Protected Attributes | |
int | Plane |
double | Center |
int | CopyInput |
|
Reimplemented from vtkUnstructuredGridAlgorithm. Definition at line 37 of file vtkReflectionFilter.h. |
|
Definition at line 41 of file vtkReflectionFilter.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkUnstructuredGridAlgorithm. |
|
Reimplemented from vtkUnstructuredGridAlgorithm. |
|
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 vtkUnstructuredGridAlgorithm. |
|
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 vtkUnstructuredGridAlgorithm. |
|
Reimplemented from vtkUnstructuredGridAlgorithm. |
|
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 vtkUnstructuredGridAlgorithm. |
|
Set the normal of the plane to use as mirror. |
|
|
|
Definition at line 59 of file vtkReflectionFilter.h. |
|
Definition at line 60 of file vtkReflectionFilter.h. |
|
Definition at line 61 of file vtkReflectionFilter.h. |
|
Definition at line 62 of file vtkReflectionFilter.h. |
|
Definition at line 63 of file vtkReflectionFilter.h. |
|
Definition at line 64 of file vtkReflectionFilter.h. |
|
Definition at line 65 of file vtkReflectionFilter.h. |
|
Definition at line 66 of file vtkReflectionFilter.h. |
|
Definition at line 67 of file vtkReflectionFilter.h. |
|
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane. |
|
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane. |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkUnstructuredGridAlgorithm. |
|
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 vtkUnstructuredGridAlgorithm. |
|
|
|
Definition at line 92 of file vtkReflectionFilter.h. |
|
Definition at line 93 of file vtkReflectionFilter.h. |
|
Definition at line 94 of file vtkReflectionFilter.h. |