Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, const vsol_point_2d *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. | |
Definition in file vsol_point_2d.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vsol_point_2d *& | p | ||
| ) |
Binary load vsol_point_2d from stream.
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.
Binary save vsol_point_2d* to stream.
Definition at line 180 of file vsol_point_2d.cxx.
1.7.5.1