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);
130 vtkGetMacro(Negative,
bool);
144 vtkGetMacro(UseNormalAndAngle,
bool);
155 vtkGetMacro(OutputPointsPrecision,
int);
168 double PolarVector[3];
172 bool UseNormalAndAngle;
173 int OutputPointsPrecision;
177 void operator=(const
vtkArcSource&) VTK_DELETE_FUNCTION;
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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.