27 #ifndef vtkRegularPolygonSource_h 28 #define vtkRegularPolygonSource_h 30 #include "vtkFiltersSourcesModule.h" 51 vtkGetMacro(NumberOfSides,
int);
59 vtkSetVector3Macro(Center,
double);
60 vtkGetVectorMacro(Center,
double,3);
69 vtkSetVector3Macro(
Normal,
double);
70 vtkGetVectorMacro(
Normal,
double,3);
78 vtkGetMacro(Radius,
double);
86 vtkGetMacro(GeneratePolygon,
int);
95 vtkGetMacro(GeneratePolyline,
int);
106 vtkGetMacro(OutputPointsPrecision,
int);
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.
int OutputPointsPrecision
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.