OSVR-Core
|
Implementation. More...
#include <osvr/Common/OriginalSource.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/ApplyPathNodeVisitor.h>
#include <osvr/Common/RoutingExceptions.h>
#include <boost/variant/static_visitor.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/variant/get.hpp>
#include <boost/optional.hpp>
#include <boost/lexical_cast.hpp>
#include <string>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
template<typename T > | |
boost::optional< T > | osvr::common::getSensorNumberHelper (OriginalSource const &self) |
Implementation.