40 #ifndef vtkTextureMapToPlane_h 
   41 #define vtkTextureMapToPlane_h 
   44 #include "vtkFiltersTextureModule.h"  
   62   vtkSetVector3Macro(Origin, 
double);
 
   63   vtkGetVectorMacro(Origin, 
double, 3);
 
   70   vtkSetVector3Macro(Point1, 
double);
 
   71   vtkGetVectorMacro(Point1, 
double, 3);
 
   78   vtkSetVector3Macro(Point2, 
double);
 
   79   vtkGetVectorMacro(Point2, 
double, 3);
 
   88   vtkSetVector3Macro(
Normal, 
double);
 
   89   vtkGetVectorMacro(
Normal, 
double, 3);
 
   96   vtkSetVector2Macro(SRange, 
double);
 
   97   vtkGetVectorMacro(SRange, 
double, 2);
 
  104   vtkSetVector2Macro(TRange, 
double);
 
  105   vtkGetVectorMacro(TRange, 
double, 2);
 
  112   vtkSetMacro(AutomaticPlaneGeneration, 
vtkTypeBool);
 
  113   vtkGetMacro(AutomaticPlaneGeneration, 
vtkTypeBool);
 
  114   vtkBooleanMacro(AutomaticPlaneGeneration, 
vtkTypeBool);