#include </home/guntram/tmp/GrAL/gral/base/include/Gral/Base/boundary.h>
Related Functions | |
| (Note that these are not member functions.) | |
| template<class Grid > | |
| BoundaryRange< Grid > | GetBoundaryRange (Grid const &G) |
| creator function for BoundaryRange | |
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.
1.5.8