27 #ifndef vtkRegularPolygonSource_h
28 #define vtkRegularPolygonSource_h
30 #include "vtkFiltersSourcesModule.h"
33 VTK_ABI_NAMESPACE_BEGIN
52 vtkGetMacro(NumberOfSides,
int);
60 vtkSetVector3Macro(Center,
double);
61 vtkGetVectorMacro(Center,
double, 3);
71 vtkGetVectorMacro(
Normal,
double, 3);
78 vtkSetMacro(Radius,
double);
79 vtkGetMacro(Radius,
double);
106 vtkSetMacro(OutputPointsPrecision,
int);
107 vtkGetMacro(OutputPointsPrecision,
int);
129 VTK_ABI_NAMESPACE_END
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
~vtkRegularPolygonSource() override=default
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.
vtkTypeBool GeneratePolygon
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type and printing instance values.
vtkTypeBool GeneratePolyline