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

Public Member Functions

 refLabelledPointScalar ()
 Null construct. More...
 
 refLabelledPointScalar (const label pl, const labelledPointScalar &lps)
 Construct from label and labelledPointScalar. More...
 
 ~refLabelledPointScalar ()
 
label objectLabel () const
 return object label More...
 
const labelledPointScalarlps () const
 return labelledPointScalar More...
 
void operator= (const refLabelledPointScalar &lps)
 
bool operator== (const refLabelledPointScalar &lps) const
 
bool operator!= (const refLabelledPointScalar &lps) const
 

Private Attributes

label pLabel_
 point label More...
 
labelledPointScalar lps_
 labelledPointScalar More...
 

Friends

Ostreamoperator<< (Ostream &os, const refLabelledPointScalar &lps)
 
Istreamoperator>> (Istream &is, refLabelledPointScalar &lps)
 

Detailed Description

Definition at line 48 of file refLabelledPointScalar.H.

Constructor & Destructor Documentation

◆ refLabelledPointScalar() [1/2]

Null construct.

Definition at line 61 of file refLabelledPointScalar.H.

◆ refLabelledPointScalar() [2/2]

refLabelledPointScalar ( const label  pl,
const labelledPointScalar lps 
)
inline

Construct from label and labelledPointScalar.

Definition at line 68 of file refLabelledPointScalar.H.

◆ ~refLabelledPointScalar()

Definition at line 75 of file refLabelledPointScalar.H.

Member Function Documentation

◆ objectLabel()

label objectLabel ( ) const
inline

return object label

Definition at line 80 of file refLabelledPointScalar.H.

References refLabelledPointScalar::pLabel_.

Referenced by boundaryLayerOptimisation::calculateNormalVectors().

Here is the caller graph for this function:

◆ lps()

const labelledPointScalar& lps ( ) const
inline

◆ operator=()

void operator= ( const refLabelledPointScalar lps)
inline

Definition at line 93 of file refLabelledPointScalar.H.

References refLabelledPointScalar::lps(), refLabelledPointScalar::lps_, refLabelledPointScalar::pLabel_, and labelledPointScalar::pLabel_.

Here is the call graph for this function:

◆ operator==()

bool operator== ( const refLabelledPointScalar lps) const
inline

Definition at line 99 of file refLabelledPointScalar.H.

References refLabelledPointScalar::lps(), refLabelledPointScalar::pLabel_, and labelledPointScalar::pLabel_.

Referenced by refLabelledPointScalar::operator!=().

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

◆ operator!=()

bool operator!= ( const refLabelledPointScalar lps) const
inline

Definition at line 107 of file refLabelledPointScalar.H.

References refLabelledPointScalar::operator==().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const refLabelledPointScalar lps 
)
friend

Definition at line 113 of file refLabelledPointScalar.H.

◆ operator>>

Istream& operator>> ( Istream is,
refLabelledPointScalar lps 
)
friend

Definition at line 125 of file refLabelledPointScalar.H.

Field Documentation

◆ pLabel_

label pLabel_
private

◆ lps_

labelledPointScalar lps_
private

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