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()
A 1D vector of objects of type <T>, where the size of the vector is known and can be used for subscri...
static autoPtr< coordinateRotation > New(const dictionary &dict, const UList< vector > &points)
Select constructed from dictionary and list of points.
A list of keyword definitions, which are a keyword followed by any number of values (e....
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.
A class for handling words, derived from string.
#define FatalIOErrorInFunction(ios)
Report an error message using Foam::FatalIOError.
errorManipArg< error, int > exit(error &err, const int errNo=1)
Ostream & endl(Ostream &os)
Add newline and flush stream.
prefixOSstream Pout(cout, "Pout")