An objectMap is a pair of labels defining the mapping of an object from another object, e.g. a cell mapped from a point. More...
Public Member Functions | |
objectMap () | |
Null constructor for lists. More... | |
objectMap (const label index, const labelList &master) | |
Construct from components. More... | |
objectMap (Istream &) | |
Construct from Istream. More... | |
label & | index () |
Return object index. More... | |
label | index () const |
labelList & | masterObjects () |
Return master object index. More... | |
const labelList & | masterObjects () const |
Friends | |
bool | operator== (const objectMap &a, const objectMap &b) |
bool | operator!= (const objectMap &a, const objectMap &b) |
Ostream & | operator<< (Ostream &, const objectMap &) |
Istream & | operator>> (Istream &, objectMap &) |
An objectMap is a pair of labels defining the mapping of an object from another object, e.g. a cell mapped from a point.
Definition at line 58 of file objectMap.H.
|
inline |
Null constructor for lists.
Definition at line 37 of file objectMapI.H.
Construct from components.
Definition at line 44 of file objectMapI.H.
Construct from Istream.
Definition at line 51 of file objectMapI.H.
References IOstream::check(), Istream::readBegin(), and Istream::readEnd().
|
inline |
Return object index.
Definition at line 68 of file objectMapI.H.
|
inline |
Definition at line 74 of file objectMapI.H.
|
inline |
Return master object index.
Definition at line 80 of file objectMapI.H.
|
inline |
Definition at line 86 of file objectMapI.H.
Definition at line 94 of file objectMapI.H.
Definition at line 103 of file objectMapI.H.
Definition at line 111 of file objectMapI.H.
Definition at line 125 of file objectMapI.H.