Go to the source code of this file.
|
| labelHashSet | used (const bitSet &select) |
| | Convert a bitset to a labelHashSet of the indices used. More...
|
| |
| labelHashSet | used (const UList< bool > &select) |
| | Convert a list of bools to a labelHashSet of the indices used. More...
|
| |
| bitSet | bitset (const labelHashSet &locations) |
| | Transform the on locations to a bitSet. More...
|
| |
| List< bool > | bools (const labelHashSet &locations) |
| | Transform the on locations to a boolList, with true for each non-negative location and false for all others. More...
|
| |
| template<class T , class Key , class Hash > |
| List< T > | values (const HashTable< T, Key, Hash > &tbl, const bool doSort=false) |
| | List of values from HashTable, optionally sorted. More...
|
| |
Original source file HashOps.H
Definition in file HashOps.H.