Public Member Functions | |
TypeInfoTemplateNV ("iBox", intType) | |
INLINE_FUNCTION_HD | iBox () |
INLINE_FUNCTION_HD | iBox (const triple< intType > &minP, const triple< intType > &maxP) |
FUNCTION_H | iBox (const dictionary &dict) |
FUNCTION_H | iBox (iIstream &is) |
FUNCTION_HD | iBox (const iBox &)=default |
FUNCTION_HD | iBox (iBox &&)=default |
FUNCTION_HD iBox & | operator= (const iBox &)=default |
FUNCTION_HD iBox & | operator= (iBox &&)=default |
~iBox ()=default | |
INLINE_FUNCTION_HD bool | isInside (const triple< intType > &point) const |
const INLINE_FUNCTION_HD triple< intType > & | minPoint () const |
const INLINE_FUNCTION_HD triple< intType > & | 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 | |
triple< intType > | min_ |
triple< intType > | max_ |
INLINE_FUNCTION_HD iBox | ( | const triple< intType > & | minP, |
const triple< intType > & | maxP | ||
) |
FUNCTION_H iBox | ( | const dictionary & | dict | ) |
FUNCTION_H iBox | ( | iIstream & | is | ) |
Definition at line 61 of file iBox.cpp.
References fatalExit, ioErrorInFile, IOstream::lineNumber(), and IOstream::name().
|
default |
|
default |
|
default |
TypeInfoTemplateNV | ( | "iBox< intType >" | , |
intType | |||
) |
|
default |
|
default |
INLINE_FUNCTION_HD bool isInside | ( | const triple< intType > & | point | ) | const |
|
inline |
Definition at line 81 of file iBox.hpp.
References iBox< intType >::min_.
|
inline |
Definition at line 87 of file iBox.hpp.
References iBox< intType >::max_.
FUNCTION_H bool read | ( | iIstream & | is | ) |
Definition at line 85 of file iBox.cpp.
References iIstream::nextData().
FUNCTION_H bool write | ( | iOstream & | os | ) | const |
Definition at line 94 of file iBox.cpp.
References IOstream::check(), FUNCTION_NAME, and iOstream::writeWordEntry().
FUNCTION_H bool read | ( | const dictionary & | dict | ) |
Definition at line 104 of file iBox.cpp.
References dictionary::getVal().
FUNCTION_H bool write | ( | dictionary & | dict | ) | const |
Definition at line 116 of file iBox.cpp.
References dictionary::add(), pFlow::endl(), fatalErrorInFunction, and dictionary::globalName().
|
protected |
Definition at line 38 of file iBox.hpp.
Referenced by iBox< intType >::minPoint().
|
protected |
Definition at line 41 of file iBox.hpp.
Referenced by iBox< intType >::maxPoint().