5 #include <surfaceinspector/util/Object.hpp>
8 using std::runtime_error;
10 namespace SurfaceInspector {
namespace util{
Class representing an object. All surface inspector classes must extend Object.
Definition: Object.hpp:12
Base class for surface inspector exceptions.
Definition: SurfaceInspectorException.hpp:18
SurfaceInspectorException(std::string const msg="")
Surface inspector exception constructor.
Definition: SurfaceInspectorException.hpp:26