Go to the documentation of this file.
41 Info<<
"polyMeshModifier::New(const word&, const dictionary&, "
42 <<
"const label, const polyTopoChanger&) : "
43 <<
"constructing polyMeshModifier"
47 const word modifierType(
dict.lookup(
"type"));
49 dictionaryConstructorTable::iterator cstrIter =
50 dictionaryConstructorTablePtr_->find(modifierType);
52 if (cstrIter == dictionaryConstructorTablePtr_->end())
57 ) <<
"Unknown polyMeshModifier type "
58 << modifierType <<
nl <<
nl
59 <<
"Valid polyMeshModifier types are :" <<
endl
60 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from string.
List of mesh modifiers defining the mesh dynamics.
Ostream & endl(Ostream &os)
Add newline and flush stream.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e....
static autoPtr< polyMeshModifier > New(const word &name, const dictionary &dict, const label index, const polyTopoChanger &mme)
Select constructed from dictionary.
errorManipArg< error, int > exit(error &err, const int errNo=1)
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
word name(const complex &)
Return a string representation of a complex.