|
OOFEM 3.0
|
#include <octreelocalizert.h>
Public Types | |
| typedef OctantRecT< T > * | CellPtrType |
| typedef std::list< T >::iterator | listIteratorType |
Public Member Functions | |
| LocalInsertionData () | |
| Constructor. | |
Public Attributes | |
| OctantRecT< T > * | containedInCell |
| Octant cell containing object. | |
| listIteratorType | posInCellDataList |
| Iterator position in the list of cell objects. | |
Help class for storing pointer to octant cell and position of the member in the data list
Definition at line 467 of file octreelocalizert.h.
| typedef OctantRecT< T >* oofem::LocalInsertionData< T >::CellPtrType |
Definition at line 472 of file octreelocalizert.h.
| typedef std::list<T>::iterator oofem::LocalInsertionData< T >::listIteratorType |
Definition at line 473 of file octreelocalizert.h.
|
inline |
Constructor.
Definition at line 471 of file octreelocalizert.h.
| OctantRecT< T >* oofem::LocalInsertionData< T >::containedInCell |
Octant cell containing object.
Definition at line 476 of file octreelocalizert.h.
Referenced by oofem::OctreeSpatialLocalizerT< T > *::insertMemberIntoCell().
| listIteratorType oofem::LocalInsertionData< T >::posInCellDataList |
Iterator position in the list of cell objects.
Definition at line 478 of file octreelocalizert.h.
Referenced by oofem::OctreeSpatialLocalizerT< T > *::insertMemberIntoCell().