#include "moab/Core.hpp"
#include <iostream>
Go to the source code of this file.
|
| bool | moab::point_locator::io::check_for_flag (const char *str) |
| |
| ErrorCode | moab::point_locator::io::get_file_options (int argc, char **argv, std::vector< std::string > &meshFiles, std::string &interpTag, std::string &gNormTag, std::string &ssNormTag, std::vector< const char * > &ssTagNames, std::vector< const char * > &ssTagValues, std::string &readOpts, std::string &outFile, std::string &writeOpts, std::string &dbgFile, bool &help) |
| |
| template<typename Options > |
| ErrorCode | moab::point_locator::io::get_file_options (int argc, char **argv, Options &o) |
| |