openfoam/applications/utilities/surface/surfaceBooleanFeatures
Mark Olesen 345a2a42f1 ENH: simplify method names for reading argList options and arguments
- use succincter method names that more closely resemble dictionary
  and HashTable method names. This improves method name consistency
  between classes and also requires less typing effort:

    args.found(optName)        vs.  args.optionFound(optName)
    args.readIfPresent(..)     vs.  args.optionReadIfPresent(..)
    ...
    args.opt<scalar>(optName)  vs.  args.optionRead<scalar>(optName)
    args.read<scalar>(index)   vs.  args.argRead<scalar>(index)

- the older method names forms have been retained for code compatibility,
  but are now deprecated
2018-01-08 15:35:18 +01:00
..
Make ENH: relocate triSurface classes into surfMesh library (issue #294) 2017-05-18 10:42:05 +02:00
PolyhedronReader GIT: remove remnant edgeMesh Make/{files,options} 2017-05-18 11:01:27 +02:00
Allwmake TUT: script cleanup, provide cleanCase0 for commonly used operation 2017-10-12 19:20:56 +02:00
CGAL3DKernel.H ENH: Updating utilities based on internal development line 2015-12-02 10:17:28 +00:00
CGALIndexedPolyhedron.H STYLE: Header clean-up 2017-11-07 11:22:58 +00:00
surfaceBooleanFeatures.C ENH: simplify method names for reading argList options and arguments 2018-01-08 15:35:18 +01:00