45 void graph::readCurves(Istream& is)
128 <<
"y field requested for graph containing " <<
size()
140 <<
"y field requested for graph containing " <<
size()
150 if (!wordConstructorTablePtr_)
154 "graph::writer::New(const word&)"
155 ) <<
"Graph writer table is empty"
159 wordConstructorTable::iterator cstrIter =
160 wordConstructorTablePtr_->find(graphFormat);
162 if (cstrIter == wordConstructorTablePtr_->end())
166 "graph::writer::New(const word&)"
167 ) <<
"Unknown graph format " << graphFormat
169 <<
"Valid graph formats are : " <<
endl
170 << wordConstructorTablePtr_->sortedToc()
196 os <<
setw(10) << x_[xi];
224 if (graphFile.
good())
226 write(graphFile, format);
230 WarningIn(
"graph::write(const word& format, const fileName& dir)")
231 <<
"Could not open graph file " << graphFile.
name()
240 os.
check(
"Ostream& operator<<(Ostream&, const graph&)");