#include <iostream>#include <fstream>#include <vector>#include <string>#include <sstream>#include "moab/Core.hpp"#include "moab/ReadUtilIface.hpp"
Include dependency graph for FileRead.cpp:Go to the source code of this file.
Functions | |
| int | comment (string &line) |
| ErrorCode | ReadTriangleOutput (Interface *mb, string fileBase) |
| int | main (int argc, char **argv) |
| int comment | ( | string & | line | ) |
Definition at line 19 of file FileRead.cpp.
Referenced by ReadTriangleOutput().
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 138 of file FileRead.cpp.
References mb, MB_CHK_SET_ERR, ReadTriangleOutput(), and moab::Core::write_file().
Definition at line 28 of file FileRead.cpp.
References comment(), iface, mb, MB_CHK_SET_ERR, MB_FILE_DOES_NOT_EXIST, MB_SUCCESS, MBTRI, moab::Interface::query_interface(), and moab::Interface::release_interface().
Referenced by main().