JsonIO Member List

This is the complete list of members for JsonIO, including all inherited members.

fromJson(const nlohmann::json &j, VoxelGrid< VoxelT > &grid, const VoxelAttributeSetterMap< VoxelT > &attributeMap)JsonIOstatic
fromJson(const nlohmann::json &j, VoxelGrid< VoxelT > &grid, const std::string &voxelArrayName="voxels")JsonIOstatic
read(const std::string &filename, VoxelGrid< VoxelT > &grid, const VoxelAttributeGetterMap< VoxelT > &attributeMap)JsonIOinlinestatic
read(const std::string &filename, const VoxelAttributeGetterMap< VoxelT > &attributeMap)JsonIOstatic
read(std::istream &is, VoxelGrid< VoxelT > &grid, const VoxelAttributeGetterMap< VoxelT > &attributeMap)JsonIOinlinestatic
read(std::istream &is, const VoxelAttributeGetterMap< VoxelT > &attributeMap)JsonIOstatic
readJson(const std::string &filename)JsonIOstatic
readJson(std::istream &is)JsonIOstatic
toJson(nlohmann::json &j, const VoxelGrid< VoxelT > &grid, const VoxelAttributeGetterMap< VoxelT > &attributeMap)JsonIOstatic
toJson(const VoxelGrid< VoxelT > &grid, const VoxelAttributeGetterMap< VoxelT > &attributeMap)JsonIOstatic
toJson(nlohmann::json &j, const VoxelGrid< VoxelT > &grid, const std::string &voxelArrayName="voxels")JsonIOstatic
toJson(const VoxelGrid< VoxelT > &grid, const std::string &voxelArrayName="voxels")JsonIOstatic
write(const std::string &filename, const VoxelGrid< VoxelT > &grid, const VoxelAttributeGetterMap< VoxelT > &attributeMap, int indent=-1, char indentChar=' ')JsonIOinlinestatic
write(std::ostream &os, const VoxelGrid< VoxelT > &grid, const VoxelAttributeGetterMap< VoxelT > &attributeMap, int indent=-1, char indentChar=' ')JsonIOinlinestatic
writeJson(const std::string &filename, const nlohmann::json &j, int indent=-1, char indentChar=' ')JsonIOstatic
writeJson(std::ostream &os, const nlohmann::json &j, int indent=-1, char indentChar=' ')JsonIOstatic