|
IBAMR
IBAMR version 0.19.
|
#include <IndexData.h>

Public Member Functions | |
| IndexDataNode () | |
| IndexDataNode (const hier::Index< DIM > &index, const int d_offset, TYPE &t, IndexDataNode< DIM, TYPE, BOX_GEOMETRY > *n, IndexDataNode< DIM, TYPE, BOX_GEOMETRY > *p) | |
| virtual | ~IndexDataNode () |
Private Attributes | |
| hier::Index< DIM > | d_index |
| int | d_offset |
| TYPE * | d_item |
| IndexDataNode< DIM, TYPE, BOX_GEOMETRY > * | d_next |
| IndexDataNode< DIM, TYPE, BOX_GEOMETRY > * | d_prev |
Friends | |
| class | IndexData< DIM, TYPE, BOX_GEOMETRY > |
| class | IndexIterator< DIM, TYPE, BOX_GEOMETRY > |
| class | ConstIndexIterator< DIM, TYPE, BOX_GEOMETRY > |
Class IndexDataNode holds items for the linked list. This class should be defined inside the IndexData class, but nested template classes can cause some compilers to barf. List nodes should never be seen by the user of a list.
| SAMRAI::pdat::IndexDataNode< DIM, TYPE, BOX_GEOMETRY >::IndexDataNode | ( | ) |
| SAMRAI::pdat::IndexDataNode< DIM, TYPE, BOX_GEOMETRY >::IndexDataNode | ( | const hier::Index< DIM > & | index, |
| const int | d_offset, | ||
| TYPE & | t, | ||
| IndexDataNode< DIM, TYPE, BOX_GEOMETRY > * | n, | ||
| IndexDataNode< DIM, TYPE, BOX_GEOMETRY > * | p | ||
| ) |
|
virtual |
|
friend |
|
friend |
|
friend |
|
private |
|
private |
|
private |
|
private |
|
private |
1.8.17