30 #ifndef vtkArcSource_h
31 #define vtkArcSource_h
33 #include "vtkFiltersSourcesModule.h"
36 VTK_ABI_NAMESPACE_BEGIN
48 vtkSetVector3Macro(Point1,
double);
49 vtkGetVectorMacro(Point1,
double, 3);
56 vtkSetVector3Macro(Point2,
double);
57 vtkGetVectorMacro(Point2,
double, 3);
66 vtkSetVector3Macro(Center,
double);
67 vtkGetVectorMacro(Center,
double, 3);
76 vtkSetVector3Macro(
Normal,
double);
77 vtkGetVectorMacro(
Normal,
double, 3);
86 vtkSetVector3Macro(PolarVector,
double);
87 vtkGetVectorMacro(PolarVector,
double, 3);
97 vtkSetClampMacro(Angle,
double, -360.0, 360.0);
98 vtkGetMacro(Angle,
double);
108 vtkGetMacro(Resolution,
int);
118 vtkSetMacro(Negative,
bool);
119 vtkGetMacro(Negative,
bool);
120 vtkBooleanMacro(Negative,
bool);
132 vtkSetMacro(UseNormalAndAngle,
bool);
133 vtkGetMacro(UseNormalAndAngle,
bool);
134 vtkBooleanMacro(UseNormalAndAngle,
bool);
143 vtkSetMacro(OutputPointsPrecision,
int);
144 vtkGetMacro(OutputPointsPrecision,
int);
157 double PolarVector[3];
169 VTK_ABI_NAMESPACE_END
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.