OOFEM  2.4
OOFEM.org - Object Oriented Finite Element Solver
oofem::LocalInsertionData< T > Class Template Reference

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...
 

Detailed Description

template<class T>
class oofem::LocalInsertionData< T >

Help class for storing pointer to octant cell and position of the member in the data list.

Author
David Krybus

Definition at line 54 of file delaunaytriangle.h.

Member Typedef Documentation

template<class T>
typedef OctantRecT< T >* oofem::LocalInsertionData< T >::CellPtrType

Definition at line 494 of file octreelocalizert.h.

template<class T>
typedef std :: list< T >:: iterator oofem::LocalInsertionData< T >::listIteratorType

Definition at line 495 of file octreelocalizert.h.

Constructor & Destructor Documentation

template<class T>
oofem::LocalInsertionData< T >::LocalInsertionData ( )
inline

Constructor.

Definition at line 493 of file octreelocalizert.h.

Member Data Documentation

template<class T>
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().

template<class T>
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().


The documentation for this class was generated from the following files:

This page is part of the OOFEM documentation. Copyright (c) 2011 Borek Patzak
Project e-mail: info@oofem.org
Generated at Tue Jan 2 2018 20:07:37 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011