Public Member Functions | |
MultiRegionListBase (Container< Region > ®ions, bool reuse) | |
Construct from a list of regions. More... | |
MultiRegionListBase (Container< Region > &®ions) | |
Construct from a list of regions. More... | |
Public Member Functions inherited from MultiRegionRefs< Region > | |
MultiRegionRefs (UPtrList< Region > ®ions) | |
Construct from a list of region pointers. More... | |
~MultiRegionRefs () | |
Destructor. More... | |
label | size () const |
Return the size. More... | |
RegionRef< const Region > | operator[] (const label regioni) const |
Const-access a region. More... | |
RegionRef< Region > | operator[] (const label regioni) |
Access a region. More... | |
RegionRef< const Region > | operator[] (const word ®ionName) const |
Const-access a region. More... | |
RegionRef< Region > | operator[] (const word ®ionName) |
Access a region. More... | |
Definition at line 49 of file MultiRegionList.H.
|
inline |
Construct from a list of regions.
Definition at line 59 of file MultiRegionList.H.
|
inline |
Construct from a list of regions.
Definition at line 66 of file MultiRegionList.H.