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

Polyhedral volume in 3D space. More...

#include <vsol/vsol_volume_3d.h>
#include <vsol/vsol_point_3d.h>
#include <vsol/vsol_point_3d_sptr.h>
#include <vcl_vector.h>
#include <vcl_iosfwd.h>
#include <vsl/vsl_binary_io.h>

Go to the source code of this file.

Classes

class  vsol_polyhedron

Functions

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

Detailed Description

Polyhedral volume in 3D space.

Representation of an arbitrary polyhedral volume, i.e., a volume that is bounded by any set of flat polygons.

A sufficient minimal representation for this is the set of corner points together with the polygonal faces they form.

Author:
Peter Vanroose
Date:
5 July 2000.
    Modifications
     2004/05/14 Peter Vanroose  Added describe()
     2004/09/06 Peter Vanroose  Added Binary I/O
   

Definition in file vsol_polyhedron.h.


Function Documentation

void vsl_b_read ( vsl_b_istream is,
vsol_polyhedron *&  p 
)

Binary load vsol_polyhedron* from stream.

Definition at line 201 of file vsol_polyhedron.cxx.

void vsl_b_write ( vsl_b_ostream os,
vsol_polyhedron const *  p 
)

Binary save vsol_polyhedron* to stream.

Definition at line 188 of file vsol_polyhedron.cxx.