#include <exception>#include <iostream>#include <string>
Go to the source code of this file.
Classes | |
| struct | lvr2::PanicException |
| An exception denoting an internal bug. More... | |
| struct | lvr2::VertexLoopException |
Namespaces | |
| lvr2 | |
Functions | |
| void | lvr2::panic (std::string msg) |
| Throws a panic exception with the given error message. More... | |
| void | lvr2::panic_unimplemented (std::string msg) |
| Throws a panic exception with the given error message and denotes that the exception was thrown due to a missing implementation. More... | |