Public Member Functions | |
TypeInfoNV ("box") | |
INLINE_FUNCTION_HD | box () |
INLINE_FUNCTION_HD | box (const realx3 &minP, const realx3 &maxP) |
FUNCTION_H | box (const dictionary &dict) |
FUNCTION_H | box (iIstream &is) |
FUNCTION_HD | box (const box &)=default |
FUNCTION_HD | box (box &&)=default |
FUNCTION_HD box & | operator= (const box &)=default |
FUNCTION_HD box & | operator= (box &&)=default |
~box ()=default | |
INLINE_FUNCTION_HD bool | isInside (const realx3 &point) const |
INLINE_FUNCTION_HD realx3 | minPoint () const |
INLINE_FUNCTION_HD realx3 | maxPoint () const |
FUNCTION_H bool | read (iIstream &is) |
FUNCTION_H bool | write (iOstream &os) const |
FUNCTION_H bool | read (const dictionary &dict) |
FUNCTION_H bool | write (dictionary &dict) const |
Protected Attributes | |
realx3 | min_ {0,0,0} |
realx3 | max_ {1,1,1} |
|
inline |
|
inline |
FUNCTION_H box | ( | const dictionary & | dict | ) |
FUNCTION_H box | ( | iIstream & | is | ) |
Definition at line 43 of file box.cpp.
References fatalExit, ioErrorInFile, IOstream::lineNumber(), and IOstream::name().
|
default |
|
default |
|
default |
TypeInfoNV | ( | "box" | ) |
|
default |
|
default |
|
inline |
Definition at line 82 of file box.hpp.
References box::max_, and box::min_.
Referenced by cells< int32 >::inDomain(), pFlow::pointStructureKernels::markDeleteOutOfBox(), cells< int32 >::pointIndexInDomain(), and selectBox::selectAllPointsInBox().
|
inline |
Definition at line 88 of file box.hpp.
References box::min_.
Referenced by cells< int32 >::bound(), pFlow::boxExtent(), cells< int32 >::calculate(), pFlow::extendBox(), pFlow::indexToCell(), boxRegion::peek(), and cells< int32 >::pointIndex().
|
inline |
Definition at line 94 of file box.hpp.
References box::max_.
Referenced by cells< int32 >::bound(), pFlow::boxExtent(), cells< int32 >::calculate(), pFlow::extendBox(), and boxRegion::peek().
FUNCTION_H bool read | ( | iIstream & | is | ) |
Definition at line 57 of file box.cpp.
References box::max_, box::min_, and iIstream::nextData().
Referenced by pFlow::operator>>().
FUNCTION_H bool write | ( | iOstream & | os | ) | const |
Definition at line 65 of file box.cpp.
References IOstream::check(), FUNCTION_NAME, and iOstream::writeWordEntry().
Referenced by pFlow::operator<<().
FUNCTION_H bool read | ( | const dictionary & | dict | ) |
Definition at line 74 of file box.cpp.
References dictionary::getVal().
FUNCTION_H bool write | ( | dictionary & | dict | ) | const |
Definition at line 85 of file box.cpp.
References dictionary::add(), pFlow::endl(), fatalErrorInFunction, and dictionary::globalName().
|
protected |
Definition at line 37 of file box.hpp.
Referenced by box::isInside(), box::minPoint(), and box::read().
|
protected |
Definition at line 40 of file box.hpp.
Referenced by box::isInside(), box::maxPoint(), and box::read().