35 #ifndef vtkArcSource_h
36 #define vtkArcSource_h
50 vtkSetVector3Macro(Point1,
double);
51 vtkGetVectorMacro(Point1,
double,3);
56 vtkSetVector3Macro(Point2,
double);
57 vtkGetVectorMacro(Point2,
double,3);
64 vtkSetVector3Macro(Center,
double);
65 vtkGetVectorMacro(Center,
double,3);
71 vtkSetVector3Macro(
Normal,
double);
72 vtkGetVectorMacro(
Normal,
double,3);
78 vtkSetVector3Macro(PolarVector,
double);
79 vtkGetVectorMacro(PolarVector,
double,3);
85 vtkSetClampMacro(Angle,
double,-360.0,360.0);
86 vtkGetMacro(Angle,
double);
93 vtkGetMacro(Resolution,
int);
99 vtkSetMacro(Negative,
bool);
100 vtkGetMacro(Negative,
bool);
101 vtkBooleanMacro(Negative,
bool);
109 vtkSetMacro(UseNormalAndAngle,
bool);
110 vtkGetMacro(UseNormalAndAngle,
bool);
111 vtkBooleanMacro(UseNormalAndAngle,
bool);
119 vtkSetMacro(OutputPointsPrecision,
int);
120 vtkGetMacro(OutputPointsPrecision,
int);
133 double PolarVector[3];
int OutputPointsPrecision
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
create an arc between two end points
static vtkPolyDataAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)