49 #ifndef vtkTextureMapToCylinder_h
50 #define vtkTextureMapToCylinder_h
53 #include "vtkFiltersTextureModule.h"
72 vtkSetVector3Macro(Point1,
double);
73 vtkGetVectorMacro(Point1,
double, 3);
80 vtkSetVector3Macro(Point2,
double);
81 vtkGetVectorMacro(Point2,
double, 3);
89 vtkSetMacro(AutomaticCylinderGeneration,
vtkTypeBool);
90 vtkGetMacro(AutomaticCylinderGeneration,
vtkTypeBool);
91 vtkBooleanMacro(AutomaticCylinderGeneration,
vtkTypeBool);
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.
Superclass for algorithms that produce output of the same type as input.
vtkTypeBool AutomaticCylinderGeneration
static vtkDataSetAlgorithm * New()
generate texture coordinates by mapping points to cylinder