30 #ifndef vtkDiskSource_h
31 #define vtkDiskSource_h
33 #include "vtkFiltersSourcesModule.h"
48 vtkGetMacro(InnerRadius,
double);
56 vtkGetMacro(OuterRadius,
double);
63 vtkSetClampMacro(RadialResolution,
int,1,
VTK_INT_MAX)
64 vtkGetMacro(RadialResolution,
int);
71 vtkSetClampMacro(CircumferentialResolution,
int,3,
VTK_INT_MAX)
72 vtkGetMacro(CircumferentialResolution,
int);
82 vtkGetMacro(OutputPointsPrecision,
int);
87 ~vtkDiskSource() VTK_OVERRIDE {}
93 int CircumferentialResolution;
94 int OutputPointsPrecision;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
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.