OSVR-Core
|
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>
Namespaces | |
osvr | |
The main namespace for all C++ elements of the framework, internal and external. | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
OSVR_COMMON_EXPORT 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. | |
OSVR_COMMON_EXPORT void | osvr::common::jsonToPathTree (PathTree &tree, Json::Value nodes) |
Deserialize a path tree from a JSON array of objects. | |
Implementation.