30 #ifndef vtkDiskSource_h
31 #define vtkDiskSource_h
33 #include "vtkFiltersSourcesModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
57 vtkGetMacro(InnerRadius,
double);
65 vtkGetMacro(OuterRadius,
double);
73 vtkGetMacro(RadialResolution,
int);
80 vtkSetClampMacro(CircumferentialResolution,
int, 3,
VTK_INT_MAX);
81 vtkGetMacro(CircumferentialResolution,
int);
88 vtkSetVector3Macro(Center,
double);
89 vtkGetVectorMacro(Center,
double, 3);
97 vtkGetVectorMacro(
Normal,
double, 3);
106 vtkSetMacro(OutputPointsPrecision,
int);
107 vtkGetMacro(OutputPointsPrecision,
int);
129 VTK_ABI_NAMESPACE_END
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.