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