Go to the documentation of this file.
77 #ifndef vtkBalloonWidget_h
78 #define vtkBalloonWidget_h
80 #include "vtkInteractionWidgetsModule.h"
125 {
return reinterpret_cast<vtkBalloonRepresentation*>(this->WidgetRep);}
140 {this->AddBalloon(prop,str,
nullptr);}
141 void RemoveBalloon(
vtkProp *prop);
151 const char *GetBalloonString(
vtkProp *prop);
160 void UpdateBalloonString(
vtkProp *prop,
const char *str);
169 {
return this->CurrentProp;}
topologically and geometrically regular array of data
a simple class to control print indentation
abstract API for pickers that can pick an instance of vtkProp
represent the vtkBalloonWidget
virtual void RegisterPickers()
Register internal Pickers in the Picking Manager.
abstract superclass for all actors, volumes and annotations
Wrapper around std::string to keep symbols short.