![]() |
|
Public Member Functions | |
pointMapper (const mapPolyMesh &mpm) | |
Construct from mapPolyMesh. | |
virtual | ~pointMapper () |
virtual label | size () const |
Return size. | |
virtual label | sizeBeforeMapping () const |
Return size of field before mapping. | |
virtual bool | direct () const |
Is the mapping direct (points can only be added from points). | |
virtual const unallocLabelList & | directAddressing () const |
Return direct addressing. | |
virtual bool | insertedObjects () const |
Are there any inserted objects. | |
virtual const labelList & | insertedObjectLabels () const |
Return list of inserted objects. |
|
Construct from mapPolyMesh.
|
|
|
|
Is the mapping direct (points can only be added from points).
Implements FieldMapper. Definition at line 128 of file pointMapper.H. References Foam::unallocLabelList. |
|
Return direct addressing. For inserted points, the master point is set to zero to avoid checking during the mapping. The values should be over-ridden later using insertedPointLabels. Reimplemented from FieldMapper. |
|
Return list of inserted objects.
Implements morphFieldMapper. |
|
Are there any inserted objects.
Implements morphFieldMapper. Definition at line 143 of file pointMapper.H. |
|
Return size.
Implements FieldMapper. |
|
Return size of field before mapping.
Implements morphFieldMapper. |