a class to hold cylinder data in 3D More...
#include <vgl/vgl_cylinder.h>
#include <vsol/vsol_spatial_object_3d.h>
#include <vsol/vsol_cylinder_sptr.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_string.h>
#include <vcl_iosfwd.h>
Go to the source code of this file.
Classes | |
class | vsol_cylinder |
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_istream &is, vsol_cylinder_sptr &p) |
Binary load vsol_cylinder_sptr from stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_cylinder *&p) |
Binary load vsol_cylinder* from stream. | |
void | vsl_b_read (vsl_b_istream &is, vsol_cylinder_sptr &p) |
Binary load vsol_cylinder_sptr from stream. |
a class to hold cylinder data in 3D
This class inherits from vsol_spatial_object_3d.
Modifications 2004-10-07 Gamze D. Tunali Created 2006-04-04 K. Kang: a few setters are added
Definition in file vsol_cylinder.h.
void vsl_b_read | ( | vsl_b_istream & | is, |
vsol_cylinder *& | p | ||
) |
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_cylinder_sptr from stream.
Binary load vsol_box_3d* from stream.
Binary load vsol_box_2d* from stream.
Binary load vsol_box_3d* from stream.
Binary load vsol_box_2d* from stream.
Definition at line 146 of file vsol_box_2d.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_istream & | is, |
vsol_cylinder_sptr & | p | ||
) |
Binary load vsol_cylinder_sptr from stream.