OSVR-Core
|
Header. More...
#include <osvr/Common/Export.h>
#include <osvr/Common/PathElementTypes_fwd.h>
#include <osvr/Util/TreeNode_fwd.h>
Go to the source code of this file.
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Typedefs | |
typedef ::osvr::util::TreeNode< PathElement > | osvr::common::PathNode |
The specific tree node type that contains a path element. | |
typedef ::osvr::util::TreeNodePointer< PathElement >::type | osvr::common::PathNodePtr |
The ownership pointer of the specific tree node. | |
typedef PathNode * | osvr::common::PathNodeParentPtr |
The weak (non-owning) pointer used to refer to a parent tree node. | |
Functions | |
OSVR_COMMON_EXPORT const char * | osvr::common::getTypeName (PathNode const &node) |
Gets an identifying string for the node value type. | |
Header.