71 #ifndef vtkBalloonWidget_h
72 #define vtkBalloonWidget_h
74 #include "vtkInteractionWidgetsModule.h"
133 void AddBalloon(
vtkProp *prop, const
char *str)
134 {this->AddBalloon(prop,str,NULL);}
135 void RemoveBalloon(
vtkProp *prop);
145 const char *GetBalloonString(
vtkProp *prop);
154 void UpdateBalloonString(
vtkProp *prop,
const char *str);
163 {
return this->CurrentProp;}
181 int SubclassEndHoverAction() VTK_OVERRIDE;
182 int SubclassHoverAction() VTK_OVERRIDE;
191 void RegisterPickers() VTK_OVERRIDE;
abstract superclass for all actors, volumes and annotations
Wrapper around std::string to keep symbols short.
a simple class to control print indentation
topologically and geometrically regular array of data
represent the vtkBalloonWidget
abstract API for pickers that can pick an instance of vtkProp