Model of Adaptable Unary Function handle -> Vertex. More...
#include </home/guntram/tmp/GrAL/gral/base/include/Gral/Base/grid-functors.h>
Public Types | |
| typedef G | grid_type |
| typedef grid_types< G > | gt |
| typedef gt::Vertex | Vertex |
| typedef gt::vertex_handle | vertex_handle |
| typedef Vertex | result_type |
| typedef vertex_handle | argument_type |
Public Member Functions | |
| handle2vertex_map (const G &gg) | |
| result_type | operator() (const argument_type &c) const |
| grid_type const & | TheGrid () const |
| bool | bound () const |
Public Attributes | |
| const G * | g |
Related Functions | |
| (Note that these are not member functions.) | |
| template<class G > | |
| handle2vertex_map< G > | handle2vertex (const G &g) |
| Creator function for handle2vertex_map. | |
Model of Adaptable Unary Function handle -> Vertex.
Definition at line 232 of file grid-functors.h.
1.5.8