35 #ifndef vtkTextureMapToSphere_h
36 #define vtkTextureMapToSphere_h
39 #include "vtkFiltersTextureModule.h"
41 VTK_ABI_NAMESPACE_BEGIN
60 vtkSetVector3Macro(Center,
double);
61 vtkGetVectorMacro(Center,
double, 3);
69 vtkSetMacro(AutomaticSphereGeneration,
vtkTypeBool);
70 vtkGetMacro(AutomaticSphereGeneration,
vtkTypeBool);
71 vtkBooleanMacro(AutomaticSphereGeneration,
vtkTypeBool);
106 VTK_ABI_NAMESPACE_END
abstract class to specify dataset behavior
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()