51 #ifndef __vtkTextureMapToCylinder_h
52 #define __vtkTextureMapToCylinder_h
69 vtkSetVector3Macro(Point1,
double);
70 vtkGetVectorMacro(Point1,
double,3);
75 vtkSetVector3Macro(Point2,
double);
76 vtkGetVectorMacro(Point2,
double,3);
82 vtkSetMacro(AutomaticCylinderGeneration,
int);
83 vtkGetMacro(AutomaticCylinderGeneration,
int);
84 vtkBooleanMacro(AutomaticCylinderGeneration,
int);
92 vtkSetMacro(PreventSeam,
int);
93 vtkGetMacro(PreventSeam,
int);
94 vtkBooleanMacro(PreventSeam,
int);