Documentation for vtkDiskSource

vtkDiskSource - create a disk with hole in center

Super Class: vtkPolyDataSource

Description:

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.

 

See Also:

vtkLinearExtrusionFilter

 

Methods:

void vtkDiskSource ()
static vtkDiskSource *New ()
const char *GetClassName ()
void PrintSelf (unknown & ,vtkIndent )
void SetInnerRadius (float )
float GetInnerRadius ()
void SetOuterRadius (float )
float GetOuterRadius ()
void SetRadialResolution (int )
int GetRadialResolution ()
void SetCircumferentialResolution (int )
int GetCircumferentialResolution ()
void Execute ()

 

Detailed Method Descriptions:

Specify inner radius of hole in disc.

void SetInnerRadius (float )
float GetInnerRadius ()

Specify outer radius of disc.

void SetOuterRadius (float )
float GetOuterRadius ()

Set the number of points in radius direction.

void SetRadialResolution (int )
int GetRadialResolution ()

Set the number of points in circumferential direction.

void SetCircumferentialResolution (int )
int GetCircumferentialResolution ()