45 #ifndef __vtkTextureMapToPlane_h
46 #define __vtkTextureMapToPlane_h
63 vtkSetVector3Macro(Origin,
double);
64 vtkGetVectorMacro(Origin,
double,3);
69 vtkSetVector3Macro(Point1,
double);
70 vtkGetVectorMacro(Point1,
double,3);
75 vtkSetVector3Macro(Point2,
double);
76 vtkGetVectorMacro(Point2,
double,3);
83 vtkSetVector3Macro(
Normal,
double);
84 vtkGetVectorMacro(
Normal,
double,3);
89 vtkSetVector2Macro(SRange,
double);
90 vtkGetVectorMacro(SRange,
double,2);
95 vtkSetVector2Macro(TRange,
double);
96 vtkGetVectorMacro(TRange,
double,2);
101 vtkSetMacro(AutomaticPlaneGeneration,
int);
102 vtkGetMacro(AutomaticPlaneGeneration,
int);
103 vtkBooleanMacro(AutomaticPlaneGeneration,
int);