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);
75 vtkSetVector3Macro(
Normal,
double);
76 vtkGetVectorMacro(
Normal,
double,3);
84 vtkGetMacro(Radius,
double);
92 vtkGetMacro(GeneratePolygon,
int);
101 vtkGetMacro(GeneratePolyline,
int);
112 vtkGetMacro(OutputPointsPrecision,
int);
126 int GeneratePolyline;
127 int OutputPointsPrecision;
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
~vtkRegularPolygonSource() override
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
create a regular, n-sided polygon and/or polyline
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.