Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
sift.hpp File Reference#include <vector> #include <ostream> #include <cmath> #include <limits> #include "Shared/attributes.h" #include "sift.ipp" #include <iostream> #include <cassert>
Include dependency graph for sift.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Define Documentation
Definition at line 64 of file sift.hpp. Referenced by siftdriver().
Definition at line 60 of file sift.hpp. Referenced by siftdriver().
Value:
{ \ std::ostringstream oss ; \ oss << x ; \ throw VL::Exception(oss.str()) ; \ } Throw generic exception. The macro executes the stream operations x to obtain an error messages. The message is then wrapped in a generic exception VL::Exception and thrown.
Definition at line 139 of file sift.hpp. Referenced by siftdriver(). |
Tekkotsu v5.1CVS |
Generated Mon May 9 04:59:02 2016 by Doxygen 1.6.3 |