OpenCOVER
vruiActionUserData.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_ACTION_USER_DATA_H
9#define VRUI_ACTION_USER_DATA_H
10
11#include <OpenVRUI/coAction.h>
13
14namespace vrui
15{
16
18class OPENVRUIEXPORT vruiActionUserData : public virtual vruiUserData
19{
20public:
22 {
23 action = a;
24 }
26
28};
29}
30#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coAction.h:26
Userdata that can be attached to Nodes in the scenegraph.
Definition: vruiActionUserData.h:19
vruiActionUserData(coAction *a)
Definition: vruiActionUserData.h:21
coAction * action
the associated action
Definition: vruiActionUserData.h:27
Userdata that can be attached to Nodes in the scenegraph.
Definition: vruiUserData.h:18