OSVR-Core
|
Implementation. More...
#include "PathParseAndRetrieve.h"
#include <osvr/Common/AliasProcessor.h>
#include <osvr/Common/JSONHelpers.h>
#include <osvr/Common/ParseAlias.h>
#include <osvr/Common/ParseArticulation.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/PathTree.h>
#include <osvr/Common/PathTreeSerialization.h>
#include <osvr/Common/RouteContainer.h>
#include <osvr/Common/RoutingConstants.h>
#include <osvr/Util/Verbosity.h>
#include <boost/variant/get.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::addAlias (PathNode &node, std::string const &source, AliasPriority priority) |
bool | osvr::common::addAliasFromRoute (PathNode &node, std::string const &route, AliasPriority priority) |
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) |
void | osvr::common::clonePathTree (PathTree const &src, PathTree &dest) |
Implementation.