![]() |
|
Public Member Functions | |
SortableList (const List< Type > &) | |
Construct from List, sorting the elements. Starts with indices set. | |
SortableList (const List< Type > &, const labelList &) | |
Construct from List, sorting the elements. Starts with indices. | |
SortableList (const label size) | |
Construct given size. Sort later on. | |
SortableList (const label size, const Type &) | |
Construct given size and initial value. Sort later on. | |
SortableList (const SortableList< Type > &) | |
Construct as copy. | |
const labelList & | indices () const |
Return the list of sorted point indices. | |
void | setSize (const label) |
Size the list (shrink or grow followed by sort). | |
void | sort () |
Sort the list (if changed after construction time). | |
void | operator= (const SortableList< Type > &) |
|
Construct from List, sorting the elements. Starts with indices set. to index in argument |
|
Construct from List, sorting the elements. Starts with indices. as given |
|
Construct given size. Sort later on.
|
|
Construct given size and initial value. Sort later on.
|
|
Construct as copy.
|
|
Return the list of sorted point indices.
Definition at line 117 of file SortableList.H. |
|
|
|
Size the list (shrink or grow followed by sort).
Reimplemented from List< Type >. |
|
Sort the list (if changed after construction time).
|