Go to the documentation of this file.
39 #ifndef IndirectList_H
40 #define IndirectList_H
IndirectListAddressing(const IndirectListAddressing &)
Disallow default bitwise copy construct.
A helper class for storing addresses.
void resetAddressing(const labelUList &)
Reset addressing.
void operator=(const IndirectList< T > &)
Disable default assignment operator.
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.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
void operator=(const IndirectListAddressing &)
Disallow default bitwise assignment.
A List with indirect addressing.
IndirectList(const UList< T > &, const labelUList &)
Construct given the complete list and the addressing array.