15#ifndef vtkSectorSource_h 
   16#define vtkSectorSource_h 
   18#include "vtkFiltersModelingModule.h"  
   21VTK_ABI_NAMESPACE_BEGIN
 
   34  vtkGetMacro(InnerRadius, 
double);
 
   42  vtkGetMacro(OuterRadius, 
double);
 
   50  vtkGetMacro(ZCoord, 
double);
 
   58  vtkGetMacro(RadialResolution, 
int);
 
   65  vtkSetClampMacro(CircumferentialResolution, 
int, 3, 
VTK_INT_MAX);
 
   66  vtkGetMacro(CircumferentialResolution, 
int);
 
   74  vtkGetMacro(StartAngle, 
double);
 
   82  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
 
static vtkSectorSource * New()
 
int CircumferentialResolution
 
~vtkSectorSource() override=default
 
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.