33#include "vtkFiltersSourcesModule.h"
36VTK_ABI_NAMESPACE_BEGIN
48 vtkSetVector3Macro(Point1,
double);
49 vtkGetVectorMacro(Point1,
double, 3);
56 vtkSetVector3Macro(Point2,
double);
57 vtkGetVectorMacro(Point2,
double, 3);
66 vtkSetVector3Macro(Center,
double);
67 vtkGetVectorMacro(Center,
double, 3);
76 vtkSetVector3Macro(Normal,
double);
77 vtkGetVectorMacro(Normal,
double, 3);
86 vtkSetVector3Macro(PolarVector,
double);
87 vtkGetVectorMacro(PolarVector,
double, 3);
97 vtkSetClampMacro(Angle,
double, -360.0, 360.0);
98 vtkGetMacro(Angle,
double);
108 vtkGetMacro(Resolution,
int);
118 vtkSetMacro(Negative,
bool);
119 vtkGetMacro(Negative,
bool);
120 vtkBooleanMacro(Negative,
bool);
132 vtkSetMacro(UseNormalAndAngle,
bool);
133 vtkGetMacro(UseNormalAndAngle,
bool);
134 vtkBooleanMacro(UseNormalAndAngle,
bool);
143 vtkSetMacro(OutputPointsPrecision,
int);
144 vtkGetMacro(OutputPointsPrecision,
int);
157 double PolarVector[3];
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
static vtkArcSource * New()
~vtkArcSource() override=default
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.