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

Functor base class responsible for insertion of members into the octree cell. More...

#include <octreelocalizert.h>

Public Member Functions

virtual bool evaluate (T &member, OctantRecT< T > *cell)=0
 Evaluates wether the member should be stored in the octant cell. More...
 
virtual void registerInsertion (T &member, LocalInsertionData< T >LIdata)=0
 Stores LocalInsertionData on the member. More...
 
virtual std::list< LocalInsertionData< T > > * giveInsertionList (T &member)=0
 Returns list of LocalInsertionData stored on the member. More...
 

Protected Types

typedef std::list< T >::iterator listIteratorType
 

Detailed Description

template<class T>
class oofem::SL_Insertion_Functor< T >

Functor base class responsible for insertion of members into the octree cell.

Author
David Krybus

Definition at line 510 of file octreelocalizert.h.

Member Typedef Documentation

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

Definition at line 513 of file octreelocalizert.h.

Member Function Documentation

template<class T>
virtual void oofem::SL_Insertion_Functor< T >::registerInsertion ( T &  member,
LocalInsertionData< T >  LIdata 
)
pure virtual

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

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:41 for OOFEM by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2011