OpenCOVER
coCollabInterface.h
Go to the documentation of this file.
1/* This file is part of COVISE.
2
3 You can use it under the terms of the GNU Lesser General Public License
4 version 2.1 or later, see lgpl-2.1.txt.
5
6 * License: LGPL 2+ */
7
21#ifndef CO_COLLAB_INTERFACE_H
22#define CO_COLLAB_INTERFACE_H
23
25
26namespace opencover
27{
28class coVRPlugin;
30class COVEREXPORT coCOIM : public vrui::vruiCOIM
31{
32public:
34 virtual ~coCOIM();
37
38private:
39 coVRPlugin *myPlugin;
40};
41}
42#endif
Definition: ARToolKit.h:33
collaborative interface manager
Definition: coCollabInterface.h:31
coCOIM(coVRPlugin *)
void setPlugin(coVRPlugin *)
coVRPlugin * getPlugin()
make sure to clean up properly in the plugin's dtor
Definition: coVRPlugin.h:73
Definition: vruiCollabInterface.h:28