openfoam/applications/utilities/mesh/conversion
Mark Olesen 4fe8ed8245 STYLE: use direct iteration for HashSet
- The iterator for a HashSet dereferences directly to its key.

- Eg,

      for (const label patchi : patchSet)
      {
          ...
      }
  vs.
      forAllConstIter(labelHashSet, patchSet, iter)
      {
          const label patchi = iter.key();
          ...
      }
2018-03-06 00:29:03 +01:00
..
ansysToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
ccm ENH: improve handling of ThirdParty packages 2018-04-24 14:51:19 +02:00
cfx4ToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
datToFoam STYLE: consistency in using argList::addArgument, argList::addOption 2017-11-22 12:54:28 +01:00
fireToFoam ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
fluent3DMeshToFoam ENH: new bitSet class and improved PackedList class (closes #751) 2018-03-07 11:21:48 +01:00
fluentMeshToFoam ENH: new bitSet class and improved PackedList class (closes #751) 2018-03-07 11:21:48 +01:00
foamMeshToFluent ENH: enumerations for known cell models in cellModel, ptr/ref lookups 2017-11-18 11:05:05 +01:00
foamToFireMesh ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
foamToStarMesh ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
foamToSurface ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00
gambitToFoam STYLE: Correcting typos 2018-03-28 17:14:16 +01:00
gmshToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
ideasUnvToFoam ENH: consistency of HashSet setMany(), insertMany() with packed-list version 2018-03-14 21:08:29 +01:00
kivaToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
mshToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
netgenNeutralToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
plot3dToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
star4ToFoam ENH: cleanup autoPtr class (issue #639) 2018-02-26 12:00:00 +01:00
tetgenToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
vtkUnstructuredToFoam ENH: remove reliance on the Xfer class (issue #639) 2018-03-05 13:28:53 +01:00
writeMeshObj STYLE: use direct iteration for HashSet 2018-03-06 00:29:03 +01:00