Files
openfoam/applications/test
Mark Olesen bcabe827f6 ENH: dedicated HashSetOps, HashTableOps namespaces
- relocated HashSetPlusEqOp and HashTablePlusEqOp to
  HashSetOps::plusEqOp and HashTableOps::plusEqOp, respectively

- additional functions for converting between a labelHashSet
  and a PackedBoolList or List<bool>:

  From lists selections to labelHashSet indices:

      HashSetOps::used(const PackedBoolList&);
      HashSetOps::used(const UList<bool>&);

  From labelHashSet to list forms:

      PackedBoolList bitset(const labelHashSet&);
      List<bool> bools(const labelHashSet&);
2018-03-06 11:41:34 +01:00
..
2017-01-19 20:17:47 +00:00
2016-04-16 18:34:41 +01:00
2017-05-17 10:18:14 +02:00
2018-01-09 13:15:50 +01:00
2017-09-22 16:25:17 +02:00
2013-09-27 22:47:59 +01:00