Functions
contrib/gel/vsol/vsol_rectangle_3d.cxx File Reference
#include "vsol_rectangle_3d.h"
#include <vcl_cassert.h>
#include <vgl/vgl_vector_3d.h>
#include <vsol/vsol_point_3d.h>
#include <vcl_iostream.h>

Go to the source code of this file.

Functions

void vsl_b_write (vsl_b_ostream &os, vsol_rectangle_3d const *r)
 Binary save vsol_rectangle_3d* to stream.
void vsl_b_read (vsl_b_istream &is, vsol_rectangle_3d *&r)
 Binary load vsol_rectangle_3d* from stream.

Detailed Description

Definition in file vsol_rectangle_3d.cxx.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
vsol_rectangle_3d *&  r 
)

Binary load vsol_rectangle_3d* from stream.

Definition at line 261 of file vsol_rectangle_3d.cxx.

void vsl_b_write ( vsl_b_ostream os,
vsol_rectangle_3d const *  r 
)

Binary save vsol_rectangle_3d* to stream.

Definition at line 248 of file vsol_rectangle_3d.cxx.