to_from_json.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <SimoxUtility/json/json.hpp>
4
5
#include "
../VoxelGridStructure.h
"
6
7
namespace
visionx::voxelgrid
8
{
9
10
void
to_json
(nlohmann::json& json,
const
VoxelGridStructure
& structure);
11
void
from_json
(
const
nlohmann::json& json,
VoxelGridStructure
& structure);
12
13
}
// namespace visionx::voxelgrid
VoxelGridStructure.h
visionx::voxelgrid::VoxelGridStructure
Geometric structure of a 3D voxel grid.
Definition
VoxelGridStructure.h:95
visionx::voxelgrid
Definition
exceptions.cpp:8
visionx::voxelgrid::from_json
void from_json(const nlohmann::json &json, VoxelGridStructure &structure)
Definition
to_from_json.cpp:19
visionx::voxelgrid::to_json
void to_json(nlohmann::json &json, const VoxelGridStructure &structure)
Definition
to_from_json.cpp:10
VisionX
libraries
VoxelGridCore
io
to_from_json.h
Generated by
1.13.2