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);
76 vtkSetClampMacro(CircumferentialResolution,
int, 3,
VTK_INT_MAX);
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
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.