39 typename wordConstructorTable::iterator cstrIter =
40 wordConstructorTablePtr_
43 if (cstrIter == wordConstructorTablePtr_->end())
47 "writer::New(const word&)"
48 ) <<
"Unknown write type " << writeType
50 <<
"Valid write types : " <<
nl
51 << wordConstructorTablePtr_->sortedToc()
72 fName +=
'_' + valueSets[i];
108 writeCoord(points, pointI, os);
110 write(values[pointI], os);
126 writeCoord(points, pointI, os);
133 write(values[pointI], os);
168 template<
class VSType>
182 os << value.component(
d);
194 os << token::SPACE << token::TAB;
205 return writeVS(value, os);
216 return writeVS(value, os);
227 return writeVS(value, os);
238 return writeVS(value, os);