30#ifndef vtkEllipseArcSource_h
31#define vtkEllipseArcSource_h
33#include "vtkFiltersSourcesModule.h"
48 vtkSetVector3Macro(Center,
double);
49 vtkGetVectorMacro(Center,
double, 3);
57 vtkSetVector3Macro(Normal,
double);
58 vtkGetVectorMacro(Normal,
double, 3);
67 vtkSetVector3Macro(MajorRadiusVector,
double);
68 vtkGetVectorMacro(MajorRadiusVector,
double, 3);
76 vtkSetClampMacro(StartAngle,
double, -360.0, 360.0);
77 vtkGetMacro(StartAngle,
double);
85 vtkSetClampMacro(SegmentAngle,
double, 0.0, 360.0);
86 vtkGetMacro(SegmentAngle,
double);
96 vtkGetMacro(Resolution,
int);
104 vtkSetMacro(Close,
bool);
105 vtkGetMacro(Close,
bool);
106 vtkBooleanMacro(Close,
bool);
116 vtkSetMacro(OutputPointsPrecision,
int);
117 vtkGetMacro(OutputPointsPrecision,
int);
126 vtkSetClampMacro(Ratio,
double, 0.001, 100.0);
127 vtkGetMacro(Ratio,
double);
138 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.