Implementation. More...
#include <osvr/Common/PathTreeSerialization.h>#include "PathElementSerialization.h"#include <osvr/Common/PathTreeFull.h>#include <osvr/Common/PathElementTools.h>#include <osvr/Common/PathNode.h>#include <osvr/Common/ApplyPathNodeVisitor.h>#include <osvr/Util/Verbosity.h>#include <json/value.h>Go to the source code of this file.
| Namespaces | |
| osvr | |
| < | |
| osvr::common | |
| Handles spatial transformations. | |
| Functions | |
| Json::Value | osvr::common::pathTreeToJson (PathTree const &tree, bool keepNulls=false) | 
| Serialize a path tree to a JSON array of objects, one for each node. | |
| void | osvr::common::jsonToPathTree (PathTree &tree, Json::Value nodes) | 
| Deserialize a path tree from a JSON array of objects. | |