21 #ifndef vtkInteractorStyleAreaSelectHover_h
22 #define vtkInteractorStyleAreaSelectHover_h
25 #include "vtkViewsInfovisModule.h"
27 VTK_ABI_NAMESPACE_BEGIN
57 vtkSetStringMacro(LabelField);
58 vtkGetStringMacro(LabelField);
66 vtkSetMacro(UseRectangularCoordinates,
bool);
67 vtkGetMacro(UseRectangularCoordinates,
bool);
68 vtkBooleanMacro(UseRectangularCoordinates,
bool);
85 void SetHighLightColor(
double r,
double g,
double b);
91 void SetHighLightWidth(
double lw);
92 double GetHighLightWidth();
109 void GetBoundingAreaForItem(
vtkIdType id,
float* sinfo);
117 bool UseRectangularCoordinates;
120 VTK_ABI_NAMESPACE_END
represents an object (geometry & properties) in a rendered scene
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void SetInteractor(vtkRenderWindowInteractor *interactor) override
Set/Get the Interactor wrapper being controlled by this object.
A rubber band interactor for a 2D view.
abstract specification for renderers
concrete dataset represents vertices, lines, polygons, and triangle strips
static vtkInteractorStyleRubberBand2D * New()
platform-independent render window interaction including picking and frame rate control.
layout a vtkTree into a tree map
a simple class to control print indentation
represent the vtkBalloonWidget
void OnMouseMove() override
Generic event bindings can be overridden in subclasses.
A rooted tree data structure.
find world x,y,z corresponding to display x,y,z
An interactor style for an area tree view.
represent and manipulate 3D points