32 #ifndef morphFieldMapper_H 33 #define morphFieldMapper_H virtual ~morphFieldMapper()
Destructor.
morphFieldMapper()
Null constructor.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Abstract base class to hold the Field mapping for mesh morphs.
virtual bool insertedObjects() const =0
Are there any inserted objects.
virtual label sizeBeforeMapping() const =0
Return size of field before mapping.
virtual const labelList & insertedObjectLabels() const =0
Return list of inserted objects.
General field mapper supporting both direct and weighted mapping.