#include <grid-functors.h>
Public Types | |
typedef G | grid_type |
typedef grid_types< G > | gt |
typedef gt::Cell | Cell |
typedef Cell | element_type |
typedef gt::cell_handle | cell_handle |
typedef Cell | result_type |
typedef cell_handle | argument_type |
Public Methods | |
handle2cell_map () | |
handle2cell_map (const G &gg) | |
result_type | operator() (const argument_type &c) const |
grid_type const & | TheGrid () const |
Public Attributes | |
const G * | g |
Related Functions | |
(Note that these are not member functions.) | |
handle2cell_map< G > | handle2cell (const G &g) |
Creator function for handle2cell_map. |
Model of Adaptable Unary Function handle -> Cell.
Definition at line 122 of file grid-functors.h.