39 #ifndef vtkSphereSource_h
40 #define vtkSphereSource_h
42 #include "vtkFiltersSourcesModule.h"
67 vtkGetMacro(Radius,
double);
74 vtkSetVector3Macro(Center,
double);
75 vtkGetVectorMacro(Center,
double, 3);
83 vtkSetClampMacro(ThetaResolution,
int, 3,
VTK_INT_MAX);
84 vtkGetMacro(ThetaResolution,
int);
92 vtkSetClampMacro(PhiResolution,
int, 3,
VTK_INT_MAX);
93 vtkGetMacro(PhiResolution,
int);
100 vtkSetClampMacro(StartTheta,
double, 0.0, 360.0);
101 vtkGetMacro(StartTheta,
double);
108 vtkSetClampMacro(EndTheta,
double, 0.0, 360.0);
109 vtkGetMacro(EndTheta,
double);
117 vtkSetClampMacro(StartPhi,
double, 0.0, 360.0);
118 vtkGetMacro(StartPhi,
double);
125 vtkSetClampMacro(EndPhi,
double, 0.0, 360.0);
126 vtkGetMacro(EndPhi,
double);
149 vtkSetMacro(OutputPointsPrecision,
int);
150 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
static vtkPolyDataAlgorithm * New()
create a polygonal sphere centered at the origin
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkTypeBool LatLongTessellation
int OutputPointsPrecision
vtkTypeBool GenerateNormals
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.