45#include "vtkFiltersSourcesModule.h"
59 vtkSetVector3Macro(Point1,
double);
60 vtkGetVectorMacro(Point1,
double,3);
67 vtkSetVector3Macro(Point2,
double);
68 vtkGetVectorMacro(Point2,
double,3);
77 vtkSetVector3Macro(Center,
double);
78 vtkGetVectorMacro(Center,
double,3);
97 vtkSetVector3Macro(PolarVector,
double);
98 vtkGetVectorMacro(PolarVector,
double,3);
108 vtkSetClampMacro(Angle,
double,-360.0,360.0);
109 vtkGetMacro(Angle,
double);
119 vtkGetMacro(Resolution,
int);
130 vtkGetMacro(Negative,
bool);
144 vtkGetMacro(UseNormalAndAngle,
bool);
155 vtkGetMacro(OutputPointsPrecision,
int);
168 double PolarVector[3];
177 void operator=(
const vtkArcSource&) VTK_DELETE_FUNCTION;
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkArcSource * New()
int OutputPointsPrecision
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.