#include <lv3d0_server.h>
Public Member Functions | |
virtual | ~LV3D_ServerMgr () |
virtual void | newClient (int clientID)=0 |
virtual void | newViewpoint (LV3D_ViewpointMsg *m)=0 |
virtual void | doBalance (void)=0 |
Definition at line 27 of file lv3d0_server.h.
LV3D_ServerMgr::~LV3D_ServerMgr | ( | ) | [virtual] |
Definition at line 628 of file lv3d0_server.C.
virtual void LV3D_ServerMgr::newClient | ( | int | clientID | ) | [pure virtual] |
Implemented in LV3D1_ServerMgr.
Referenced by LV3D0_flush(), and LV3D0_setup().
virtual void LV3D_ServerMgr::newViewpoint | ( | LV3D_ViewpointMsg * | m | ) | [pure virtual] |
Implemented in LV3D1_ServerMgr.
Referenced by LV3D0_newViewpoint().
virtual void LV3D_ServerMgr::doBalance | ( | void | ) | [pure virtual] |
Implemented in LV3D1_ServerMgr.
Referenced by LV3D0_endbalance().