![]() |
OpenLB 1.8.1
|
Block indicator identity. More...
#include <blockIndicatorF3D.h>
Public Member Functions | |
BlockIndicatorIdentity3D (BlockIndicatorF3D< T > &indicatorF) | |
bool | operator() (bool output[], const int input[]) override |
has to be implemented for 'every' derived class | |
Vector< int, 3 > | getMin () override |
Returns min lattice position of the indicated domain's bounding box. | |
Vector< int, 3 > | getMax () override |
Returns max lattice position of the indicated domain's bounding box. | |
![]() | |
BlockIndicatorF3D (BlockGeometry< T, 3 > &geometry) | |
BlockGeometry< T, 3 > & | getBlockGeometry () |
Get underlying block geometry structure. | |
bool | operator() (const int input[]) |
Block indicator specific function operator overload. | |
bool | operator() (int iX, int iY, int iZ) |
bool | operator() (LatticeR< 3 > loc) |
void | setCache (const BlockData< 3, T, bool > &cache) |
Set bool-mask cache to be used by indicator operator overloads. | |
virtual bool | isEmpty () |
Returns true only if the indicated domain subset is empty. | |
![]() | |
~BlockF3D () override | |
virtual destructor for defined behaviour | |
virtual BlockStructureD< 3 > & | getBlockStructure () const |
BlockF3D< bool > & | operator- (BlockF3D< bool > &rhs) |
BlockF3D< bool > & | operator+ (BlockF3D< bool > &rhs) |
BlockF3D< bool > & | operator* (BlockF3D< bool > &rhs) |
BlockF3D< bool > & | operator/ (BlockF3D< bool > &rhs) |
![]() | |
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 | |
bool | operator() (bool output[]) |
wrapper that call the pure virtual operator() (T output[], const S input[]) from above | |
bool | operator() (bool output[], int input0) |
bool | operator() (bool output[], int input0, int input1) |
bool | operator() (bool output[], int input0, int input1, int input2) |
bool | operator() (bool output[], int input0, int input1, int input2, int input3) |
Protected Attributes | |
BlockIndicatorF3D< T > & | _indicatorF |
![]() | |
BlockGeometry< T, 3 > & | _block |
const BlockData< 3, T, bool > * | _cachedData |
![]() | |
BlockStructureD< 3 > & | _blockStructure |
Additional Inherited Members | |
![]() | |
using | targetType |
using | sourceType |
![]() | |
std::shared_ptr< GenericF< bool, int > > | _ptrCalcC |
memory management, frees resouces (calcClass) | |
![]() | |
BlockF3D (BlockStructureD< 3 > &blockStructure, int targetDim) | |
![]() | |
GenericF (int targetDim, int sourceDim) | |
Block indicator identity.
Definition at line 189 of file blockIndicatorF3D.h.
olb::BlockIndicatorIdentity3D< T >::BlockIndicatorIdentity3D | ( | BlockIndicatorF3D< T > & | indicatorF | ) |
indicatorF | Block indicator to be proxied |
Definition at line 326 of file blockIndicatorF3D.hh.
|
overridevirtual |
Returns max lattice position of the indicated domain's bounding box.
Implements olb::BlockIndicatorF3D< T >.
Definition at line 344 of file blockIndicatorF3D.hh.
|
overridevirtual |
Returns min lattice position of the indicated domain's bounding box.
Implements olb::BlockIndicatorF3D< T >.
Definition at line 338 of file blockIndicatorF3D.hh.
|
overridevirtual |
has to be implemented for 'every' derived class
Implements olb::GenericF< bool, int >.
Definition at line 332 of file blockIndicatorF3D.hh.
|
protected |
Definition at line 191 of file blockIndicatorF3D.h.