Public Member Functions | |
TypeInfoNV ("boxRegion") | |
boxRegion (const dictionary &dict) | |
~boxRegion ()=default | |
bool | isInside (const realx3 &p) const |
realx3 | peek () const |
bool | read (const dictionary &dict) |
bool | write (dictionary &dict) const |
Protected Attributes | |
box | box_ |
uniformRandomReal | random_ |
Definition at line 31 of file boxRegion.hpp.
boxRegion | ( | const dictionary & | dict | ) |
Definition at line 25 of file boxRegion.cpp.
|
default |
TypeInfoNV | ( | "boxRegion" | ) |
bool isInside | ( | const realx3 & | p | ) | const |
Definition at line 36 of file boxRegion.cpp.
pFlow::realx3 peek | ( | ) | const |
Definition at line 43 of file boxRegion.cpp.
References boxRegion::box_, box::maxPoint(), box::minPoint(), boxRegion::random_, and uniformRandomReal::randomNumber().
bool read | ( | const dictionary & | dict | ) |
Definition at line 50 of file boxRegion.cpp.
bool write | ( | dictionary & | dict | ) | const |
Definition at line 58 of file boxRegion.cpp.
|
protected |
Definition at line 34 of file boxRegion.hpp.
Referenced by boxRegion::peek().
|
mutableprotected |
Definition at line 36 of file boxRegion.hpp.
Referenced by boxRegion::peek().