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);
87 vtkSetVector3Macro(
Normal,
double);
88 vtkGetVectorMacro(
Normal,
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);
129 vtkSetMacro(Negative,
bool);
130 vtkGetMacro(Negative,
bool);
131 vtkBooleanMacro(Negative,
bool);
143 vtkSetMacro(UseNormalAndAngle,
bool);
144 vtkGetMacro(UseNormalAndAngle,
bool);
145 vtkBooleanMacro(UseNormalAndAngle,
bool);
154 vtkSetMacro(OutputPointsPrecision,
int);
155 vtkGetMacro(OutputPointsPrecision,
int);
168 double PolarVector[3];
int OutputPointsPrecision
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
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)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.