A proxy class representing a row of LocalIndexContainerProxy.
More...
#include <GridHelpers.hpp>
template<int(Dune::CpGrid::*)(int, int) const AccessMethod, int(Dune::CpGrid::*)(int) const SizeMethod>
class Dune::cpgrid::LocalIndexProxy< AccessMethod, SizeMethod >
A proxy class representing a row of LocalIndexContainerProxy.
- Template Parameters
-
AccessMethod | Function pointer to access the values of a sparse row (e.g. the faces attached to a cell. |
SizeMethod | Fuction pointer to access the size of the sparse row (e.g. the number of faces attached to a cell. |
◆ LocalIndexProxy()
template<int(Dune::CpGrid::*)(int, int) const AccessMethod, int(Dune::CpGrid::*)(int) const SizeMethod>
Constructor.
- Parameters
-
grid | The grid whose face to cell mapping we represent. |
cell_index | The index of the cell we repesent. |
The documentation for this class was generated from the following file: