pointMeshMapper Class Reference

Class holds all the necessary information for mapping fields associated with pointMesh. More...

Public Member Functions

 pointMeshMapper (const pointMesh &mesh, const polyTopoChangeMap &map)
 Construct from pointMesh. More...
 
 pointMeshMapper (const pointMeshMapper &)=delete
 Disallow default bitwise copy construction. More...
 
const pointMesh & mesh () const
 Return reference to mesh fields belong to. More...
 
const objectRegistry & thisDb () const
 Return reference to objectRegistry storing fields. Can be. More...
 
const morphFieldMapper & pointMap () const
 Return point mapper. More...
 
const pointBoundaryMeshMapper & boundaryMap () const
 Return boundary mapper. More...
 
void operator= (const pointMeshMapper &)=delete
 Disallow default bitwise assignment. More...
 

Detailed Description

Class holds all the necessary information for mapping fields associated with pointMesh.

Source files

Definition at line 54 of file pointMeshMapper.H.

Constructor & Destructor Documentation

◆ pointMeshMapper() [1/2]

pointMeshMapper ( const pointMesh &  mesh,
const polyTopoChangeMap &  map 
)
inline

Construct from pointMesh.

Definition at line 73 of file pointMeshMapper.H.

◆ pointMeshMapper() [2/2]

pointMeshMapper ( const pointMeshMapper &  )
delete

Disallow default bitwise copy construction.

Member Function Documentation

◆ mesh()

const pointMesh& mesh ( ) const
inline

Return reference to mesh fields belong to.

Definition at line 88 of file pointMeshMapper.H.

◆ thisDb()

const objectRegistry& thisDb ( ) const
inline

Return reference to objectRegistry storing fields. Can be.

removed once fields stored on pointMesh.

Definition at line 95 of file pointMeshMapper.H.

◆ pointMap()

const morphFieldMapper& pointMap ( ) const
inline

Return point mapper.

Definition at line 101 of file pointMeshMapper.H.

◆ boundaryMap()

const pointBoundaryMeshMapper& boundaryMap ( ) const
inline

Return boundary mapper.

Definition at line 107 of file pointMeshMapper.H.

◆ operator=()

void operator= ( const pointMeshMapper &  )
delete

Disallow default bitwise assignment.


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