33#include "vtkFiltersSourcesModule.h"
37VTK_ABI_NAMESPACE_BEGIN
49 vtkSetVector3Macro(Point1,
double);
50 vtkGetVectorMacro(Point1,
double, 3);
57 vtkSetVector3Macro(Point2,
double);
58 vtkGetVectorMacro(Point2,
double, 3);
67 vtkSetVector3Macro(Center,
double);
68 vtkGetVectorMacro(Center,
double, 3);
77 vtkSetVector3Macro(Normal,
double);
78 vtkGetVectorMacro(Normal,
double, 3);
87 vtkSetVector3Macro(PolarVector,
double);
88 vtkGetVectorMacro(PolarVector,
double, 3);
98 vtkSetClampMacro(Angle,
double, -360.0, 360.0);
99 vtkGetMacro(Angle,
double);
109 vtkGetMacro(Resolution,
int);
119 vtkSetMacro(Negative,
bool);
120 vtkGetMacro(Negative,
bool);
121 vtkBooleanMacro(Negative,
bool);
133 vtkSetMacro(UseNormalAndAngle,
bool);
134 vtkGetMacro(UseNormalAndAngle,
bool);
135 vtkBooleanMacro(UseNormalAndAngle,
bool);
144 vtkSetMacro(OutputPointsPrecision,
int);
145 vtkGetMacro(OutputPointsPrecision,
int);
158 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.