Man Page for vtkDiskSource
Table of Contents

NAME

vtkDiskSource - create a disk with hole in center

SYNOPSIS


#include "/opt/vtk-c++/graphics/vtkDiskSource.h"

class VTK_EXPORT vtkDiskSource : public vtkPolyDataSource

vtkDiskSource();
static vtkDiskSource *New() {return new vtkDiskSource;};
const char *GetClassName() {return "vtkDiskSource";};
void PrintSelf(ostream& os, vtkIndent indent);
void SetInnerRadius(float);
float GetInnerRadius();
void SetOuterRadius(float);
float GetOuterRadius();
void SetRadialResolution(int);
int GetRadialResolution();
void SetCircumferentialResolution(int);
int GetCircumferentialResolution();

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

SUMMARY

void SetInnerRadius(float)
Specify inner radius of hole in disc.

void SetOuterRadius(float)
Specify outer radius of disc.

void SetRadialResolution(int)
Set the number of points in radius direction.

void SetCircumferentialResolution(int)
Set the number of points in circumferential direction.


Table of Contents