Vibes C++ API
|
Functions for establishing connection with the VIBes viewer application. More...
Namespaces | |
vibes | |
Functions | |
void | vibes::beginDrawing () |
Start VIBes in connected mode: connects to the VIBes viewer. | |
void | vibes::beginDrawing (const std::string &fileName) |
Start VIBes in file saving mode. All commands are saved to the specified file. | |
void | vibes::endDrawing () |
Close connection to the viewer or the drawing file. | |
Functions for establishing connection with the VIBes viewer application.
VIBes drawing is performed by the VIBes viewer application. The viewer has to be running for VIBes graphics to be displayed.
beginDrawing()
command has to be executed once (e.g. during the application initialization).endDrawing()
command has to be called (e.g. when the application quits).