47 #ifndef vtkTextureMapToSphere_h 48 #define vtkTextureMapToSphere_h 50 #include "vtkFiltersTextureModule.h" 69 vtkSetVector3Macro(Center,
double);
70 vtkGetVectorMacro(Center,
double,3);
80 vtkBooleanMacro(AutomaticSphereGeneration,
vtkTypeBool);
~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.
generate texture coordinates by mapping points to sphere
vtkTypeBool AutomaticSphereGeneration
Superclass for algorithms that produce output of the same type as input.
static vtkDataSetAlgorithm * New()