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

Public Member Functions

 refLabelledPoint ()
 Null construct. More...
 
 refLabelledPoint (const label pl, const labelledPoint &p)
 Construct from label and labelledPoint. More...
 
 ~refLabelledPoint ()
 
label objectLabel () const
 return label of the object it is associated to More...
 
const labelledPointlPoint () const
 return labelledPoint More...
 
void operator= (const refLabelledPoint &lp)
 
bool operator== (const refLabelledPoint &lp) const
 
bool operator!= (const refLabelledPoint &lp) const
 

Private Attributes

label objectLabel_
 label of the object it is associated to More...
 
labelledPoint p_
 point to be transferred More...
 

Friends

Ostreamoperator<< (Ostream &os, const refLabelledPoint &lp)
 
Istreamoperator>> (Istream &is, refLabelledPoint &lp)
 

Detailed Description

Definition at line 49 of file refLabelledPoint.H.

Constructor & Destructor Documentation

◆ refLabelledPoint() [1/2]

refLabelledPoint ( )
inline

Null construct.

Definition at line 62 of file refLabelledPoint.H.

◆ refLabelledPoint() [2/2]

refLabelledPoint ( const label  pl,
const labelledPoint p 
)
inline

Construct from label and labelledPoint.

Definition at line 69 of file refLabelledPoint.H.

◆ ~refLabelledPoint()

~refLabelledPoint ( )
inline

Definition at line 76 of file refLabelledPoint.H.

Member Function Documentation

◆ objectLabel()

label objectLabel ( ) const
inline

◆ lPoint()

const labelledPoint& lPoint ( ) const
inline

◆ operator=()

void operator= ( const refLabelledPoint lp)
inline

Definition at line 94 of file refLabelledPoint.H.

References refLabelledPoint::objectLabel_, and refLabelledPoint::p_.

◆ operator==()

bool operator== ( const refLabelledPoint lp) const
inline

Definition at line 100 of file refLabelledPoint.H.

References refLabelledPoint::objectLabel_.

Referenced by refLabelledPoint::operator!=().

Here is the caller graph for this function:

◆ operator!=()

bool operator!= ( const refLabelledPoint lp) const
inline

Definition at line 108 of file refLabelledPoint.H.

References refLabelledPoint::operator==().

Here is the call graph for this function:

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const refLabelledPoint lp 
)
friend

Definition at line 114 of file refLabelledPoint.H.

◆ operator>>

Istream& operator>> ( Istream is,
refLabelledPoint lp 
)
friend

Definition at line 126 of file refLabelledPoint.H.

Field Documentation

◆ objectLabel_

label objectLabel_
private

label of the object it is associated to

Definition at line 53 of file refLabelledPoint.H.

Referenced by refLabelledPoint::objectLabel(), refLabelledPoint::operator=(), and refLabelledPoint::operator==().

◆ p_

labelledPoint p_
private

point to be transferred

Definition at line 56 of file refLabelledPoint.H.

Referenced by refLabelledPoint::lPoint(), and refLabelledPoint::operator=().


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