33#ifndef vtkEllipseArcSource_h
34#define vtkEllipseArcSource_h
36#include "vtkFiltersSourcesModule.h"
52 vtkGetVectorMacro(
Center,
double, 3);
61 vtkGetVectorMacro(
Normal,
double, 3);
129 vtkSetClampMacro(
Ratio,
double, 0.001, 100.0);
~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.
double MajorRadiusVector[3]
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
int OutputPointsPrecision
a simple class to control print indentation