27 #ifndef vtkSectorSource_h
28 #define vtkSectorSource_h
30 #include "vtkFiltersModelingModule.h"
45 vtkGetMacro(InnerRadius,
double);
53 vtkGetMacro(OuterRadius,
double);
61 vtkGetMacro(ZCoord,
double);
69 vtkGetMacro(RadialResolution,
int);
77 vtkGetMacro(CircumferentialResolution,
int);
85 vtkGetMacro(StartAngle,
double);
93 vtkGetMacro(EndAngle,
double);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
create a sector of a disk
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called by the superclass.
int CircumferentialResolution
static vtkSectorSource * New()
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.