vtkInteractorStyleAreaSelectHover

Section: Visualization Toolkit View Classes

Usage

The vtkInteractorStyleAreaSelectHover specifically works with pipelines that create a hierarchical tree. Such pipelines will have a vtkAreaLayout filter which must be passed to this interactor style for it to function correctly. This interactor style allows only 2D panning and zooming, rubber band selection and provides a balloon containing the name of the vertex hovered over.

To create an instance of class vtkInteractorStyleAreaSelectHover, simply invoke its constructor as follows

  obj = vtkInteractorStyleAreaSelectHover

Methods

The class vtkInteractorStyleAreaSelectHover has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkInteractorStyleAreaSelectHover class.