Functions
contrib/gel/vsol/vsol_rectangle_2d.cxx File Reference
#include "vsol_rectangle_2d.h"
#include <vcl_cassert.h>
#include <vnl/vnl_math.h>
#include <vcl_cmath.h>
#include <vcl_iostream.h>
#include <vgl/vgl_vector_2d.h>
#include <vsol/vsol_point_2d.h>
#include <vbl/io/vbl_io_smart_ptr.h>

Go to the source code of this file.

Functions

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

Detailed Description

Definition in file vsol_rectangle_2d.cxx.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
vsol_rectangle_2d *&  r 
)

Binary load vsol_rectangle_2d* from stream.

Definition at line 283 of file vsol_rectangle_2d.cxx.

void vsl_b_write ( vsl_b_ostream os,
const vsol_rectangle_2d r 
)

Binary save vsol_rectangle_2d* to stream.

Definition at line 270 of file vsol_rectangle_2d.cxx.