37 #ifndef vtkTextureMapToCylinder_h
38 #define vtkTextureMapToCylinder_h
41 #include "vtkFiltersTextureModule.h"
43 VTK_ABI_NAMESPACE_BEGIN
61 vtkSetVector3Macro(Point1,
double);
62 vtkGetVectorMacro(Point1,
double, 3);
69 vtkSetVector3Macro(Point2,
double);
70 vtkGetVectorMacro(Point2,
double, 3);
78 vtkSetMacro(AutomaticCylinderGeneration,
vtkTypeBool);
79 vtkGetMacro(AutomaticCylinderGeneration,
vtkTypeBool);
80 vtkBooleanMacro(AutomaticCylinderGeneration,
vtkTypeBool);
111 VTK_ABI_NAMESPACE_END
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