21#ifndef vtkEllipseArcSource_h
22#define vtkEllipseArcSource_h
24#include "vtkFiltersSourcesModule.h"
28VTK_ABI_NAMESPACE_BEGIN
41 vtkSetVector3Macro(Center,
double);
42 vtkGetVectorMacro(Center,
double, 3);
50 vtkSetVector3Macro(Normal,
double);
51 vtkGetVectorMacro(Normal,
double, 3);
60 vtkSetVector3Macro(MajorRadiusVector,
double);
61 vtkGetVectorMacro(MajorRadiusVector,
double, 3);
69 vtkSetClampMacro(StartAngle,
double, -360.0, 360.0);
70 vtkGetMacro(StartAngle,
double);
78 vtkSetClampMacro(SegmentAngle,
double, 0.0, 360.0);
79 vtkGetMacro(SegmentAngle,
double);
89 vtkGetMacro(Resolution,
int);
97 vtkSetMacro(Close,
bool);
98 vtkGetMacro(Close,
bool);
99 vtkBooleanMacro(Close,
bool);
109 vtkSetMacro(OutputPointsPrecision,
int);
110 vtkGetMacro(OutputPointsPrecision,
int);
119 vtkSetClampMacro(Ratio,
double, 0.001, 100.0);
120 vtkGetMacro(Ratio,
double);
131 double MajorRadiusVector[3];
~vtkEllipseArcSource() override=default
static vtkEllipseArcSource * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.