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[]) |
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.