OSVR-Core
|
Implementation. More...
#include <osvr/Common/PathNode.h>
#include <osvr/Common/RoutingConstants.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Util/TreeNodeFullPath.h>
#include <sstream>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
OSVR_COMMON_EXPORT const char * | osvr::common::getTypeName (PathNode const &node) |
Gets an identifying string for the node value type. | |
OSVR_COMMON_EXPORT std::string | osvr::common::getFullPath (PathNode const &node) |
Gets the absolute path for the given node. | |
Implementation.