15 #ifndef vtkSectorSource_h
16 #define vtkSectorSource_h
18 #include "vtkFiltersModelingModule.h"
21 VTK_ABI_NAMESPACE_BEGIN
34 vtkGetMacro(InnerRadius,
double);
42 vtkGetMacro(OuterRadius,
double);
50 vtkGetMacro(ZCoord,
double);
57 vtkSetClampMacro(RadialResolution,
int, 1,
VTK_INT_MAX);
58 vtkGetMacro(RadialResolution,
int);
65 vtkSetClampMacro(CircumferentialResolution,
int, 3,
VTK_INT_MAX);
66 vtkGetMacro(CircumferentialResolution,
int);
74 vtkGetMacro(StartAngle,
double);
82 vtkGetMacro(EndAngle,
double);
103 VTK_ABI_NAMESPACE_END
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
create a sector of a disk
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int CircumferentialResolution
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.