SLIP  1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Variables
error.hpp File Reference

Provides SLIP error messages. More...

#include <string>
Include dependency graph for error.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  slip::slip_exception
 standard exception extension name have been changed to eliminate conflicts with QT More...
 

Namespaces

 slip
 This namespace corresponds to the kernel of the Simple Library on Image Processing (SLIP). That is to say that it contains the data structures and the algorithms needed by these data strucutres.
 

Variables

const std::string slip::FILE_OPEN_ERROR = "Fail to open file: "
 
const std::string slip::CROSSCORRELATION_BAD_ALGO = "Bad crosscorrelation algorithm selection: standard algorithm by default"
 
const std::string slip::SINGULAR_MATRIX_ERROR = "This matrix is singular"
 
const std::string slip::POSITIVE_DEFINITE_MATRIX_ERROR = "This matrix is not positive definite"
 
const std::string slip::GRID_INIT_POINT_ERROR = "The init points of the grid are different"
 
const std::string slip::GRID_STEP_ERROR = "The grid steps of the grid are different"
 
const std::string slip::FILE_READ_ERROR = "Unable to read the file "
 
const std::string slip::FILE_WRITE_ERROR = "Unable to write into the file "
 
const std::string slip::BAD_DIMENSION = "Bad dimension parameter."
 
const std::string slip::BAD_PARAMETER = "Bad parameter."
 

Detailed Description

Provides SLIP error messages.

Definition in file error.hpp.