![]() |
|
Public Member Functions | |
IndirectList (const UList< T > &, const List< label > &) | |
Construct given the complete list and the addressing array. | |
label | size () const |
const UList< T > & | completeList () const |
const List< label > & | addressing () const |
void | resetAddressing (const List< label > &addr) |
Reset addressing. | |
List< T > | operator() () const |
Return the addressed elements as a List. | |
const T & | operator[] (const label) const |
Return const access to an element. | |
Friends | |
Ostream & | operator (Ostream &, const IndirectList< T > &) |
|
Construct given the complete list and the addressing array.
Definition at line 42 of file IndirectListI.H. References UList::size(). |
Here is the call graph for this function:
|
Definition at line 70 of file IndirectListI.H. |
|
Definition at line 63 of file IndirectListI.H. |
|
Return the addressed elements as a List.
Definition at line 89 of file IndirectListI.H. |
|
Return const access to an element.
Definition at line 103 of file IndirectListI.H. References forAll, and UList::size(). Referenced by IndirectList::resetAddressing(). |
Here is the call graph for this function:
|
Reset addressing.
Definition at line 78 of file IndirectListI.H. References forAll, IndirectList::operator[](), and IndirectList::size(). |
Here is the call graph for this function:
|
Definition at line 55 of file IndirectListI.H. Referenced by IndirectList::resetAddressing(). |
|
|