41 void XmWriteUGridToStream(
const XmUGrid& a_ugrid, std::ostream& a_outStream,
bool a_binary =
false);
std::shared_ptr< XmUGrid > XmReadUGridFromStream(std::istream &a_inStream)
Read an XmUGrid from ASCII text from an input stream.
void XmWriteUGridToStream(std::shared_ptr< XmUGrid > a_ugrid, std::ostream &a_outStream)
Save an XmUGrid ASCII text to output stream.
void XmWriteUGridToAsciiFile(std::shared_ptr< XmUGrid > a_ugrid, const std::string &a_filePath)
Write an XmUGrid to an ASCII file.
std::shared_ptr< XmUGrid > XmReadUGridFromAsciiFile(const std::string &a_filePath)
Read XmUGrid from an ASCII file.