#include <iostream>
#include <fstream>
#include <vector>
#include <string>
#include <sstream>
#include "moab/Core.hpp"
#include "moab/ReadUtilIface.hpp"
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 | ) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 137 of file FileRead.cpp.
References ErrorCode, mb, MB_SUCCESS, ReadTriangleOutput(), and moab::Core::write_file().
Definition at line 22 of file FileRead.cpp.
References comment(), ErrorCode, iface, mb, MB_FILE_DOES_NOT_EXIST, MB_SUCCESS, MBTRI, moab::Interface::query_interface(), and moab::Interface::release_interface().
Referenced by main().