Functions | |
| template<class VERTEXITER, class GEOM> box< typename GEOM::coord_type > | get_grid_iter_bounding_box (VERTEXITER V, GEOM const &Geom) |
| template<class GRID, class GEOM> box< typename GEOM::coord_type > | get_grid_bounding_box (GRID const &G, GEOM const &Geom) |
| convenience wrapper for get_grid_iter_bounding_box. More... | |
One might be tempted to think that bounding boxes of grids can be calculated just by taking the bounding boxes of their sequence of vertex coordinate. While this is done in the functions below, it is neither correct nor the most efficient way in every case:
|
||||||||||||||||
|
Get the bounding box of the range of a grid vertex iterator
Definition at line 41 of file bounding-box.h. |
|
||||||||||||||||
|
convenience wrapper for get_grid_iter_bounding_box.
Definition at line 61 of file bounding-box.h. |
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000