Go to the source code of this file.
Functions | |
| void | vsl_b_write (vsl_b_ostream &os, vsol_point_3d const *p) |
| Binary save vsol_point_3d to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vsol_point_3d *&p) |
| Binary load vsol_point_3d from stream. | |
Definition in file vsol_point_3d.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vsol_point_3d *& | p | ||
| ) |
Binary load vsol_point_3d from stream.
Binary load vsol_point_3d* from stream.
Definition at line 202 of file vsol_point_3d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vsol_point_3d const * | p | ||
| ) |
Binary save vsol_point_3d to stream.
Binary save vsol_point_3d* to stream.
Definition at line 189 of file vsol_point_3d.cxx.
1.7.5.1