Go to the source code of this file.
Functions | |
| vcl_ostream & | operator<< (vcl_ostream &s, vsol_box_3d const &b) |
| Stream operator. | |
| void | vsl_b_write (vsl_b_ostream &os, vsol_box_3d_sptr const &b) |
| Binary save vsol_box_3d_sptr to stream. | |
| void | vsl_b_read (vsl_b_istream &is, vsol_box_3d_sptr &b) |
| Binary load vsol_box_3d_sptr from stream. | |
Definition in file vsol_box_3d.cxx.
| vcl_ostream& operator<< | ( | vcl_ostream & | s, |
| vsol_box_3d const & | b | ||
| ) |
Stream operator.
Definition at line 139 of file vsol_box_3d.cxx.
| void vsl_b_read | ( | vsl_b_istream & | is, |
| vsol_box_3d_sptr & | b | ||
| ) |
Binary load vsol_box_3d_sptr from stream.
Binary load vsol_cylinder_sptr from stream.
Binary load vsol_box_3d* from stream.
Binary load vsol_box_2d* from stream.
Definition at line 161 of file vsol_box_3d.cxx.
| void vsl_b_write | ( | vsl_b_ostream & | os, |
| vsol_box_3d_sptr const & | b | ||
| ) |
Binary save vsol_box_3d_sptr to stream.
Binary save vsol_box_3d* to stream.
Binary save vsol_box_2d* to stream.
Definition at line 148 of file vsol_box_3d.cxx.
1.7.5.1