30 #ifndef vtkRegularPolygonSource_h
31 #define vtkRegularPolygonSource_h
33 #include "vtkFiltersSourcesModule.h"
53 vtkSetClampMacro(NumberOfSides,
int, 3,
VTK_INT_MAX);
54 vtkGetMacro(NumberOfSides,
int);
62 vtkSetVector3Macro(Center,
double);
63 vtkGetVectorMacro(Center,
double, 3);
72 vtkSetVector3Macro(
Normal,
double);
73 vtkGetVectorMacro(
Normal,
double, 3);
80 vtkSetMacro(Radius,
double);
81 vtkGetMacro(Radius,
double);
108 vtkSetMacro(OutputPointsPrecision,
int);
109 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
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.