33 #ifndef vtkDiskSource_h
34 #define vtkDiskSource_h
36 #include "vtkFiltersSourcesModule.h"
59 vtkGetMacro(InnerRadius,
double);
67 vtkGetMacro(OuterRadius,
double);
74 vtkSetClampMacro(RadialResolution,
int, 1,
VTK_INT_MAX);
75 vtkGetMacro(RadialResolution,
int);
82 vtkSetClampMacro(CircumferentialResolution,
int, 3,
VTK_INT_MAX);
83 vtkGetMacro(CircumferentialResolution,
int);
90 vtkSetVector3Macro(Center,
double);
91 vtkGetVectorMacro(Center,
double, 3);
98 vtkSetVector3Macro(
Normal,
double);
99 vtkGetVectorMacro(
Normal,
double, 3);
108 vtkSetMacro(OutputPointsPrecision,
int);
109 vtkGetMacro(OutputPointsPrecision,
int);
int CircumferentialResolution
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
create a disk with hole in center
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.