MCPcopy Create free account
hub / github.com/OSVR/OSVR-Core / get

Method get

src/osvr/Common/GeneralizedTransform.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 bool GeneralizedTransform::empty() const { return container().empty(); }
64
65 Json::Value GeneralizedTransform::get() const { return recompose(); }
66
67 Json::Value GeneralizedTransform::get(std::string const &leaf) const {
68 return recompose(leaf.empty() ? Json::nullValue : Json::Value(leaf));

Callers

nothing calls this directly

Calls 2

ValueClass · 0.85
emptyMethod · 0.45

Tested by

no test coverage detected