#include "osl_fit_lines.h"#include <vcl_cassert.h>#include <vcl_iostream.h>#include <vcl_list.h>#include <vnl/vnl_math.h>#include <osl/osl_canny_port.h>Go to the source code of this file.
Defines | |
| #define | warn_if_empty(e) |
| #define | WARN if (false) { } else (vcl_cerr << __FILE__ ": " << __LINE__ << ' ') |
Definition in file osl_fit_lines.cxx.
| #define WARN if (false) { } else (vcl_cerr << __FILE__ ": " << __LINE__ << ' ') |
Definition at line 18 of file osl_fit_lines.cxx.
| #define warn_if_empty | ( | e | ) |
if (true && e->size()==0) \ vcl_cerr << __FILE__ ": " << __LINE__ << " edge \'" #e "' has zero length\n";
Definition at line 14 of file osl_fit_lines.cxx.
1.7.5.1