OpenCOVER
vruiUserData.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_USER_DATA_H
9#define VRUI_USER_DATA_H
10
11#include <util/coTypes.h>
12
13namespace vrui
14{
15
17class OPENVRUIEXPORT vruiUserData
18{
19public:
21 {
22 }
23 virtual ~vruiUserData();
24};
25}
26#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Userdata that can be attached to Nodes in the scenegraph.
Definition: vruiUserData.h:18
vruiUserData()
Definition: vruiUserData.h:20
virtual ~vruiUserData()