Header. More...
#include <osvr/Common/Export.h>
#include <osvr/Common/PathNode_fwd.h>
#include <osvr/Common/PathTree_fwd.h>
#include <json/value.h>
#include <string>
Go to the source code of this file.
Namespaces | |
osvr | |
< | |
osvr::common | |
Handles spatial transformations. | |
Functions | |
Json::Value | osvr::common::pathNodeToJson (PathNode const &node) |
Serialize a path node to a JSON object. | |
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. | |