42 #ifndef vtkArcSource_h
43 #define vtkArcSource_h
45 #include "vtkFiltersSourcesModule.h"
59 vtkSetVector3Macro(Point1,
double);
60 vtkGetVectorMacro(Point1,
double,3);
67 vtkSetVector3Macro(Point2,
double);
68 vtkGetVectorMacro(Point2,
double,3);
77 vtkSetVector3Macro(Center,
double);
78 vtkGetVectorMacro(Center,
double,3);
97 vtkSetVector3Macro(PolarVector,
double);
98 vtkGetVectorMacro(PolarVector,
double,3);
108 vtkSetClampMacro(Angle,
double,-360.0,360.0);
109 vtkGetMacro(Angle,
double);
119 vtkGetMacro(Resolution,
int);
130 vtkGetMacro(Negative,
bool);
144 vtkGetMacro(UseNormalAndAngle,
bool);
155 vtkGetMacro(OutputPointsPrecision,
int);
168 double PolarVector[3];
177 void operator=(
const vtkArcSource&) VTK_DELETE_FUNCTION;