OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
Help class for storing pointer to octant cell and position of the member in the data list. More...
#include <delaunaytriangle.h>
Public Types | |
typedef OctantRecT< T > * | CellPtrType |
typedef std::list< T >::iterator | listIteratorType |
Public Member Functions | |
LocalInsertionData () | |
Constructor. More... | |
Public Attributes | |
OctantRecT< T > * | containedInCell |
Octant cell containing object. More... | |
listIteratorType | posInCellDataList |
Iterator position in the list of cell objects. More... | |
Help class for storing pointer to octant cell and position of the member in the data list.
Definition at line 54 of file delaunaytriangle.h.
typedef OctantRecT< T >* oofem::LocalInsertionData< T >::CellPtrType |
Definition at line 494 of file octreelocalizert.h.
typedef std :: list< T >:: iterator oofem::LocalInsertionData< T >::listIteratorType |
Definition at line 495 of file octreelocalizert.h.
|
inline |
Constructor.
Definition at line 493 of file octreelocalizert.h.
OctantRecT< T >* oofem::LocalInsertionData< T >::containedInCell |
Octant cell containing object.
Definition at line 498 of file octreelocalizert.h.
Referenced by oofem::OctreeSpatialLocalizerT< oofem::UnstructuredGridField::Cell >::insertMemberIntoCell().
listIteratorType oofem::LocalInsertionData< T >::posInCellDataList |
Iterator position in the list of cell objects.
Definition at line 500 of file octreelocalizert.h.
Referenced by oofem::OctreeSpatialLocalizerT< oofem::UnstructuredGridField::Cell >::insertMemberIntoCell().