Public Member Functions | |
TypeInfo ("includeMask") | |
includeMask (const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder) | |
virtual | ~includeMask ()=default |
create_vCtor (includeMask, dictionary,(const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder),(dict, opType, timeFolder)) | |
word | fieldName () const |
word | fieldType () const |
word | operatorType () const |
auto & | timeFolder () |
virtual bool | isIncluded (int32 n) const =0 |
bool | operator() (int32 n) const |
Static Public Member Functions | |
static uniquePtr< includeMask > | create (const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder) |
Static Protected Member Functions | |
static bool | getFieldType (const dictionary &dict, readFromTimeFolder &timeFolder, word &fName, word &fType) |
Protected Attributes | |
word | fieldName_ |
word | fieldType_ |
word | operatorType_ |
readFromTimeFolder & | timeFolder_ |
Definition at line 33 of file includeMask.hpp.
includeMask | ( | const dictionary & | dict, |
const word & | opType, | ||
readFromTimeFolder & | timeFolder | ||
) |
Definition at line 24 of file includeMask.cpp.
References fatalExit, includeMask::fieldName_, includeMask::fieldType_, and includeMask::getFieldType().
|
virtualdefault |
|
staticprotected |
Definition at line 41 of file includeMask.cpp.
References pFlow::endl(), fatalErrorInFunction, and dictionary::getValOrSet().
Referenced by includeMask::includeMask().
TypeInfo | ( | "includeMask" | ) |
create_vCtor | ( | includeMask | , |
dictionary | , | ||
(const dictionary &dict, const word &opType, readFromTimeFolder &timeFolder) | , | ||
(dict, opType, timeFolder) | |||
) |
|
inline |
Definition at line 66 of file includeMask.hpp.
References includeMask::fieldName_.
|
inline |
Definition at line 71 of file includeMask.hpp.
References includeMask::fieldType_.
|
inline |
Definition at line 76 of file includeMask.hpp.
References includeMask::operatorType_.
|
inline |
Definition at line 81 of file includeMask.hpp.
References includeMask::timeFolder_.
|
pure virtual |
Implemented in IncludeMask< T, allOp< T > >, and IncludeMask< T, Operator >.
Referenced by includeMask::operator()().
|
inline |
Definition at line 88 of file includeMask.hpp.
References includeMask::isIncluded(), and n.
|
static |
Definition at line 68 of file includeMask.cpp.
References pFlow::angleBracketsNames2(), endREPORT, fatalError, fatalExit, greenText, pFlow::printKeys(), and REPORT.
Referenced by processField::processField().
|
protected |
Definition at line 36 of file includeMask.hpp.
Referenced by includeMask::fieldName(), and includeMask::includeMask().
|
protected |
Definition at line 38 of file includeMask.hpp.
Referenced by includeMask::fieldType(), and includeMask::includeMask().
|
protected |
Definition at line 40 of file includeMask.hpp.
Referenced by includeMask::operatorType().
|
protected |
Definition at line 42 of file includeMask.hpp.
Referenced by includeMask::timeFolder().