InvalidStructure Class Reference

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.")
 

Detailed Description

Indicates that a voxel grid structure should have matched another one, but did not.

Definition at line 43 of file exceptions.h.

Constructor & Destructor Documentation

◆ InvalidStructure()

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.


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