92 #ifndef vtkDiskSource_h
93 #define vtkDiskSource_h
95 #include "vtkFiltersSourcesModule.h"
118 vtkGetMacro(InnerRadius,
double);
126 vtkGetMacro(OuterRadius,
double);
134 vtkGetMacro(RadialResolution,
int);
142 vtkGetMacro(CircumferentialResolution,
int);
149 vtkSetVector3Macro(Center,
double);
150 vtkGetVectorMacro(Center,
double, 3);
167 vtkSetMacro(OutputPointsPrecision,
int);
168 vtkGetMacro(OutputPointsPrecision,
int);
create a disk with hole in center
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods to instantiate the class, obtain type information, and print the state of the object...
vtkSmartPointer< vtkTransform > GetTransformation()
int OutputPointsPrecision
~vtkDiskSource() override=default
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkDiskSource * New()
Standard methods to instantiate the class, obtain type information, and print the state of the object...
int CircumferentialResolution
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.