Functions
contrib/gel/vsol/vsol_conic_2d.cxx File Reference
#include "vsol_conic_2d.h"
#include <vnl/vnl_math.h>
#include <vbl/io/vbl_io_smart_ptr.h>
#include <vsol/vsol_point_2d.h>
#include <vgl/vgl_vector_2d.h>
#include <vgl/vgl_homg_point_2d.h>
#include <vgl/vgl_homg_line_2d.h>
#include <vgl/io/vgl_io_conic.h>
#include <vgl/algo/vgl_homg_operators_2d.h>
#include <vcl_cmath.h>
#include <vcl_cassert.h>

Go to the source code of this file.

Functions

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

Detailed Description

Definition in file vsol_conic_2d.cxx.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
vsol_conic_2d *&  c 
)

Binary load vsol_conic_2d* from stream.

Definition at line 642 of file vsol_conic_2d.cxx.

void vsl_b_write ( vsl_b_ostream os,
const vsol_conic_2d c 
)

Binary save vsol_conic_2d* to stream.

Definition at line 629 of file vsol_conic_2d.cxx.