44 #ifndef vtkTextureMapToSphere_h
45 #define vtkTextureMapToSphere_h
47 #include "vtkFiltersTextureModule.h"
66 vtkSetVector3Macro(Center,
double);
67 vtkGetVectorMacro(Center,
double,3);
76 vtkGetMacro(AutomaticSphereGeneration,
int);
88 vtkGetMacro(PreventSeam,
int);
99 int AutomaticSphereGeneration;
~vtkTextureMapToSphere() override
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
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()