labelList * insertedPointLabelsPtr_
Inserted points.
virtual ~pointMapper()
Destructor.
pointMapper(const pointMapper &)
Disallow default bitwise copy construct.
const pointMesh & pMesh_
Reference to pointMesh.
Abstract base class to hold the Field mapping for mesh morphs.
virtual bool direct() const
Is the mapping direct.
labelList * directAddrPtr_
Direct addressing (only one for of addressing is used)
scalarListList * weightsPtr_
Interpolation weights.
virtual const labelUList & directAddressing() const
Return direct addressing.
virtual label sizeBeforeMapping() const
Return size before mapping.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool direct_
Is the mapping direct.
This object provides mapping and fill-in information for point data between the two meshes after the ...
const labelList & insertedObjectLabels() const
Return list of inserted points.
labelListList * interpolationAddrPtr_
Interpolated addressing (only one for of addressing is used)
Mesh representing a set of points created from polyMesh.
void operator=(const pointMapper &)
Disallow default bitwise assignment.
bool insertedObjects() const
Are there any inserted points.
virtual bool hasUnmapped() const
Are there unmapped values? I.e. do all size() elements get.
List< labelList > labelListList
A List of labelList.
void calcAddressing() const
Calculate addressing for mapping with inserted points.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
virtual label size() const
Return size.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
bool insertedPoints_
Are there any inserted (unmapped) points.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
const mapPolyMesh & mpm_
Reference to mapPolyMesh.
List< scalarList > scalarListList
UList< label > labelUList
virtual const scalarListList & weights() const
Return interpolaion weights.
void clearOut()
Clear out local storage.
virtual const labelListList & addressing() const
Return interpolated addressing.