mimasexception.h File Reference

#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 Documentation

#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().


[GNU/Linux] [Qt] [Mesa] [STL] [Lapack] [Boost] [Magick++] [Xalan-C and Xerces-C] [doxygen] [graphviz] [FFTW] [popt] [xine] [Gnuplot] [gnu-arch] [gcc] [gstreamer] [autoconf/automake/make] [freshmeat.net] [opensource.org] [sourceforge.net] [MMVL]
mimas 2.1 - Copyright Mon Oct 30 11:31:17 2006, Bala Amavasai, Stuart Meikle, Arul Selvan, Fabio Caparrelli, Jan Wedekind, Manuel Boissenin, ...