39 #ifndef __vtkInteractorStyleTreeMapHover_h
40 #define __vtkInteractorStyleTreeMapHover_h
42 #include "vtkViewsInfovisModule.h"
77 vtkSetStringMacro(LabelField);
91 void HighLightCurrentSelectedItem();
97 void SetHighLightColor(
double r,
double g,
double b);
100 void SetSelectionLightColor(
double r,
double g,
double b);
104 void SetHighLightWidth(
double lw);
105 double GetHighLightWidth();
110 void SetSelectionWidth(
double lw);
111 double GetSelectionWidth();
123 vtkIdType GetTreeMapIdAtPos(
int x,
int y);
124 void GetBoundingBoxForTreeMapItem(
vtkIdType id,
float *binfo);