33 #ifndef vtkRegularPolygonSource_h
34 #define vtkRegularPolygonSource_h
36 #include "vtkFiltersSourcesModule.h"
57 vtkGetMacro(NumberOfSides,
int);
65 vtkSetVector3Macro(Center,
double);
66 vtkGetVectorMacro(Center,
double,3);
75 vtkSetVector3Macro(
Normal,
double);
76 vtkGetVectorMacro(
Normal,
double,3);
83 vtkSetMacro(Radius,
double);
84 vtkGetMacro(Radius,
double);
111 vtkSetMacro(OutputPointsPrecision,
int);
112 vtkGetMacro(OutputPointsPrecision,
int);