#include <vtkCylinderSource.h>
Inheritance diagram for vtkCylinderSource:
vtkCylinderSource creates a polygonal cylinder centered at Center; The axis of the cylinder is aligned along the global y-axis. The height and radius of the cylinder can be specified, as well as the number of sides. It is also possible to control whether the cylinder is open-ended or capped.
Definition at line 38 of file vtkCylinderSource.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 | SetHeight (double) |
virtual double | GetHeight () |
virtual void | SetRadius (double) |
virtual double | GetRadius () |
virtual void | SetCenter (double, double, double) |
virtual void | SetCenter (double[3]) |
virtual double * | GetCenter () |
virtual void | GetCenter (double data[3]) |
virtual void | SetResolution (int) |
virtual int | GetResolution () |
virtual void | SetCapping (int) |
virtual int | GetCapping () |
virtual void | CappingOn () |
virtual void | CappingOff () |
Static Public Member Functions | |
static vtkCylinderSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkCylinderSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkCylinderSource (int res=6) | |
~vtkCylinderSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | Height |
double | Radius |
double | Center [3] |
int | Resolution |
int | Capping |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 42 of file vtkCylinderSource.h. |
|
|
|
Definition at line 78 of file vtkCylinderSource.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 height of the cylinder. |
|
|
|
Set the radius of the cylinder. |
|
Set the radius of the cylinder. |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Set/Get cylinder center |
|
Set the number of facets used to define cylinder. |
|
Set the number of facets used to define cylinder. |
|
Turn on/off whether to cap cylinder with polygons. |
|
Turn on/off whether to cap cylinder with polygons. |
|
Turn on/off whether to cap cylinder with polygons. |
|
Turn on/off whether to cap cylinder with polygons. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 81 of file vtkCylinderSource.h. |
|
Definition at line 82 of file vtkCylinderSource.h. |
|
Definition at line 83 of file vtkCylinderSource.h. |
|
Definition at line 84 of file vtkCylinderSource.h. |
|
Definition at line 85 of file vtkCylinderSource.h. |