#include <grid-functors.h>
Public Types | |
typedef element_traits< E > | et |
typedef et::grid_type | grid_type |
typedef grid_types< grid_type > | gt |
typedef et::handle_type | element_handle |
typedef E | Element |
typedef E | element_type |
typedef Element | result_type |
typedef result_type | value_type |
typedef element_handle | argument_type |
Public Methods | |
handle2element_map () | |
handle2element_map (const grid_type &gg) | |
result_type | operator() (const argument_type &e) const |
grid_type const & | TheGrid () const |
Public Attributes | |
const grid_type * | g |
Related Functions | |
(Note that these are not member functions.) | |
handle2element_map< E > | handle2element (const E &e) |
Creator function for handle2element_map. | |
handle2element_map< E > | handle2element (const tp< E > &, const G &g) |
Creator function for handle2element_map. |
Model of Adaptable Unary Function handle -> Element
This is more general than handle2vertex_map or handle2cell_map.
Definition at line 319 of file grid-functors.h.