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);
virtual void SetInteractor(vtkRenderWindowInteractor *interactor)
represents an object (geometry & properties) in a rendered scene
abstract specification for renderers
layout a vtkTree into a tree map
static vtkInteractorStyleImage * New()
interactive manipulation of the camera specialized for images
platform-independent render window interaction including picking and frame rate control.
virtual void OnLeftButtonUp()
a simple class to control print indentation
represent the vtkBalloonWidget
virtual void OnMouseMove()
converts a tree to a polygonal data representing a tree map
A rooted tree data structure.
void PrintSelf(ostream &os, vtkIndent indent)
find world x,y,z corresponding to display x,y,z
An interactor style for a tree map view.
represent and manipulate 3D points