#include <vtkDiskSource.h>
Inheritance diagram for vtkDiskSource:
vtkDiskSource creates a polygonal disk with a hole in the center. The disk has zero height. The user can specify the inner and outer radius of the disk, and the radial and circumferential resolution of the polygonal representation.
Definition at line 34 of file vtkDiskSource.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 | SetInnerRadius (double) |
virtual double | GetInnerRadius () |
virtual void | SetOuterRadius (double) |
virtual double | GetOuterRadius () |
virtual void | SetRadialResolution (int) |
virtual int | GetRadialResolution () |
virtual void | SetCircumferentialResolution (int) |
virtual int | GetCircumferentialResolution () |
Static Public Member Functions | |
static vtkDiskSource * | New () |
static int | IsTypeOf (const char *type) |
static vtkDiskSource * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkDiskSource () | |
~vtkDiskSource () | |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
Protected Attributes | |
double | InnerRadius |
double | OuterRadius |
int | RadialResolution |
int | CircumferentialResolution |
|
Reimplemented from vtkPolyDataAlgorithm. Definition at line 38 of file vtkDiskSource.h. |
|
|
|
Definition at line 67 of file vtkDiskSource.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. |
|
Specify inner radius of hole in disc. |
|
|
|
Specify outer radius of disc. |
|
Specify outer radius of disc. |
|
Set the number of points in radius direction. |
|
Set the number of points in radius direction. |
|
Set the number of points in circumferential direction. |
|
Set the number of points in circumferential direction. |
|
This is called by the superclass. This is the method you should override. Reimplemented from vtkPolyDataAlgorithm. |
|
Definition at line 70 of file vtkDiskSource.h. |
|
Definition at line 71 of file vtkDiskSource.h. |
|
Definition at line 72 of file vtkDiskSource.h. |
|
Definition at line 73 of file vtkDiskSource.h. |