Vibes C++ API
 All Classes Namespaces Files Functions Variables Typedefs Macros Groups
Namespaces | Functions
Starting and ending VIBes

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.
 

Detailed Description

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.