Foam::pointBoundaryMeshMapper. More...
Public Member Functions | |
| pointBoundaryMeshMapper (const pointMesh &mesh, const pointMapper &pointMap, const mapPolyMesh &mpm) | |
| Construct from components. More... | |
Public Member Functions inherited from PtrList< pointPatchMapper > | |
| constexpr | PtrList () noexcept |
| Construct null. More... | |
| PtrList (const label len) | |
| Construct with specified size, each element initialized to nullptr. More... | |
| PtrList (const PtrList< pointPatchMapper > &list) | |
| Copy construct using 'clone()' method on each element. More... | |
| PtrList (PtrList< pointPatchMapper > &&list) | |
| Move construct. More... | |
| PtrList (UList< pointPatchMapper * > &list) | |
| Take ownerskip of pointers in the list, set old pointers to null. More... | |
| PtrList (const PtrList< pointPatchMapper > &list, const CloneArg &cloneArgs) | |
| Copy construct using 'clone()' method on each element. More... | |
| PtrList (PtrList< pointPatchMapper > &list, bool reuse) | |
| Construct as copy or re-use as specified. More... | |
| PtrList (const SLPtrList< pointPatchMapper > &list) | |
| Copy construct using 'clone()' on each element of SLPtrList<T> More... | |
| PtrList (Istream &is, const INew &inew) | |
| Construct from Istream using given Istream constructor class. More... | |
| PtrList (Istream &is) | |
| Construct from Istream using default Istream constructor class. More... | |
| ~PtrList () | |
| Destructor. More... | |
| PtrList< pointPatchMapper > | clone (Args &&... args) const |
| Make a copy by cloning each of the list elements. More... | |
| Foam::PtrList< pointPatchMapper > | clone (Args &&... args) const |
| void | clear () |
| Clear the PtrList. Delete allocated entries and set size to zero. More... | |
| void | resize (const label newLen) |
| Adjust size of PtrList. More... | |
| void | setSize (const label newLen) |
| Same as resize() More... | |
| void | append (pointPatchMapper *ptr) |
| Append an element to the end of the list. More... | |
| void | append (autoPtr< pointPatchMapper > &aptr) |
| Move append an element to the end of the list. More... | |
| void | append (autoPtr< pointPatchMapper > &&aptr) |
| Move append an element to the end of the list. More... | |
| void | append (const tmp< pointPatchMapper > &tptr) |
| Move or clone append a tmp to the end of the list. More... | |
| void | transfer (PtrList< pointPatchMapper > &list) |
| Transfer into this list and annul the argument list. More... | |
| const pointPatchMapper * | set (const label i) const |
| Return const pointer to element (if set) or nullptr. More... | |
| autoPtr< pointPatchMapper > | set (const label i, pointPatchMapper *ptr) |
| Set element to given pointer and return old element (can be null) More... | |
| autoPtr< pointPatchMapper > | set (const label i, autoPtr< pointPatchMapper > &aptr) |
| Set element to given autoPtr and return old element. More... | |
| autoPtr< pointPatchMapper > | set (const label i, autoPtr< pointPatchMapper > &&aptr) |
| Set element to given autoPtr and return old element. More... | |
| autoPtr< pointPatchMapper > | set (const label i, const tmp< pointPatchMapper > &tptr) |
| Set element to given tmp and return old element. More... | |
| autoPtr< pointPatchMapper > | release (const label i) |
| Release ownership of the pointer at the given position. More... | |
| void | operator= (const PtrList< pointPatchMapper > &list) |
| Copy assignment. More... | |
| void | operator= (PtrList< pointPatchMapper > &&list) |
| Move assignment. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from PtrList< pointPatchMapper > | |
| void | readIstream (Istream &is, const INew &inew) |
| Read from Istream using Istream constructor class. More... | |
| void | free () |
| Delete the allocated entries, but retain the list size. More... | |
|
inline |
Construct from components.
Definition at line 67 of file pointBoundaryMeshMapper.H.
References forAll, mesh, patches, and PtrList< pointPatchMapper >::set().