Public Member Functions | |
labelledPair () | |
Null construct. More... | |
labelledPair (const label pl, const labelPair &lp) | |
Construct from label and pair. More... | |
~labelledPair () | |
label | pairLabel () const |
return pair label More... | |
const labelPair & | pair () const |
return the pair More... | |
void | operator= (const labelledPair &lpp) |
bool | operator== (const labelledPair &lpp) const |
bool | operator!= (const labelledPair &lcc) const |
bool | operator< (const labelledPair &lpp) const |
Private Attributes | |
label | pLabel_ |
label More... | |
labelPair | pair_ |
pair data More... | |
Friends | |
Ostream & | operator<< (Ostream &os, const labelledPair &lpp) |
Istream & | operator>> (Istream &is, labelledPair &lpp) |
Definition at line 49 of file labelledPair.H.
|
inline |
Null construct.
Definition at line 62 of file labelledPair.H.
|
inline |
Construct from label and pair.
Definition at line 70 of file labelledPair.H.
|
inline |
Definition at line 80 of file labelledPair.H.
|
inline |
return pair label
Definition at line 85 of file labelledPair.H.
References labelledPair::pLabel_.
Referenced by boundaryLayers::createNewFacesFromPointsParallel().
|
inline |
return the pair
Definition at line 91 of file labelledPair.H.
References labelledPair::pair_.
Referenced by boundaryLayers::createNewFacesFromPointsParallel(), and labelledPair::operator<().
|
inline |
Definition at line 98 of file labelledPair.H.
References labelledPair::pair_, and labelledPair::pLabel_.
|
inline |
Definition at line 105 of file labelledPair.H.
References Pair::first(), labelledPair::pair_, labelledPair::pLabel_, and Pair::second().
Referenced by labelledPair::operator!=().
|
inline |
Definition at line 123 of file labelledPair.H.
References labelledPair::operator==().
|
inline |
Definition at line 130 of file labelledPair.H.
References Pair::first(), Foam::min(), labelledPair::pair(), labelledPair::pair_, labelledPair::pLabel_, and Pair::second().
|
friend |
Definition at line 158 of file labelledPair.H.
|
friend |
Definition at line 177 of file labelledPair.H.
|
private |
label
Definition at line 53 of file labelledPair.H.
Referenced by labelledPair::operator<(), labelledPair::operator=(), labelledPair::operator==(), and labelledPair::pairLabel().
|
private |
pair data
Definition at line 56 of file labelledPair.H.
Referenced by labelledPair::operator<(), labelledPair::operator=(), labelledPair::operator==(), and labelledPair::pair().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.