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

Implementation. More...

#include <osvr/ClientKit/Context.h>
#include <osvr/Common/ClientContext.h>
#include <osvr/Common/PathTreeFull.h>
#include <osvr/Common/PathNode.h>
#include <osvr/Common/ResolveTreeNode.h>
#include <osvr/Common/ResolveFullTree.h>
#include <osvr/Util/TreeTraversalVisitor.h>
#include <osvr/Common/PathElementTypes.h>
#include <osvr/Common/PathElementTools.h>
#include <osvr/Common/ParseAlias.h>
#include <osvr/Util/Verbosity.h>
#include "GraphOutputInterface.h"
#include <boost/program_options.hpp>
#include <boost/variant.hpp>
#include <iostream>
#include <fstream>

Go to the source code of this file.

Classes

struct  Options
 

Functions

int osvrToStream (std::ostream &os, Options const &opts)
 
int main (int argc, char *argv[])
 

Detailed Description

Implementation.

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

Definition in file PathTreeExport.cpp.

Function Documentation

int osvrToStream ( std::ostream &  os,
Options const &  opts 
)

Get a non-const copy of the path tree.

Resolve all aliases

Now traverse for tree node output

Now traverse for parent link output

Now traverse for aliases

Definition at line 53 of file PathTreeExport.cpp.