33#include "vtkFiltersSourcesModule.h"
36VTK_ABI_NAMESPACE_BEGIN
49 vtkGetVectorMacro(
Point1,
double, 3);
57 vtkGetVectorMacro(
Point2,
double, 3);
67 vtkGetVectorMacro(
Center,
double, 3);
77 vtkGetVectorMacro(
Normal,
double, 3);
97 vtkSetClampMacro(
Angle,
double, -360.0, 360.0);
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