openfoam/applications/utilities/postProcessing/miscellaneous
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
..
engineCompRatio ENH: improve controls for Time (issue #910) 2018-07-02 10:20:01 +02:00
pdfPlot ENH: use restricted dictionary lookup for utilities (issue #762) 2018-07-24 08:08:30 +02:00
postChannel ENH: cleanup of Enum class 2018-10-18 12:57:32 +02:00
profilingSummary ENH: add IOobjectList::findObject() method 2018-11-09 21:57:55 +01:00
temporalInterpolate ENH: ignore -noFunctionObjects option when disabled 2018-08-08 09:44:28 +02:00