18 #ifndef vtkRegularPolygonSource_h
19 #define vtkRegularPolygonSource_h
21 #include "vtkFiltersSourcesModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
42 vtkSetClampMacro(NumberOfSides,
int, 3,
VTK_INT_MAX);
43 vtkGetMacro(NumberOfSides,
int);
51 vtkSetVector3Macro(Center,
double);
52 vtkGetVectorMacro(Center,
double, 3);
61 vtkSetVector3Macro(
Normal,
double);
62 vtkGetVectorMacro(
Normal,
double, 3);
69 vtkSetMacro(Radius,
double);
70 vtkGetMacro(Radius,
double);
97 vtkSetMacro(OutputPointsPrecision,
int);
98 vtkGetMacro(OutputPointsPrecision,
int);
120 VTK_ABI_NAMESPACE_END
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
vtkTypeBool GeneratePolyline
vtkTypeBool GeneratePolygon
create a regular, n-sided polygon and/or polyline
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.