32 #ifndef morphFieldMapper_H 33 #define morphFieldMapper_H virtual ~morphFieldMapper()
Destructor.
morphFieldMapper()
Null constructor.
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.