Go to the documentation of this file.
58 IndirectListAddressing::addressing()
74 IndirectListAddressing::addressing()
89 IndirectListAddressing::addressing()
104 IndirectListAddressing::addressing()
132 addressing_.transfer(addr());
IndirectListAddressing(const IndirectListAddressing &)
Disallow default bitwise copy construct.
A helper class for storing addresses.
void resetAddressing(const labelUList &)
Reset addressing.
A simple container for copying or transferring objects of type <T>.
List< label > addressing_
Storage for the list addressing.
A List with indirect addressing.
const List< label > & addressing() const
Return the list addressing.
const UList< T > & completeList() const
Return the complete list.
const List< label > & addressing() const
Return the list addressing.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
IndirectList(const UList< T > &, const labelUList &)
Construct given the complete list and the addressing array.