Go to the documentation of this file.
36 namespace surfaceFeaturesExtraction
53 const dictionary&
dict
58 const dictionary& coeffDict =
59 dict.optionalSubDict(
"extractFromFileCoeffs");
61 coeffDict.readEntry(
"featureEdgeFile", featureEdgeFile_);
62 coeffDict.readIfPresent(
"geometricTestOnly", geometricTestOnly_);
78 const triSurface& surf
81 edgeMesh eMesh(featureEdgeFile_);
86 Info<<
nl <<
"Reading existing feature edges from file "
87 << featureEdgeFile_ <<
nl
88 <<
"Selecting edges based purely on geometric tests: "
89 << geometricTestOnly().c_str() <<
endl;
static autoPtr< T > New(Args &&... args)
Construct autoPtr of T with forwarding arguments.
Ostream & endl(Ostream &os)
Add newline and flush stream.
messageStream Info
Information stream (uses stdout - output is on the master only)
addNamedToRunTimeSelectionTable(topoSetCellSource, badQualityToCell, word, badQuality)
Macros for easy insertion into run-time selection tables.
Pointer management similar to std::unique_ptr, with some additional methods and type checking.
const dimensionedScalar e
Elementary charge.