|
xmsgrid
1.0
|
#include <xmsgrid/ugrid/XmUGridUtils.h>#include <fstream>#include <boost/bimap.hpp>#include <xmscore/dataio/daStreamIo.h>#include <xmscore/misc/StringUtil.h>#include <xmscore/misc/XmError.h>#include <xmscore/misc/XmLog.h>#include <xmscore/stl/vector.h>#include <xmsgrid/ugrid/XmUGrid.h>#include <xmsgrid/ugrid/XmUGrid.t.h>#include <xmscore/testing/TestTools.h>#include <xmsgrid/ugrid/XmUGridUtils.t.h>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... | |
Definition in file XmUGridUtils.cpp.