#include <exception>#include <sstream>#include <string>Include dependency graph for mimasexception.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
| namespace | mimas |
Classes | |
| class | mimas::mimasexception |
| Exception class deriving from std::exception. More... | |
Defines | |
| #define | MMERROR(condition, class, params, message) |
| #define MMERROR | ( | condition, | |||
| class, | |||||
| params, | |||||
| message | ) |
Value:
if ( !( condition ) ) { \ class _e params; \ _e << message; \ throw _e; \ };
Definition at line 74 of file mimasexception.h.
Referenced by mimas::dotProduct(), mimas::edgeHaynesJain(), mimas::hf::image_loader< T >::next(), mimas::filter< T >::nonMaximaSuppression(), mimas::pca_tool::pca(), mimas::pca_tool::project(), mimas::nn_hebbian::recall(), mimas::nn_assoc::recall(), mimas::colour_properties_tool< T >::setChannel(), mimas::nn_assoc::train(), and mimas::nn_hebbian::update().