36 #ifndef __vtkInteractorStyleAreaSelectHover_h
37 #define __vtkInteractorStyleAreaSelectHover_h
66 vtkSetStringMacro(LabelField);
67 vtkGetStringMacro(LabelField);
73 vtkSetMacro(UseRectangularCoordinates,
bool);
74 vtkGetMacro(UseRectangularCoordinates,
bool);
75 vtkBooleanMacro(UseRectangularCoordinates,
bool);
86 void SetHighLightColor(
double r,
double g,
double b);
90 void SetHighLightWidth(
double lw);
91 double GetHighLightWidth();
106 void GetBoundingAreaForItem(
vtkIdType id,
float *sinfo);
114 bool UseRectangularCoordinates;