#include "vdgl_edgel_chain.h"#include <vgl/vgl_distance.h>#include <vcl_cassert.h>#include <vcl_cmath.h>#include <vcl_cstdlib.h>#include <vcl_iostream.h>Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vdgl_edgel_chain &p) |
| Stream operator. | |
| bool | operator== (const vdgl_edgel_chain &ec1, const vdgl_edgel_chain &ec2) |
| bool | operator!= (const vdgl_edgel_chain &ec1, const vdgl_edgel_chain &ec2) |
| void | vsl_b_write (vsl_b_ostream &os, const vdgl_edgel_chain *e) |
| Binary save vdgl_edgel_chain* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vdgl_edgel_chain *&ec) |
| Binary load vdgl_edgel_chain* from stream. | |
| void | vsl_print_summary (vcl_ostream &os, const vdgl_edgel_chain *e) |
| Print human readable summary of vdgl_edgel_chain* to a stream. | |
Definition in file vdgl_edgel_chain.cxx.
| bool operator!= | ( | const vdgl_edgel_chain & | ec1, |
| const vdgl_edgel_chain & | ec2 | ||
| ) |
Definition at line 198 of file vdgl_edgel_chain.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vdgl_edgel_chain & | p | ||
| ) |
Stream operator.
Definition at line 79 of file vdgl_edgel_chain.cxx.
| bool operator== | ( | const vdgl_edgel_chain & | ec1, |
| const vdgl_edgel_chain & | ec2 | ||
| ) |
Definition at line 187 of file vdgl_edgel_chain.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vdgl_edgel_chain *& | ec | ||
| ) |
Binary load vdgl_edgel_chain* from stream.
Definition at line 276 of file vdgl_edgel_chain.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vdgl_edgel_chain * | e | ||
| ) |
Binary save vdgl_edgel_chain* to stream.
Definition at line 263 of file vdgl_edgel_chain.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vdgl_edgel_chain * | e | ||
| ) |
Print human readable summary of vdgl_edgel_chain* to a stream.
Definition at line 291 of file vdgl_edgel_chain.cxx.
1.7.5.1