Classes | Functions
contrib/gel/vsol/vsol_triangle_2d.h File Reference

Triangle in 2D space. More...

#include <vsol/vsol_polygon_2d.h>
#include <vsl/vsl_binary_io.h>
#include <vcl_iosfwd.h>

Go to the source code of this file.

Classes

class  vsol_triangle_2d

Functions

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

Detailed Description

Triangle in 2D space.

Author:
François BERTEL
Date:
2000-05-02
    Modifications
     2000-05-02 François BERTEL Creation
     2000-06-17 Peter Vanroose  Implemented all operator==()s and type info
     2004-05-11 Joseph Mundy Implemented binary I/O
     2004-05-14 Peter Vanroose  Added describe()
   

Definition in file vsol_triangle_2d.h.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
vsol_triangle_2d *&  p 
)

Binary load vsol_triangle_2d* from stream.

Definition at line 218 of file vsol_triangle_2d.cxx.

void vsl_b_write ( vsl_b_ostream os,
const vsol_triangle_2d t 
)

Binary save vsol_triangle_2d* to stream.

Definition at line 205 of file vsol_triangle_2d.cxx.