38 Pout<<
"coordinateRotation::New(const dictionary&) : " 39 <<
"constructing coordinateRotation" 45 dictionaryConstructorTable::iterator cstrIter =
46 dictionaryConstructorTablePtr_->find(rotType);
48 if (cstrIter == dictionaryConstructorTablePtr_->end())
53 ) <<
"Unknown coordinateRotation type " 54 << rotType <<
nl <<
nl 55 <<
"Valid coordinateRotation types are :" <<
nl 56 << dictionaryConstructorTablePtr_->sortedToc()
72 Pout<<
"coordinateRotation::New" 73 "(const dictionary&,const UList<vector>&) : " 74 <<
"constructing coordinateRotation" 80 pointsConstructorTable::iterator cstrIter =
81 pointsConstructorTablePtr_->find(rotType);
83 if (cstrIter == pointsConstructorTablePtr_->end())
88 ) <<
"Unknown coordinateRotation type " 89 << rotType <<
nl <<
nl 90 <<
"Valid coordinateRotation types are :" <<
nl 91 << pointsConstructorTablePtr_->sortedToc()
errorManipArg< error, int > exit(error &err, const int errNo=1)
A list of keyword definitions, which are a keyword followed by any number of values (e...
Ostream & endl(Ostream &os)
Add newline and flush stream.
static autoPtr< coordinateRotation > New(const dictionary &dict, const UList< vector > &points)
Select constructed from dictionary and list of points.
A class for handling words, derived from string.
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
prefixOSstream Pout(cout, "Pout")
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.