OSVR-Core
|
Header. More...
#include <osvr/Common/Export.h>
#include <osvr/Common/PathNode_fwd.h>
#include <osvr/Common/PathTree_fwd.h>
#include <boost/noncopyable.hpp>
#include <string>
Go to the source code of this file.
Classes | |
class | osvr::common::PathTree |
A tree representation, with path/url syntax, of the known OSVR system. More... | |
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
bool | osvr::common::addAliasFromSourceAndRelativeDest (PathNode &node, std::string const &source, std::string const &dest, AliasPriority priority=ALIASPRIORITY_MANUAL) |
bool | osvr::common::addArticulation (PathNode &node, std::string const &source, std::string const &dest) |
bool | osvr::common::isPathAbsolute (std::string const &source) |
Header.