Triangle in 2D space. More...
Go to the source code of this file.
Classes | |
class | vsol_triangle_2d |
Functions | |
void | vsl_b_write (vsl_b_ostream &os, const vsol_triangle_2d *p) |
Binary save vsol_triangle_2d* to stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_triangle_2d *&p) |
Binary load vsol_triangle_2d* from stream. |
Triangle in 2D space.
Modifications 2000-05-02 François BERTEL Creation 2000-06-17 Peter Vanroose Implemented all operator==()s and type info 2004-05-11 Joseph Mundy Implemented binary I/O 2004-05-14 Peter Vanroose Added describe()
Definition in file vsol_triangle_2d.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_triangle_2d *& | p | ||
) |
Binary load vsol_triangle_2d* from stream.
Definition at line 218 of file vsol_triangle_2d.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vsol_triangle_2d * | t | ||
) |
Binary save vsol_triangle_2d* to stream.
Definition at line 205 of file vsol_triangle_2d.cxx.