|
|
Indicates that voxel data with an invalid number of voxels has been passed to a VoxelGrid. More...
#include <VisionX/libraries/VoxelGridCore/exceptions.h>
Inheritance diagram for InvalidVoxelDataSize:Public Member Functions | |
| InvalidVoxelDataSize (std::size_t actual, std::size_t expected) | |
Indicates that voxel data with an invalid number of voxels has been passed to a VoxelGrid.
Definition at line 26 of file exceptions.h.
| InvalidVoxelDataSize | ( | std::size_t | actual, |
| std::size_t | expected | ||
| ) |
Definition at line 10 of file exceptions.cpp.