27 #ifndef vtkSectorSource_h 
   28 #define vtkSectorSource_h 
   30 #include "vtkFiltersModelingModule.h"  
   45     vtkGetMacro(InnerRadius,
double);
 
   53     vtkGetMacro(OuterRadius,
double);
 
   61     vtkGetMacro(ZCoord,
double);
 
   68   vtkSetClampMacro(RadialResolution,
int,1,
VTK_INT_MAX)
 
   69     vtkGetMacro(RadialResolution,
int);
 
   76   vtkSetClampMacro(CircumferentialResolution,
int,3,
VTK_INT_MAX)
 
   77     vtkGetMacro(CircumferentialResolution,
int);
 
   85     vtkGetMacro(StartAngle,
double);
 
   93     vtkGetMacro(EndAngle,
double);
 
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.