Go to the source code of this file.
Functions | |
void | vsl_b_write (vsl_b_ostream &os, const vsol_cylinder *p) |
Binary save vsol_cylinder* to stream. | |
void | vsl_b_write (vsl_b_ostream &os, const vsol_cylinder_sptr &p) |
Binary save vsol_cylinder_sptr to stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_cylinder *&cyl) |
Binary load vsol_cylinder* from stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_cylinder_sptr &cyl) |
Binary load vsol_cylinder_sptr from stream. |
Definition in file vsol_cylinder.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_cylinder *& | cyl | ||
) |
Binary load vsol_cylinder* from stream.
Definition at line 115 of file vsol_cylinder.cxx.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_cylinder_sptr & | cyl | ||
) |
Binary load vsol_cylinder_sptr from stream.
Binary load vsol_box_3d* from stream.
Binary load vsol_box_2d* from stream.
Definition at line 128 of file vsol_cylinder.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vsol_cylinder * | p | ||
) |
Binary save vsol_cylinder* to stream.
Definition at line 89 of file vsol_cylinder.cxx.
void vsl_b_write | ( | vsl_b_ostream & | os, |
const vsol_cylinder_sptr & | p | ||
) |
Binary save vsol_cylinder_sptr to stream.
Binary save vsol_box_3d* to stream.
Binary save vsol_box_2d* to stream.
Definition at line 102 of file vsol_cylinder.cxx.