#include <vtkCubeSource.h>
Inheritance diagram for vtkCubeSource:
vtkCubeSource creates a cube centered at origin. The cube is represented with four-sided polygons. It is possible to specify the length, width, and height of the cube independently.
Definition at line 34 of file vtkCubeSource.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 | SetXLength (double) |
virtual double | GetXLength () |
virtual void | SetYLength (double) |
virtual double | GetYLength () |
virtual void | SetZLength (double) |
virtual double | GetZLength () |
virtual void | SetCenter (double, double, double) |
virtual void | SetCenter (double[3]) |
virtual double * | GetCenter () |
virtual void | GetCenter (double data[3]) |
void | SetBounds (double xMin, double xMax, double yMin, double yMax, double zMin, double zMax) |
void | SetBounds (double bounds[6]) |
Static Public Member Functions | |
static vtkCubeSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkCubeSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCubeSource (double xL=1.0, double yL=1.0, double zL=1.0) | |
~vtkCubeSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | XLength |
double | YLength |
double | ZLength |
double | Center [3] |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 38 of file vtkCubeSource.h. |
|
|
|
Definition at line 76 of file vtkCubeSource.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. |
|
Set the length of the cube in the x-direction. |
|
|
|
Set the length of the cube in the y-direction. |
|
Set the length of the cube in the y-direction. |
|
Set the length of the cube in the z-direction. |
|
Set the length of the cube in the z-direction. |
|
Set the center of the cube. |
|
Set the center of the cube. |
|
Set the center of the cube. |
|
Set the center of the cube. |
|
Convenience method allows creation of cube by specifying bounding box. |
|
Convenience method allows creation of cube by specifying bounding box. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 79 of file vtkCubeSource.h. |
|
Definition at line 80 of file vtkCubeSource.h. |
|
Definition at line 81 of file vtkCubeSource.h. |
|
Definition at line 82 of file vtkCubeSource.h. |