InvalidVoxelDataSize Class Reference

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)
 

Detailed Description

Indicates that voxel data with an invalid number of voxels has been passed to a VoxelGrid.

Definition at line 29 of file exceptions.h.

Constructor & Destructor Documentation

◆ InvalidVoxelDataSize()

InvalidVoxelDataSize ( std::size_t  actual,
std::size_t  expected 
)

Definition at line 11 of file exceptions.cpp.


The documentation for this class was generated from the following files: