27 #ifndef vtkDiskSource_h 28 #define vtkDiskSource_h 30 #include "vtkFiltersSourcesModule.h" 45 vtkGetMacro(InnerRadius,
double);
53 vtkGetMacro(OuterRadius,
double);
60 vtkSetClampMacro(RadialResolution,
int,1,
VTK_INT_MAX)
61 vtkGetMacro(RadialResolution,
int);
68 vtkSetClampMacro(CircumferentialResolution,
int,3,
VTK_INT_MAX)
69 vtkGetMacro(CircumferentialResolution,
int);
79 vtkGetMacro(OutputPointsPrecision,
int);
int CircumferentialResolution
~vtkDiskSource() override
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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.