OSVR-Core
|
Implementation. More...
#include <osvr/Common/ResolveFullTree.h>
#include <osvr/Common/PathTreeFull.h>
#include <osvr/Common/ResolveTreeNode.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Util/TreeTraversalVisitor.h>
#include <boost/variant.hpp>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
bool | osvr::common::isNodeAnAlias (PathNode const &node) |
OSVR_COMMON_EXPORT std::vector< std::string > | osvr::common::resolveFullTree (PathTree &tree) |
Traverse the given path tree, resolving all aliases found to fully populate any generated sensor targets. More... | |
Implementation.