OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
coUIUserData.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 
8 #ifndef VRUI_UIUSERDATA_H
9 #define VRUI_UIUSERDATA_H
10 
14 namespace vrui
15 {
16 
17 class OPENVRUIEXPORT coUIUserData
18 {
20  coUIUserData(){};
21 
23  virtual ~coUIUserData(){};
24 };
25 }
26 #endif
Definition: coUIUserData.h:17