Package: GrAL Base        GrAL: Packages | Concepts | Homepage

GrAL::BoundaryRange< Grid > Class Template Reference

A reference to the combinatorial boundary of a grid. More...

#include </home/guntram/tmp/GrAL/gral/base/include/Gral/Base/boundary.h>

List of all members.

Related Functions

(Note that these are not member functions.)

template<class Grid >
BoundaryRange< Grid > GetBoundaryRange (Grid const &G)
 creator function for BoundaryRange


Detailed Description

template<class Grid>
class GrAL::BoundaryRange< Grid >

A reference to the combinatorial boundary of a grid.

This must be specialized for concrete grid types:

   template<class Grid>
   class BoundaryRange {
     typedef VertexIterator;
     typedef EdgeIterator;
     typedef FacetIterator;

     VertexIterator FirstVertex() const;
     EdgeIterator   FirstEdge()   const;
     FacetIterator  FirstFacet()  const;

     BoundaryRange(const Grid&);
   };

Definition at line 43 of file boundary.h.


The documentation for this class was generated from the following file:

©  Guntram Berti 1997-2009. See the GrAL Homepage for up-to-date information.

Generated on Tue Mar 31 19:11:06 2009 for GrAL Base by doxygen 1.5.8