|
OOFEM 3.0
|
#include <unstructuredgridfield.h>
Public Member Functions | |
| CellInsertionFunctor () | |
| bool | evaluate (Cell &member, OctantRecT< Cell > *cell) override |
| void | registerInsertion (Cell &member, LocalInsertionData< Cell >lidata) override |
| std::list< LocalInsertionData< Cell > > * | giveInsertionList (Cell &m) override |
| 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. | |
| virtual void | registerInsertion (Cell &member, LocalInsertionData< Cell >LIdata)=0 |
| Stores LocalInsertionData on the member. | |
| virtual std ::list< LocalInsertionData< Cell > > * | giveInsertionList (Cell &member)=0 |
| Returns list of LocalInsertionData stored on the member. | |
Additional Inherited Members | |
| Protected Types inherited from oofem::SL_Insertion_Functor< Cell > | |
| typedef std::list< Cell >::iterator | listIteratorType |
Definition at line 220 of file unstructuredgridfield.h.
|
inline |
Definition at line 224 of file unstructuredgridfield.h.
|
inlineoverride |
Definition at line 225 of file unstructuredgridfield.h.
References oofem::OctantRec::BBS_ContainsCell, oofem::OctantRec::BBS_InsideCell, oofem::UnstructuredGridField::Cell::giveBoundingBox(), and oofem::OctantRecT< T >::testBoundingBox().
|
inlineoverride |
Definition at line 237 of file unstructuredgridfield.h.
|
inlineoverride |
Definition at line 236 of file unstructuredgridfield.h.