OpenCOVER
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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 
26 namespace opencover
27 {
28 
30 class COVEREXPORT coActionUserData : public vrui::vruiActionUserData
31 {
32 public:
34  virtual ~coActionUserData();
35 };
36 }
37 #endif
Definition: coAction.h:25
Userdata that can be attached to Nodes in the scenegraph.
Definition: vruiActionUserData.h:18
Userdata that can be attached to Nodes in the scenegraph.
Definition: coActionUserData.h:30