VoxelGrid.cpp File Reference
#include "VoxelGrid.h"
#include "../utils.h"
#include <VisionX/libraries/VoxelGridCore/io/JsonIO.h>
#include <SimoxUtility/algorithm/string/string_tools.h>
#include <algorithm>
+ Include dependency graph for VoxelGrid.cpp:

Go to the source code of this file.

Namespaces

 visionx
 ArmarX headers.
 
 visionx::voxelgrid
 
 visionx::voxelgrid::LabelDensity
 

Functions

void from_json (const nlohmann::json &json, VoxelGrid &grid)
 Read the voxel grid from JSON. More...
 
std::ostream & operator<< (std::ostream &os, const Voxel &voxel)
 
void to_json (nlohmann::json &json, const VoxelGrid &grid)
 Write the voxel grid to JSON. More...