Represents an edgel list which is a 2d set of edgels. More...
#include <vcl_iosfwd.h>
#include <vcl_vector.h>
#include <vul/vul_timestamp.h>
#include <vbl/vbl_ref_count.h>
#include <vsl/vsl_binary_io.h>
#include "vdgl_edgel_chain_sptr.h"
#include <vdgl/vdgl_edgel.h>
Go to the source code of this file.
Classes | |
class | vdgl_edgel_chain |
Functions | |
vcl_ostream & | operator<< (vcl_ostream &s, const vdgl_edgel_chain &e) |
Stream operator. | |
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 *&e) |
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. |
Represents an edgel list which is a 2d set of edgels.
Modifications: 10-Apr-2002 Peter Vanroose - Added & implemented split(), extract_subchain() 17-May-2004 Joseph Mundy - Added digital I/O 10-Sep-2004 Peter Vanroose Added copy ctor with explicit vbl_ref_count init
Definition in file vdgl_edgel_chain.h.
vcl_ostream& operator<< | ( | vcl_ostream & | s, |
const vdgl_edgel_chain & | e | ||
) |
Stream operator.
Definition at line 79 of file vdgl_edgel_chain.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vdgl_edgel_chain *& | e | ||
) |
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.