Point in 2D space. More...
#include <vsl/vsl_binary_io.h>#include <vsol/vsol_point_2d_sptr.h>#include <vsol/vsol_spatial_object_2d.h>#include <vgl/vgl_vector_2d.h>#include <vgl/vgl_point_2d.h>#include <vcl_iostream.h>Go to the source code of this file.
Classes | |
| class | vsol_point_2d |
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, vsol_point_2d const *p) |
| Binary save vsol_point_2d* to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vsol_point_2d *&p) |
| Binary load vsol_point_2d* from stream. | |
Point in 2D space.
Modifications
2000-04-14 François BERTEL Creation
2000-05-12 François BERTEL Replacement of vnl_vector_fixed<double,2> by vnl_double_2
2000-06-17 Peter Vanroose Implemented all operator==()s and type info
2000-09-18 Peter Tu using vgl_point_2d instead of vnl_vector
2001-06-30 Peter Vanroose Added constructor from vgl_point_2d
2001-07-03 Peter Vanroose Replaced vnl_double_2 by vgl_vector_2d
2001-07-03 Peter Vanroose Replaced new/delete by vgl_point_2d as member
2004-04-06 Joseph Mundy Added Binary I/O
2004-05-14 Peter Vanroose Added describe()
Definition in file vsol_point_2d.h.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vsol_point_2d *& | p | ||
| ) |
Binary load vsol_point_2d* from stream.
Definition at line 194 of file vsol_point_2d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| const vsol_point_2d * | p | ||
| ) |
Binary save vsol_point_2d* to stream.
Definition at line 180 of file vsol_point_2d.cxx.
1.7.5.1