#include <vtkRotationFilter.h>
Inheritance diagram for vtkRotationFilter:
The vtkRotationFilter duplicates a data set by rotation about one of the 3 axis of the dataset's reference. Since it converts data sets into unstructured grids, it is not efficient for structured data sets.
Definition at line 36 of file vtkRotationFilter.h.
Public Types | |
typedef vtkUnstructuredGridAlgorithm | Superclass |
enum | RotationAxis { USE_X = 0, USE_Y = 1, USE_Z = 2 } |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetAxis (int) |
virtual int | GetAxis () |
void | SetAxisToX () |
void | SetAxisToY () |
void | SetAxisToZ () |
virtual void | SetAngle (double) |
virtual double | GetAngle () |
virtual void | SetCenter (double, double, double) |
virtual void | SetCenter (double[3]) |
virtual double * | GetCenter () |
virtual void | GetCenter (double &, double &, double &) |
virtual void | GetCenter (double[3]) |
virtual void | SetNumberOfCopies (int) |
virtual int | GetNumberOfCopies () |
virtual void | SetCopyInput (int) |
virtual int | GetCopyInput () |
virtual void | CopyInputOn () |
virtual void | CopyInputOff () |
Static Public Member Functions | |
static vtkRotationFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkRotationFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkRotationFilter () | |
~vtkRotationFilter () | |
virtual int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
Protected Attributes | |
int | Axis |
double | Angle |
double | Center [3] |
int | NumberOfCopies |
int | CopyInput |
|
Reimplemented from vtkUnstructuredGridAlgorithm. Definition at line 40 of file vtkRotationFilter.h. |
|
Definition at line 44 of file vtkRotationFilter.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 axis of rotation to use. It is set by default to Z. |
|
|
|
Definition at line 56 of file vtkRotationFilter.h. |
|
Definition at line 57 of file vtkRotationFilter.h. |
|
Definition at line 58 of file vtkRotationFilter.h. |
|
Set the rotation angle to use. |
|
Set the rotation angle to use. |
|
Set the rotation center coordinates. |
|
Set the rotation center coordinates. |
|
Set the rotation center coordinates. |
|
Set the rotation center coordinates. |
|
Set the rotation center coordinates. |
|
Set the number of copies to create. The source will be rotated N times and a new polydata copy of the original created at each angular position All copies will be appended to form a single output |
|
Set the number of copies to create. The source will be rotated N times and a new polydata copy of the original created at each angular position All copies will be appended to form a single output |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation. |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation. |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation. |
|
If on (the default), copy the input geometry to the output. If off, the output will only contain the rotation. |
|
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 97 of file vtkRotationFilter.h. |
|
Definition at line 98 of file vtkRotationFilter.h. |
|
Definition at line 99 of file vtkRotationFilter.h. |
|
Definition at line 100 of file vtkRotationFilter.h. |
|
Definition at line 101 of file vtkRotationFilter.h. |