17 #ifndef vtkTexturedSphereSource_h
18 #define vtkTexturedSphereSource_h
20 #include "vtkFiltersSourcesModule.h"
23 VTK_ABI_NAMESPACE_BEGIN
41 vtkGetMacro(Radius,
double);
48 vtkSetClampMacro(ThetaResolution,
int, 4,
VTK_INT_MAX);
49 vtkGetMacro(ThetaResolution,
int);
56 vtkSetClampMacro(PhiResolution,
int, 4,
VTK_INT_MAX);
57 vtkGetMacro(PhiResolution,
int);
64 vtkSetClampMacro(Theta,
double, 0.0, 360.0);
65 vtkGetMacro(Theta,
double);
72 vtkSetClampMacro(Phi,
double, 0.0, 180.0);
73 vtkGetMacro(Phi,
double);
82 vtkSetMacro(OutputPointsPrecision,
int);
83 vtkGetMacro(OutputPointsPrecision,
int);
103 VTK_ABI_NAMESPACE_END
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.