openfoam/applications/utilities/postProcessing/dataConversion
Mark Olesen faaa93fdb5 ENH: add IOobjectList::findObject() method
- naming similar to objectRegistry, with unambiguous resolution.
  The lookup() methods have different return types depending on the
  calling parameter.

STYLE: use IOobjectListTemplates.C for implementations

- previously included as local definition within IOobjectList.C,
  but will be adding more templated methods soon.

- adjust parameters (eg, matchName instead of matcher) to show their
  function

ENH: handle objectRegistry::names<void>(...)

- this is equivalent to no Type restriction, and can be used when
  filtering names. Eg,

     obr.names<void>(wordRe..);
2018-11-09 21:57:55 +01:00
..
foamDataToFluent ENH: allow wordHashSet filter for IOobjectList::names 2018-07-26 14:56:52 +02:00
foamToEnsight ENH: multiple zone selection for fvMeshSubsetProxy (#973) 2018-10-02 17:06:44 +02:00
foamToEnsightParts ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
foamToGMV STYLE: remove unused variable 2018-07-31 15:38:27 +02:00
foamToTetDualMesh ENH: allow wordHashSet filter for IOobjectList::names 2018-07-26 14:56:52 +02:00
foamToVTK ENH: multiple zone selection for fvMeshSubsetProxy (#973) 2018-10-02 17:06:44 +02:00
smapToFoam ENH: construct string types from Istream now explicit (#1033) 2018-11-03 20:24:34 +01:00