Implementation. More...
#include <osvr/Common/PathTree.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/RouteContainer.h>
#include <osvr/Common/ParseAlias.h>
#include <osvr/Common/RoutingConstants.h>
#include <osvr/Common/PathTreeSerialization.h>
#include <osvr/Util/Verbosity.h>
#include <osvr/Common/JSONHelpers.h>
#include <osvr/Common/AliasProcessor.h>
#include "PathParseAndRetrieve.h"
#include <boost/variant/get.hpp>
Go to the source code of this file.
Namespaces | |
osvr | |
< | |
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::isPathAbsolute (std::string const &source) |
void | osvr::common::clonePathTree (PathTree const &src, PathTree &dest) |