|
xmsgrid
1.0
|
Contains IO functions as well as several utility functions for XmUGrid. More...
Go to the source code of this file.
Namespaces | |
| xms | |
| XMS Namespace. | |
Functions | |
| std::shared_ptr< XmUGrid > | xms::XmReadUGridFromAsciiFile (const std::string &a_filePath) |
| Read XmUGrid from an ASCII file. More... | |
| std::shared_ptr< XmUGrid > | xms::XmReadUGridFromStream (std::istream &a_inStream) |
| Read an XmUGrid from ASCII text from an input stream. More... | |
| void | xms::XmWriteUGridToAsciiFile (std::shared_ptr< XmUGrid > a_ugrid, const std::string &a_filePath) |
| Write an XmUGrid to an ASCII file. More... | |
| void | xms::XmWriteUGridToStream (std::shared_ptr< XmUGrid > a_ugrid, std::ostream &a_outStream) |
| Save an XmUGrid ASCII text to output stream. More... | |
| void | xms::XmWriteUGridToStream (const XmUGrid &a_ugrid, std::ostream &a_outStream, bool a_binary) |
| Save an XmUGrid ASCII text to output stream. More... | |
Contains IO functions as well as several utility functions for XmUGrid.
Definition in file XmUGridUtils.h.