49 class polyTopoChangeMap;
87 mutable labelList* insertedPointLabelsPtr_;
93 void calcAddressing()
const;
117 virtual bool direct()
const
137 return insertedPoints_;
Foam::tmp< Foam::Field< Type > > map(const Field< Type > &mapF) const
Abstract base class to hold the Field mapping for mesh morphs.
This object provides mapping and fill-in information for point data between the two meshes after the ...
virtual const labelListList & addressing() const
Return interpolated addressing.
virtual const scalarListList & weights() const
Return interpolation weights.
virtual const labelUList & directAddressing() const
Return direct addressing.
pointMapper(const pointMesh &, const polyTopoChangeMap &map)
Construct from polyTopoChangeMap.
virtual const labelList & insertedObjectLabels() const
Return list of inserted points.
virtual ~pointMapper()
Destructor.
virtual label sizeBeforeMapping() const
Return size before mapping.
void operator=(const pointMapper &)=delete
Disallow default bitwise assignment.
virtual bool insertedObjects() const
Are there any inserted points.
virtual bool direct() const
Is the mapping direct.
Mesh representing a set of points created from polyMesh.
Class containing mesh-to-mesh mapping information after a change in polyMesh topology.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.