Go to the documentation of this file.
40 dictionaryConstructorTable::iterator cstrIter =
41 dictionaryConstructorTablePtr_->find(coordType);
43 if (cstrIter == dictionaryConstructorTablePtr_->end())
48 ) <<
"Unknown coordinateSystem type "
49 << coordType <<
nl <<
nl
50 <<
"Valid coordinateSystem types are :" <<
nl
51 << dictionaryConstructorTablePtr_->sortedToc()
A class for handling words, derived from string.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
Registry of regIOobjects.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
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)
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
static autoPtr< coordinateSystem > New(const objectRegistry &obr, const dictionary &dict)
Select constructed from dictionary and objectRegistry.
word name(const complex &)
Return a string representation of a complex.
Base class for other coordinate system specifications.