33#ifndef vtkEllipseArcSource_h
34#define vtkEllipseArcSource_h
36#include "vtkFiltersSourcesModule.h"
51 vtkSetVector3Macro(Center,
double);
52 vtkGetVectorMacro(Center,
double, 3);
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];
static vtkEllipseArcSource * New()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
~vtkEllipseArcSource() override
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.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.