openfoam/applications/utilities/postProcessing/dataConversion/foamToVTK
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
..
Make ENH: Added finiteArea support to foamToVTK 2017-11-21 16:33:33 +00:00
findClouds.H ENH: dedicated HashSetOps, HashTableOps namespaces 2018-03-06 11:41:34 +01:00
foamToVTK.C ENH: dedicated HashSetOps, HashTableOps namespaces 2018-03-06 11:41:34 +01:00
foamVtkLagrangianWriter.C BUG: problems converting clouds to ensight or vtk format (closes #708) 2018-01-23 15:39:45 +01:00
foamVtkLagrangianWriter.H BUG: problems converting clouds to ensight or vtk format (closes #708) 2018-01-23 15:39:45 +01:00
foamVtkLagrangianWriterTemplates.C BUG: problems converting clouds to ensight or vtk format (closes #708) 2018-01-23 15:39:45 +01:00
readFields.C STYLE: consistent use of wordHashSet instead of HashSet<word> 2018-02-22 11:19:47 +01:00
readFields.H STYLE: consistent use of wordHashSet instead of HashSet<word> 2018-02-22 11:19:47 +01:00