Represents a 2D digital_curve. More...
#include <vcl_iosfwd.h>#include <vdgl/vdgl_digital_curve_sptr.h>#include <vsol/vsol_curve_2d.h>#include <vsol/vsol_point_2d_sptr.h>#include <vdgl/vdgl_interpolator_sptr.h>Go to the source code of this file.
Classes | |
| class | vdgl_digital_curve |
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, const vdgl_digital_curve &dc) |
| Stream operator. | |
| void | vsl_b_write (vsl_b_ostream &os, const vdgl_digital_curve *dc) |
| Binary save vdgl_digital_curve* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vdgl_digital_curve *&dc) |
| Binary load vdgl_digital_curve* from stream. | |
| void | vsl_print_summary (vcl_ostream &os, const vdgl_digital_curve *dc) |
| Print human readable summary of vdgl_digital_curve* to a stream. | |
Represents a 2D digital_curve.
Modifications:
10-Apr-2002 Peter Vanroose - Implemented split()
30-Nov-2002 J.L. Mundy added constructor from end points
18-May-2004 J.L. Mundy added binary I/O methods and equality tests
23-Sep-2004 Ming-Ching Chang Change cast_to_digital_curve() to cast_to_vdgl_digital_curve()
to distinguish from vsol cast_to_digital_curve()
Definition in file vdgl_digital_curve.h.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| const vdgl_digital_curve & | dc | ||
| ) |
Stream operator.
Definition at line 270 of file vdgl_digital_curve.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vdgl_digital_curve *& | dc | ||
| ) |
Binary load vdgl_digital_curve* from stream.
Definition at line 250 of file vdgl_digital_curve.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vdgl_digital_curve * | dc | ||
| ) |
Binary save vdgl_digital_curve* to stream.
Definition at line 238 of file vdgl_digital_curve.cxx.
| void vsl_print_summary | ( | vcl_ostream & | os, |
| const vdgl_digital_curve * | dc | ||
| ) |
Print human readable summary of vdgl_digital_curve* to a stream.
Definition at line 264 of file vdgl_digital_curve.cxx.
1.7.5.1