26 #ifndef __vtkSectorSource_h
27 #define __vtkSectorSource_h
41 vtkGetMacro(InnerRadius,
double);
47 vtkGetMacro(OuterRadius,
double);
53 vtkGetMacro(ZCoord,
double);
59 vtkGetMacro(RadialResolution,
int);
65 vtkGetMacro(CircumferentialResolution,
int);
71 vtkGetMacro(StartAngle,
double);
77 vtkGetMacro(EndAngle,
double);
82 ~vtkSectorSource() {};