Public Member Functions | Private Attributes | Friends
labelledPair Class Reference
Collaboration diagram for labelledPair:
Collaboration graph
[legend]

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 labelPairpair () 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

Ostreamoperator<< (Ostream &os, const labelledPair &lpp)
 
Istreamoperator>> (Istream &is, labelledPair &lpp)
 

Detailed Description

Definition at line 49 of file labelledPair.H.

Constructor & Destructor Documentation

◆ labelledPair() [1/2]

labelledPair ( )
inline

Null construct.

Definition at line 62 of file labelledPair.H.

◆ labelledPair() [2/2]

labelledPair ( const label  pl,
const labelPair lp 
)
inline

Construct from label and pair.

Definition at line 70 of file labelledPair.H.

◆ ~labelledPair()

~labelledPair ( )
inline

Definition at line 80 of file labelledPair.H.

Member Function Documentation

◆ pairLabel()

label pairLabel ( ) const
inline

return pair label

Definition at line 85 of file labelledPair.H.

References labelledPair::pLabel_.

Referenced by boundaryLayers::createNewFacesFromPointsParallel().

Here is the caller graph for this function:

◆ pair()

const labelPair& pair ( ) const
inline

return the pair

Definition at line 91 of file labelledPair.H.

References labelledPair::pair_.

Referenced by boundaryLayers::createNewFacesFromPointsParallel(), and labelledPair::operator<().

Here is the caller graph for this function:

◆ operator=()

void operator= ( const labelledPair lpp)
inline

Definition at line 98 of file labelledPair.H.

References labelledPair::pair_, and labelledPair::pLabel_.

◆ operator==()

bool operator== ( const labelledPair lpp) const
inline

Definition at line 105 of file labelledPair.H.

References Pair::first(), labelledPair::pair_, labelledPair::pLabel_, and Pair::second().

Referenced by labelledPair::operator!=().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ operator!=()

bool operator!= ( const labelledPair lcc) const
inline

Definition at line 123 of file labelledPair.H.

References labelledPair::operator==().

Here is the call graph for this function:

◆ operator<()

bool operator< ( const labelledPair lpp) const
inline

Definition at line 130 of file labelledPair.H.

References Pair::first(), Foam::min(), labelledPair::pair(), labelledPair::pair_, labelledPair::pLabel_, and Pair::second().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const labelledPair lpp 
)
friend

Definition at line 158 of file labelledPair.H.

◆ operator>>

Istream& operator>> ( Istream is,
labelledPair lpp 
)
friend

Definition at line 177 of file labelledPair.H.

Field Documentation

◆ pLabel_

label pLabel_
private

◆ pair_

labelPair pair_
private

The documentation for this class was generated from the following file: