Go to the source code of this file.
Namespaces | |
namespace | dcn |
namespace | dcn::parse |
Functions | |
std::optional< json > | dcn::parse::parseToJson (std::vector< Samples > samples, use_json_t) |
template<> | |
std::optional< std::vector< Samples > > | dcn::parse::parseFromJson (json json, use_json_t) |
Parses a JSON object to a TransformationDef object. | |