39 #ifndef __vtkInteractorStyleTreeMapHover_h
40 #define __vtkInteractorStyleTreeMapHover_h
76 vtkSetStringMacro(LabelField);
77 vtkGetStringMacro(LabelField);
90 void HighLightCurrentSelectedItem();
96 void SetHighLightColor(
double r,
double g,
double b);
99 void SetSelectionLightColor(
double r,
double g,
double b);
103 void SetHighLightWidth(
double lw);
104 double GetHighLightWidth();
109 void SetSelectionWidth(
double lw);
110 double GetSelectionWidth();
122 vtkIdType GetTreeMapIdAtPos(
int x,
int y);
123 void GetBoundingBoxForTreeMapItem(
vtkIdType id,
float *binfo);