OpenCOVER
coActionUserData.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 CO_ACTION_USER_DATA_H
9#define CO_ACTION_USER_DATA_H
10
25
26namespace opencover
27{
28
31{
32public:
35};
36}
37#endif
Definition: ARToolKit.h:33
Userdata that can be attached to Nodes in the scenegraph.
Definition: coActionUserData.h:31
coActionUserData(vrui::coAction *a)
Constructor.
Definition: coAction.h:26
Userdata that can be attached to Nodes in the scenegraph.
Definition: vruiActionUserData.h:19