OpenCOVER
OSGVruiUIElement.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 OSG_VRUI_UIELEMENT
9#define OSG_VRUI_UIELEMENT
10
14
15namespace vrui
16{
17
18class coUIElement;
19
20class OSGVRUIEXPORT OSGVruiUIElement : public vruiUIElementProvider
21{
22
23public:
26
27 //vruiMatrix & OSGVruiUIElement::getTransformMat() const;
29
30protected:
32};
33}
34#endif
collaborative interface manager
Definition: coVRCommunication.h:41
Definition: coUIElement.h:53
Definition: vruiTransformNode.h:18
Definition: vruiUIElementProvider.h:23
Definition: OSGVruiTransformNode.h:26
Definition: OSGVruiUIElement.h:21
OSGVruiTransformNode * myDCS
main DCS of this UI Element
Definition: OSGVruiUIElement.h:31
vruiTransformNode * getDCS()
OSGVruiUIElement(coUIElement *element)