|
dune-grid 2.10
|
refer PersistentContainer<const Grid> to the implementation of the mutable grid More...
#include <dune/grid/utility/persistentcontainer.hh>

Public Types | |
| typedef Base::Value | Value |
| typedef Base::Grid | Grid |
| typedef std::map< const Grid::LocalIdSet::IdType, T >::size_type | Size |
| typedef IteratorWrapper< const Value, typename std::map< const Grid::LocalIdSet::IdType, T >::const_iterator > | ConstIterator |
| typedef IteratorWrapper< Value, typename std::map< const Grid::LocalIdSet::IdType, T >::iterator > | Iterator |
Public Member Functions | |
| PersistentContainer (const typename Base::Grid &grid, int codim, const Value &value=Value()) | |
| const Value & | operator[] (const Entity &entity) const |
| const Value & | operator() (const Entity &entity, int subEntity) const |
| Size | size () const |
| void | resize (const Value &value=Value()) |
| void | shrinkToFit () |
| void | fill (const Value &value) |
| void | swap (This &other) |
| ConstIterator | begin () const |
| ConstIterator | end () const |
| int | codimension () const |
| template<class Entity> | |
| Value & | operator[] (const Entity &entity) |
| template<class Entity> | |
| Value & | operator() (const Entity &entity, int subEntity) |
| void | resize (const Value &value=Value()) |
| void | fill (const Value &value) |
| Iterator | begin () |
| Iterator | end () |
| template<class Entity> | |
| Value & | operator[] (const Entity &entity) |
| template<class Entity> | |
| Value & | operator() (const Entity &entity, int subEntity) |
| void | resize (const Value &value=Value()) |
| void | fill (const Value &value) |
| Iterator | begin () |
| Iterator | end () |
Protected Member Functions | |
| const Grid & | grid () const |
| void | migrateLevel (int level, const Value &value, std::map< const Grid::LocalIdSet::IdType, T > &data, std::integral_constant< bool, true >) |
| const const Grid::LocalIdSet & | idSet () const |
| template<int codim> | |
| void | migrateLevel (int level, const Value &value, Map &data, std::integral_constant< bool, false >) |
| template<int codim> | |
| void | migrateLevel (int level, const Value &value, Map &data, std::integral_constant< bool, false >) |
Static Protected Member Functions | |
| static void | migrateEntry (const typename const Grid::LocalIdSet::IdType &id, const Value &value, std::map< const Grid::LocalIdSet::IdType, T > &oldData, std::map< const Grid::LocalIdSet::IdType, T > &newData) |
Protected Attributes | |
| const Grid * | grid_ |
| int | codim_ |
| const const Grid::LocalIdSet * | idSet_ |
| std::map< const Grid::LocalIdSet::IdType, T > | data_ |
refer PersistentContainer<const Grid> to the implementation of the mutable grid
| typedef IteratorWrapper< const Value, typename std::map< const Grid::LocalIdSet::IdType, T >::const_iterator > Dune::PersistentContainerMap< const Grid, const Grid::LocalIdSet, std::map< const Grid::LocalIdSet::IdType, T > >::ConstIterator |
| typedef Base::Grid Dune::PersistentContainer< const Grid, T >::Grid |
| typedef IteratorWrapper< Value, typename std::map< const Grid::LocalIdSet::IdType, T >::iterator > Dune::PersistentContainerMap< const Grid, const Grid::LocalIdSet, std::map< const Grid::LocalIdSet::IdType, T > >::Iterator |
| typedef std::map< const Grid::LocalIdSet::IdType, T >::size_type Dune::PersistentContainerMap< const Grid, const Grid::LocalIdSet, std::map< const Grid::LocalIdSet::IdType, T > >::Size |
| typedef Base::Value Dune::PersistentContainer< const Grid, T >::Value |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineprotected |
|
inlineprotected |
|
inlinestaticprotected |
|
inlineprotected |
|
inlineprotectedinherited |
|
inlineprotectedinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |