33 #ifndef vtkEllipseArcSource_h
34 #define vtkEllipseArcSource_h
36 #include "vtkFiltersSourcesModule.h"
51 vtkSetVector3Macro(Center,
double);
52 vtkGetVectorMacro(Center,
double, 3);
60 vtkSetVector3Macro(
Normal,
double);
61 vtkGetVectorMacro(
Normal,
double, 3);
70 vtkSetVector3Macro(MajorRadiusVector,
double);
71 vtkGetVectorMacro(MajorRadiusVector,
double, 3);
79 vtkSetClampMacro(StartAngle,
double, -360.0, 360.0);
80 vtkGetMacro(StartAngle,
double);
88 vtkSetClampMacro(SegmentAngle,
double, 0.0, 360.0);
89 vtkGetMacro(SegmentAngle,
double);
99 vtkGetMacro(Resolution,
int);
110 vtkGetMacro(OutputPointsPrecision,
int);
119 vtkSetClampMacro(Ratio,
double, 0.001, 100.0);
120 vtkGetMacro(Ratio,
double);
132 double MajorRadiusVector[3];
137 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
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
~vtkEllipseArcSource() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.