33 #ifndef vtkRegularPolygonSource_h
34 #define vtkRegularPolygonSource_h
36 #include "vtkFiltersSourcesModule.h"
57 vtkGetMacro(NumberOfSides,
int);
65 vtkSetVector3Macro(Center,
double);
66 vtkGetVectorMacro(Center,
double,3);
84 vtkGetMacro(Radius,
double);
92 vtkGetMacro(GeneratePolygon,
int);
101 vtkGetMacro(GeneratePolyline,
int);
112 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
create a regular, n-sided polygon and/or polyline
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
vtkRegularPolygonSource()
static vtkRegularPolygonSource * New()
Standard methods for instantiation, obtaining type and printing instance values.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkRegularPolygonSource() override
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.