26 #ifndef vtkSectorSource_h
27 #define vtkSectorSource_h
42 vtkGetMacro(InnerRadius,
double);
48 vtkGetMacro(OuterRadius,
double);
54 vtkGetMacro(ZCoord,
double);
59 vtkSetClampMacro(RadialResolution,
int,1,
VTK_INT_MAX)
60 vtkGetMacro(RadialResolution,
int);
65 vtkSetClampMacro(CircumferentialResolution,
int,3,
VTK_INT_MAX)
66 vtkGetMacro(CircumferentialResolution,
int);
72 vtkGetMacro(StartAngle,
double);
78 vtkGetMacro(EndAngle,
double);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define VTKFILTERSMODELING_EXPORT
create a sector of a disk
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
int CircumferentialResolution