|
dune-grid 2.10
|
Loading...
Searching...
No Matches
Dune::IndexStack< T, length > Class Template Reference
#include <dune/grid/albertagrid/indexstack.hh>
Public Member Functions | |
| IndexStack () | |
| Constructor, create new IndexStack. | |
| ~IndexStack () | |
| Destructor, deleting all stacks. | |
| void | checkAndSetMax (T index) |
| set index as maxIndex if index is bigger than maxIndex | |
| void | setMaxIndex (T index) |
| set index as maxIndex | |
| int | getMaxIndex () const |
| return maxIndex which is also the | |
| int | size () const |
| return maxIndex which is also the | |
| T | getIndex () |
| restore index from stack or create new index | |
| void | freeIndex (T index) |
| store index on stack | |
| void | test () |
| test stack functionality | |
| void | backupIndexSet (std::ostream &os) |
| void | restoreIndexSet (std::istream &is) |
Detailed Description
template<class T, int length>
class Dune::IndexStack< T, length >
class Dune::IndexStack< T, length >
IndexStack providing indices via getIndex and freeIndex indices that are freed, are put on a stack and get
Constructor & Destructor Documentation
◆ IndexStack()
template<class T , int length>
|
inline |
Constructor, create new IndexStack.
◆ ~IndexStack()
template<class T , int length>
|
inline |
Destructor, deleting all stacks.
Member Function Documentation
◆ backupIndexSet()
template<class T , int length>
|
inline |
◆ checkAndSetMax()
template<class T , int length>
|
inline |
set index as maxIndex if index is bigger than maxIndex
◆ freeIndex()
template<class T , int length>
|
inline |
store index on stack
◆ getIndex()
template<class T , int length>
|
inline |
restore index from stack or create new index
◆ getMaxIndex()
template<class T , int length>
|
inline |
return maxIndex which is also the
◆ restoreIndexSet()
template<class T , int length>
|
inline |
◆ setMaxIndex()
template<class T , int length>
|
inline |
set index as maxIndex
◆ size()
template<class T , int length>
|
inline |
return maxIndex which is also the
◆ test()
template<class T , int length>
|
inline |
test stack functionality
The documentation for this class was generated from the following file:
Legal Statements / Impressum | Hosted by TU Dresden & Uni Heidelberg | Generated by
1.9.8