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:
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:
void SetInnerRadius (float ) | |
float GetInnerRadius () |
void SetOuterRadius (float ) | |
float GetOuterRadius () |
void SetRadialResolution (int ) | |
int GetRadialResolution () |
void SetCircumferentialResolution (int ) | |
int GetCircumferentialResolution () |