26 #ifndef __vtkSectorSource_h
27 #define __vtkSectorSource_h
29 #include "vtkFiltersModelingModule.h"
42 vtkGetMacro(InnerRadius,
double);
48 vtkGetMacro(OuterRadius,
double);
54 vtkGetMacro(ZCoord,
double);
60 vtkGetMacro(RadialResolution,
int);
66 vtkGetMacro(CircumferentialResolution,
int);
72 vtkGetMacro(StartAngle,
double);
78 vtkGetMacro(EndAngle,
double);
83 ~vtkSectorSource() {};