26 #ifndef vtkTexturedSphereSource_h 27 #define vtkTexturedSphereSource_h 29 #include "vtkFiltersSourcesModule.h" 32 #define VTK_MAX_SPHERE_RESOLUTION 1024 51 vtkGetMacro(Radius,
double);
59 vtkGetMacro(ThetaResolution,
int);
67 vtkGetMacro(PhiResolution,
int);
74 vtkSetClampMacro(Theta,
double, 0.0, 360.0);
75 vtkGetMacro(Theta,
double);
82 vtkSetClampMacro(Phi,
double, 0.0, 180.0);
83 vtkGetMacro(Phi,
double);
92 vtkSetMacro(OutputPointsPrecision,
int);
93 vtkGetMacro(OutputPointsPrecision,
int);
~vtkTexturedSphereSource() override
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
int OutputPointsPrecision
create a sphere centered at the origin
#define VTK_MAX_SPHERE_RESOLUTION
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.