23 #ifndef __vtkArcSource_h
24 #define __vtkArcSource_h
37 vtkSetVector3Macro(Point1,
double);
38 vtkGetVectorMacro(Point1,
double,3);
43 vtkSetVector3Macro(Point2,
double);
44 vtkGetVectorMacro(Point2,
double,3);
51 vtkSetVector3Macro(Center,
double);
52 vtkGetVectorMacro(Center,
double,3);
59 vtkGetMacro(Resolution,
int);
65 vtkSetMacro(Negative,
bool);
66 vtkGetMacro(Negative,
bool);
67 vtkBooleanMacro(Negative,
bool);
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)
#define VTK_LARGE_INTEGER