32 #ifndef vtkTexturedSphereSource_h 
   33 #define vtkTexturedSphereSource_h 
   35 #include "vtkFiltersSourcesModule.h"  
   38 #define VTK_MAX_SPHERE_RESOLUTION 1024 
   57   vtkGetMacro(Radius,
double);
 
   65   vtkGetMacro(ThetaResolution,
int);
 
   73   vtkGetMacro(PhiResolution,
int);
 
   80   vtkSetClampMacro(Theta,
double,0.0,360.0);
 
   81   vtkGetMacro(Theta,
double);
 
   88   vtkSetClampMacro(Phi,
double,0.0,180.0);
 
   89   vtkGetMacro(Phi,
double);
 
   99   vtkGetMacro(OutputPointsPrecision,
int);
 
  112   int OutputPointsPrecision;
 
~vtkTexturedSphereSource() override
 
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass. 
 
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 
 
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection. 
 
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.