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

Public Member Functions

 parMapperHelper ()
 
 parMapperHelper (const point &p, const scalar &movingDst, const label globalLabel, const label patchLabel)
 
 ~parMapperHelper ()
 
const pointcoordinates () const
 return point coordinates More...
 
const scalar & movingDistance () const
 return moving distance More...
 
label globalLabel () const
 return global label More...
 
label pointPatch () const
 return patch the point is mapped to More...
 
void operator= (const parMapperHelper &h)
 
bool operator!= (const parMapperHelper &h) const
 

Private Attributes

point p_
 
scalar movingDist_
 
label globalLabel_
 
label patch_
 

Friends

Ostreamoperator<< (Ostream &os, const parMapperHelper &h)
 
Istreamoperator>> (Istream &is, parMapperHelper &h)
 

Detailed Description

Definition at line 51 of file parMapperHelper.H.

Constructor & Destructor Documentation

◆ parMapperHelper() [1/2]

parMapperHelper ( )
inlineexplicit

Definition at line 62 of file parMapperHelper.H.

◆ parMapperHelper() [2/2]

parMapperHelper ( const point p,
const scalar &  movingDst,
const label  globalLabel,
const label  patchLabel 
)
inlineexplicit

Definition at line 71 of file parMapperHelper.H.

◆ ~parMapperHelper()

~parMapperHelper ( )
inline

Definition at line 85 of file parMapperHelper.H.

Member Function Documentation

◆ coordinates()

const point& coordinates ( ) const
inline

return point coordinates

Definition at line 90 of file parMapperHelper.H.

References parMapperHelper::p_.

Referenced by meshSurfaceMapper::mapToSmallestDistance(), and meshSurfaceMapper2D::mapToSmallestDistance().

Here is the caller graph for this function:

◆ movingDistance()

const scalar& movingDistance ( ) const
inline

return moving distance

Definition at line 96 of file parMapperHelper.H.

References parMapperHelper::movingDist_.

Referenced by meshSurfaceMapper::mapToSmallestDistance(), and meshSurfaceMapper2D::mapToSmallestDistance().

Here is the caller graph for this function:

◆ globalLabel()

label globalLabel ( ) const
inline

return global label

Definition at line 102 of file parMapperHelper.H.

References parMapperHelper::globalLabel_.

Referenced by meshSurfaceMapper::mapToSmallestDistance(), and meshSurfaceMapper2D::mapToSmallestDistance().

Here is the caller graph for this function:

◆ pointPatch()

label pointPatch ( ) const
inline

return patch the point is mapped to

Definition at line 108 of file parMapperHelper.H.

References parMapperHelper::patch_.

◆ operator=()

void operator= ( const parMapperHelper h)
inline

◆ operator!=()

bool operator!= ( const parMapperHelper h) const
inline

Friends And Related Function Documentation

◆ operator<<

Ostream& operator<< ( Ostream os,
const parMapperHelper h 
)
friend

Definition at line 132 of file parMapperHelper.H.

◆ operator>>

Istream& operator>> ( Istream is,
parMapperHelper h 
)
friend

Definition at line 145 of file parMapperHelper.H.

Field Documentation

◆ p_

point p_
private

Definition at line 54 of file parMapperHelper.H.

Referenced by parMapperHelper::coordinates(), and parMapperHelper::operator=().

◆ movingDist_

scalar movingDist_
private

◆ globalLabel_

label globalLabel_
private

◆ patch_

label patch_
private

Definition at line 57 of file parMapperHelper.H.

Referenced by parMapperHelper::operator=(), and parMapperHelper::pointPatch().


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