OOFEM
2.4
OOFEM.org - Object Oriented Finite Element Solver
|
#include <unstructuredgridfield.h>
Public Member Functions | |
CellInsertionFunctor () | |
virtual bool | evaluate (Cell &member, OctantRecT< Cell > *cell) |
void | registerInsertion (Cell &member, LocalInsertionData< Cell > lidata) |
std::list< LocalInsertionData< Cell > > * | giveInsertionList (Cell &m) |
Public Member Functions inherited from oofem::SL_Insertion_Functor< Cell > | |
virtual bool | evaluate (Cell &member, OctantRecT< Cell > *cell)=0 |
Evaluates wether the member should be stored in the octant cell. More... | |
virtual void | registerInsertion (Cell &member, LocalInsertionData< Cell >LIdata)=0 |
Stores LocalInsertionData on the member. More... | |
virtual std::list< LocalInsertionData< Cell > > * | giveInsertionList (Cell &member)=0 |
Returns list of LocalInsertionData stored on the member. More... | |
Additional Inherited Members | |
Protected Types inherited from oofem::SL_Insertion_Functor< Cell > | |
typedef std::list< Cell >::iterator | listIteratorType |
Definition at line 225 of file unstructuredgridfield.h.
|
inline |
Definition at line 228 of file unstructuredgridfield.h.
|
inlinevirtual |
Definition at line 229 of file unstructuredgridfield.h.
References oofem::OctantRec::BBS_ContainsCell, oofem::OctantRec::BBS_InsideCell, oofem::UnstructuredGridField::Cell::giveBoundingBox(), and oofem::OctantRecT< T >::testBoundingBox().
|
inline |
Definition at line 241 of file unstructuredgridfield.h.
|
inline |
Definition at line 240 of file unstructuredgridfield.h.