32 #ifndef __vtkArcSource_h
33 #define __vtkArcSource_h
35 #include "vtkFiltersSourcesModule.h"
43 void PrintSelf(ostream& os, vtkIndent indent);
47 vtkSetVector3Macro(Point1,
double);
48 vtkGetVectorMacro(Point1,
double,3);
53 vtkSetVector3Macro(Point2,
double);
54 vtkGetVectorMacro(Point2,
double,3);
61 vtkSetVector3Macro(Center,
double);
62 vtkGetVectorMacro(Center,
double,3);
68 vtkSetVector3Macro(Normal,
double);
69 vtkGetVectorMacro(Normal,
double,3);
75 vtkSetVector3Macro(PolarVector,
double);
76 vtkGetVectorMacro(PolarVector,
double,3);
82 vtkSetClampMacro(Angle,
double,-360.0,360.0);
83 vtkGetMacro(Angle,
double);
89 vtkSetClampMacro(Resolution,
int,1,VTK_INT_MAX);
90 vtkGetMacro(Resolution,
int);
96 vtkSetMacro(Negative,
bool);
97 vtkGetMacro(Negative,
bool);
98 vtkBooleanMacro(Negative,
bool);
106 vtkSetMacro(UseNormalAndAngle,
bool);
107 vtkGetMacro(UseNormalAndAngle,
bool);
108 vtkBooleanMacro(UseNormalAndAngle,
bool);
115 int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
116 int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
121 double PolarVector[3];
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.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)