|
dune-grid 2.10
|
#include <dune/grid/albertagrid/persistentcontainer.hh>

Public Types | |
| typedef Base::Grid | Grid |
| typedef Base::Value | Value |
| typedef Vector::size_type | Size |
| typedef Vector::const_iterator | ConstIterator |
| typedef Vector::iterator | Iterator |
| typedef Vector::allocator_type | Allocator |
Public Member Functions | |
| PersistentContainer (const Grid &grid, int codim, const Value &value=Value()) | |
| const Value & | operator[] (const Entity &entity) const |
| Value & | operator[] (const Entity &entity) |
| const Value & | operator() (const Entity &entity, int subEntity) const |
| Value & | operator() (const Entity &entity, int subEntity) |
| Size | size () const |
| void | resize (const Value &value=Value()) |
| void | shrinkToFit () |
| void | fill (const Value &value) |
| void | swap (This &other) |
| ConstIterator | begin () const |
| Iterator | begin () |
| ConstIterator | end () const |
| Iterator | end () |
| int | codimension () const |
Protected Member Functions | |
| const AlbertaGrid< dim, dimworld >::HierarchicIndexSet & | indexSet () const |
Protected Attributes | |
| int | codim_ |
| const AlbertaGrid< dim, dimworld >::HierarchicIndexSet * | indexSet_ |
| std::vector< T > | data_ |
|
inherited |
|
inherited |
| typedef Base::Grid Dune::PersistentContainer< AlbertaGrid< dim, dimworld >, T >::Grid |
|
inherited |
|
inherited |
| typedef Base::Value Dune::PersistentContainer< AlbertaGrid< dim, dimworld >, T >::Value |
|
inline |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineprotectedinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
inlineinherited |
|
protectedinherited |
|
protectedinherited |
|
protectedinherited |