Functions
contrib/gel/vsol/vsol_cylinder.cxx File Reference
#include "vsol_cylinder.h"
#include <vgl/io/vgl_io_cylinder.h>
#include <vgl/vgl_vector_3d.h>

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.

Detailed Description

Definition in file vsol_cylinder.cxx.


Function Documentation

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.