50 #ifndef vtkTextureMapToSphere_h
51 #define vtkTextureMapToSphere_h
53 #include "vtkFiltersTextureModule.h"
72 vtkSetVector3Macro(Center,
double);
73 vtkGetVectorMacro(Center,
double,3);
82 vtkGetMacro(AutomaticSphereGeneration,
int);
94 vtkGetMacro(PreventSeam,
int);
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int AutomaticSphereGeneration
a simple class to control print indentation
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
generate texture coordinates by mapping points to sphere
Superclass for algorithms that produce output of the same type as input.
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
static vtkDataSetAlgorithm * New()