OSVR-Core
|
Implementation. More...
#include <osvr/Common/AliasProcessor.h>
#include <osvr/Common/NormalizeDeviceDescriptor.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/PathTree.h>
#include <osvr/Common/ProcessArticulationSpec.h>
#include <osvr/Common/RoutingConstants.h>
#include <osvr/Util/Flag.h>
#include <osvr/Util/TreeTraversalVisitor.h>
#include <osvr/Util/Verbosity.h>
#include <boost/algorithm/string/erase.hpp>
#include <boost/algorithm/string/predicate.hpp>
#include <boost/noncopyable.hpp>
#include <boost/variant/get.hpp>
#include <json/reader.h>
#include <json/value.h>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
void | osvr::common::processArticulationSpec (PathNode &devNode, Json::Value const &desc) |
Set up a path tree based on articulationSpec. | |
OSVR_COMMON_EXPORT void | osvr::common::processArticulationSpecForPathTree (PathTree &tree, std::string const &deviceName, Json::Value const &articSpec) |
Implementation.