Go to the documentation of this file.
41 Info<<
"pointZone::New(const word&, const dictionary&, const label, "
42 "const pointZoneMesh&) : constructing pointZone " <<
name
46 const word zoneType(
dict.lookup(
"type"));
48 dictionaryConstructorTable::iterator cstrIter =
49 dictionaryConstructorTablePtr_->find(zoneType);
51 if (cstrIter == dictionaryConstructorTablePtr_->end())
56 ) <<
"Unknown pointZone type "
57 << zoneType <<
nl <<
nl
58 <<
"Valid pointZone types are:" <<
nl
59 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from string.
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....
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...
static autoPtr< pointZone > New(const word &name, const dictionary &, const label index, const pointZoneMesh &)
Return a pointer to a new point zone.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
word name(const complex &)
Return a string representation of a complex.