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