27 #ifndef vtkRegularPolygonSource_h
28 #define vtkRegularPolygonSource_h
30 #include "vtkFiltersSourcesModule.h"
50 vtkSetClampMacro(NumberOfSides,
int, 3,
VTK_INT_MAX);
51 vtkGetMacro(NumberOfSides,
int);
59 vtkSetVector3Macro(Center,
double);
60 vtkGetVectorMacro(Center,
double, 3);
69 vtkSetVector3Macro(
Normal,
double);
70 vtkGetVectorMacro(
Normal,
double, 3);
77 vtkSetMacro(Radius,
double);
78 vtkGetMacro(Radius,
double);
105 vtkSetMacro(OutputPointsPrecision,
int);
106 vtkGetMacro(OutputPointsPrecision,
int);