|
|
Indicates that a voxel grid structure should have matched another one, but did not. More...
#include <VisionX/libraries/VoxelGridCore/exceptions.h>
Inheritance diagram for InvalidStructure: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 39 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.