29 #ifndef vtkTexturedSphereSource_h
30 #define vtkTexturedSphereSource_h
32 #include "vtkFiltersSourcesModule.h"
52 vtkGetMacro(Radius,
double);
59 vtkSetClampMacro(ThetaResolution,
int, 4,
VTK_INT_MAX);
60 vtkGetMacro(ThetaResolution,
int);
67 vtkSetClampMacro(PhiResolution,
int, 4,
VTK_INT_MAX);
68 vtkGetMacro(PhiResolution,
int);
75 vtkSetClampMacro(Theta,
double, 0.0, 360.0);
76 vtkGetMacro(Theta,
double);
83 vtkSetClampMacro(Phi,
double, 0.0, 180.0);
84 vtkGetMacro(Phi,
double);
93 vtkSetMacro(OutputPointsPrecision,
int);
94 vtkGetMacro(OutputPointsPrecision,
int);
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
create a sphere centered at the origin
static vtkPolyDataAlgorithm * New()
Superclass for algorithms that produce only polydata as output.
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.