Functions
contrib/gel/vsol/vsol_box_3d.cxx File Reference
#include "vsol_box_3d.h"
#include <vbl/io/vbl_io_bounding_box.h>
#include <vcl_cassert.h>

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.

Detailed Description

Definition in file vsol_box_3d.cxx.


Function Documentation

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.