![]() |
OpenLB 1.8.1
|
#include <entityF.h>
Inheritance diagram for olb::EntityF< T, D, ENTITY >:
Collaboration diagram for olb::EntityF< T, D, ENTITY >:Public Member Functions | |
| ~EntityF () override | |
| virtual destructor for defined behaviour | |
| auto | getExtent () |
| get extent | |
| ENTITY & | getEntityF () |
| expose entity reference | |
Public Member Functions inherited from olb::GenericF< T, int > | |
| virtual | ~GenericF ()=default |
| int | getSourceDim () const |
| read only access to member variable _m | |
| int | getTargetDim () const |
| read only access to member variable _n | |
| std::string & | getName () |
| read and write access to name | |
| std::string const & | getName () const |
| read only access to name | |
| virtual bool | operator() (T output[], const int input[])=0 |
| has to be implemented for 'every' derived class | |
| bool | operator() (T output[]) |
| wrapper that call the pure virtual operator() (T output[], const S input[]) from above | |
| bool | operator() (T output[], int input0) |
| bool | operator() (T output[], int input0, int input1) |
| bool | operator() (T output[], int input0, int input1, int input2) |
| bool | operator() (T output[], int input0, int input1, int input2, int input3) |
Static Public Attributes | |
| static constexpr int | d = D |
| static constexpr bool | isSuper = false |
Protected Member Functions | |
| EntityF (int targetDim, int sourceDim, ENTITY &entity) | |
Protected Member Functions inherited from olb::GenericF< T, int > | |
| GenericF (int targetDim, int sourceDim) | |
Protected Attributes | |
| ENTITY & | _entity |
Additional Inherited Members | |
Public Types inherited from olb::GenericF< T, int > | |
| using | targetType |
| using | sourceType |
Public Attributes inherited from olb::GenericF< T, int > | |
| std::shared_ptr< GenericF< T, int > > | _ptrCalcC |
| memory management, frees resouces (calcClass) | |
|
protected |
|
inlineoverride |
|
inline |
expose entity reference
Definition at line 47 of file entityF.h.
References olb::EntityF< T, D, ENTITY >::_entity.
|
inline |
get extent
Definition at line 45 of file entityF.h.
References olb::EntityF< T, D, ENTITY >::_entity.
|
protected |
|
staticconstexpr |
|
staticconstexpr |