Straight line segment in a 3D space. More...
#include <vsol/vsol_curve_3d.h>
#include <vsol/vsol_point_3d_sptr.h>
#include <vsl/vsl_binary_io.h>
#include <vgl/vgl_fwd.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vsol_line_3d |
Functions | |
void | vsl_b_write (vsl_b_ostream &os, const vsol_line_3d *p) |
Binary save vsol_line_3d* to stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_line_3d *&p) |
Binary load vsol_line_3d* from stream. |
Straight line segment in a 3D space.
The direction gives the orientation and the length of the segment
Modifications 2000-05-03 François BERTEL Creation 2000-06-17 Peter Vanroose Implemented all operator==()s and type info 2001-07-03 Peter Vanroose Replaced vnl_double_3 by vgl_vector_3d 2004-05-14 Peter Vanroose Added describe() 2004-09-06 Peter Vanroose Added Binary I/O
Definition in file vsol_line_3d.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_line_3d *& | p | ||
) |
Binary load vsol_line_3d* from stream.
Definition at line 241 of file vsol_line_3d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
vsol_line_3d const * | p | ||
) |
Binary save vsol_line_3d* to stream.
Definition at line 228 of file vsol_line_3d.cxx.