34 #ifndef vtkInteractorStyleAreaSelectHover_h 35 #define vtkInteractorStyleAreaSelectHover_h 37 #include "vtkViewsInfovisModule.h" 68 vtkSetStringMacro(LabelField);
78 vtkGetMacro(UseRectangularCoordinates,
bool);
96 void SetHighLightColor(
double r,
double g,
double b);
102 void SetHighLightWidth(
double lw);
103 double GetHighLightWidth();
113 ~vtkInteractorStyleAreaSelectHover() VTK_OVERRIDE;
116 vtkInteractorStyleAreaSelectHover(const vtkInteractorStyleAreaSelectHover&) VTK_DELETE_FUNCTION;
117 void operator=(const vtkInteractorStyleAreaSelectHover&) VTK_DELETE_FUNCTION;
120 void GetBoundingAreaForItem(
vtkIdType id,
float *sinfo);
128 bool UseRectangularCoordinates;
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.
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
vtkGetStringMacro(ExtensionsString)
Returns a string listing all available extensions.
vtkSetMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
represent the vtkBalloonWidget
vtkBooleanMacro(IgnoreDriverBugs, bool)
When set known driver bugs are ignored during driver feature detection.
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