vtkReflectionFilter Class Reference
#include <vtkReflectionFilter.h>
Inheritance diagram for vtkReflectionFilter:
[legend]Collaboration diagram for vtkReflectionFilter:
[legend]List of all members.
Detailed Description
reflects a data set across a plane
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.
- Created by:
-
- CVS contributions (if > 5%):
- Henderson, Amy (57%)
- Geveci, Berk (26%)
- Law, Charles (11%)
- CVS logs (CVSweb):
.h (/Graphics/vtkReflectionFilter
.h)
.cxx (/Graphics/vtkReflectionFilter
.cxx)
- Tests:
- vtkReflectionFilter (Tests)
Definition at line 44 of file vtkReflectionFilter.h.
|
Public Types |
typedef vtkDataSetToUnstructuredGridFilter | 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 |
vtkReflectionFilter * | New () |
int | IsTypeOf (const char *type) |
vtkReflectionFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| vtkReflectionFilter () |
| ~vtkReflectionFilter () |
void | Execute () |
void | FlipVector (double tuple[3], int mirrorDir[3]) |
Protected Attributes |
int | Plane |
double | Center |
int | CopyInput |
Member Typedef Documentation
Member Enumeration Documentation
|
- Enumeration values:
-
USE_X_MIN |
|
USE_Y_MIN |
|
USE_Z_MIN |
|
USE_X_MAX |
|
USE_Y_MAX |
|
USE_Z_MAX |
|
USE_X |
|
USE_Y |
|
USE_Z |
|
Definition at line 53 of file vtkReflectionFilter.h. |
Constructor & Destructor Documentation
vtkReflectionFilter::vtkReflectionFilter |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkReflectionFilter::GetClassName |
( |
|
) |
[virtual] |
|
int vtkReflectionFilter::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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. |
virtual int vtkReflectionFilter::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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. |
void vtkReflectionFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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. |
virtual void vtkReflectionFilter::SetPlane |
( |
int |
|
) |
[virtual] |
|
|
Set the normal of the plane to use as mirror. |
virtual int vtkReflectionFilter::GetPlane |
( |
|
) |
[virtual] |
|
|
Set the normal of the plane to use as mirror. |
void vtkReflectionFilter::SetPlaneToX |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToY |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToZ |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToXMin |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToYMin |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToZMin |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToXMax |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToYMax |
( |
|
) |
[inline] |
|
void vtkReflectionFilter::SetPlaneToZMax |
( |
|
) |
[inline] |
|
virtual void vtkReflectionFilter::SetCenter |
( |
double |
|
) |
[virtual] |
|
|
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane. |
virtual double vtkReflectionFilter::GetCenter |
( |
|
) |
[virtual] |
|
|
If the reflection plane is set to X, Y or Z, this variable is use to set the position of the plane. |
virtual void vtkReflectionFilter::SetCopyInput |
( |
int |
|
) |
[virtual] |
|
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
virtual int vtkReflectionFilter::GetCopyInput |
( |
|
) |
[virtual] |
|
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
virtual void vtkReflectionFilter::CopyInputOn |
( |
|
) |
[virtual] |
|
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
virtual void vtkReflectionFilter::CopyInputOff |
( |
|
) |
[virtual] |
|
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the reflection. |
void vtkReflectionFilter::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
void vtkReflectionFilter::FlipVector |
( |
double |
tuple[3], |
|
|
int |
mirrorDir[3] |
|
) |
[protected] |
|
Member Data Documentation
The documentation for this class was generated from the following file: