Foam::fvBoundaryMeshMapper. More...
#include <finiteVolume/fvBoundaryMeshMapper.H>
Public Member Functions | |
fvBoundaryMeshMapper (const fvMesh &mesh, const faceMapper &faceMap) | |
Construct from components. | |
![]() | |
PtrList () | |
Null Constructor. | |
PtrList (const label) | |
Construct with length specified. | |
PtrList (const PtrList< fvPatchMapper > &) | |
Copy constructor. | |
PtrList (const PtrList< fvPatchMapper > &, const CloneArg &) | |
Copy constructor with additional argument for clone. | |
PtrList (const Xfer< PtrList< fvPatchMapper > > &) | |
Construct by transferring the parameter contents. | |
PtrList (PtrList< fvPatchMapper > &, bool reUse) | |
Construct as copy or re-use as specified. | |
PtrList (const SLPtrList< fvPatchMapper > &) | |
Construct as copy of SLPtrList<T> | |
PtrList (Istream &, const INew &) | |
Construct from Istream using given Istream constructor class. | |
PtrList (Istream &) | |
Construct from Istream using default Istream constructor class. | |
~PtrList () | |
label | size () const |
Return the number of elements in the PtrList. | |
bool | empty () const |
Return true if the PtrList is empty (ie, size() is zero). | |
void | setSize (const label) |
Reset size of PtrList. This can only be used to set the size. | |
void | resize (const label) |
Reset size of PtrList. This can only be used to set the size. | |
void | clear () |
Clear the PtrList, i.e. set size to zero deleting all the. | |
void | transfer (PtrList< fvPatchMapper > &) |
Transfer the contents of the argument PtrList into this PtrList. | |
Xfer< PtrList< fvPatchMapper > > | xfer () |
Transfer contents to the Xfer container. | |
bool | set (const label) const |
Is element set. | |
autoPtr< fvPatchMapper > | set (const label, fvPatchMapper *) |
Set element. Return old element (can be NULL). | |
autoPtr< fvPatchMapper > | set (const label, const autoPtr< fvPatchMapper > &) |
autoPtr< fvPatchMapper > | set (const label, const tmp< fvPatchMapper > &) |
void | reorder (const UList< label > &) |
Reorders elements. Ordering does not have to be done in. | |
const fvPatchMapper & | operator[] (const label) const |
Return element const reference. | |
fvPatchMapper & | operator[] (const label) |
Return element reference. | |
const fvPatchMapper * | operator() (const label) const |
Return element const pointer. | |
PtrList< fvPatchMapper > & | operator= (const PtrList< fvPatchMapper > &) |
Assignment. | |
iterator | begin () |
Return an iterator to begin traversing the PtrList. | |
iterator | end () |
Return an iterator to end traversing the PtrList. |
Additional Inherited Members | |
![]() | |
typedef fvPatchMapper | value_type |
Type of values the PtrList contains. | |
typedef fvPatchMapper & | reference |
Type that can be used for storing into PtrList::value_type objects. | |
typedef const fvPatchMapper & | const_reference |
Type that can be used for storing into constant PtrList::value_type. | |
![]() | |
void | read (Istream &, const INew &inewt) |
Read from Istream using given Istream constructor class. |
|
inline |
Construct from components.
Definition at line 66 of file fvBoundaryMeshMapper.H.
References fvMesh::boundary(), forAll, and patches.