|
Indicates that a voxel grid structure should have matched another one, but did not. More...
#include <VisionX/libraries/VoxelGridCore/exceptions.h>
Public Member Functions | |
InvalidStructure (const VoxelGridStructure &expected, const VoxelGridStructure &actual, const std::string &message="Voxel grid structure does not match.") | |
Indicates that a voxel grid structure should have matched another one, but did not.
Definition at line 43 of file exceptions.h.
InvalidStructure | ( | const VoxelGridStructure & | expected, |
const VoxelGridStructure & | actual, | ||
const std::string & | message = "Voxel grid structure does not match." |
||
) |
Definition at line 24 of file exceptions.cpp.