OSVR Framework (Internal Development Docs)  0.6-1962-g59773924
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
ApplyPathNodeVisitor.h File Reference

Header. More...

#include <osvr/Common/Export.h>
#include <osvr/Common/PathElementTypes_fwd.h>
#include <osvr/Util/TreeNode_fwd.h>
#include <osvr/Common/PathNode.h>
#include <boost/variant/static_visitor.hpp>
#include <boost/variant/apply_visitor.hpp>
#include <boost/noncopyable.hpp>

Go to the source code of this file.

Classes

class  osvr::common::detail::PathNodeVisitorImpl< Visitor, NodeType, ResultType >
 
class  osvr::common::detail::PathNodeVisitorImpl< Visitor, NodeType, void >
 Void return specialization. More...
 

Namespaces

 osvr
 <
 
 osvr::common
 Handles spatial transformations.
 

Functions

template<typename Visitor >
Visitor::result_type osvr::common::applyPathNodeVisitor (Visitor &v, PathNode &node)
 Visit a node's element's contained type, similar to boost::apply_visitor, but passing both the PathNode and the PathElement type.
 
template<typename Visitor >
Visitor::result_type osvr::common::applyPathNodeVisitor (Visitor &v, PathNode const &node)
 

Detailed Description

Header.

Date
2015
Author
Sensics, Inc. http://sensics.com/osvr

Definition in file ApplyPathNodeVisitor.h.