Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
io.hpp File Reference
#include "moab/Core.hpp"
#include <iostream>
+ Include dependency graph for io.hpp:

Go to the source code of this file.

Classes

class  moab::point_locator::io::File_options< String, String_vector, Char_vector >
 

Namespaces

 moab
 Class representing axis-aligned bounding box.
 
 moab::point_locator
 
 moab::point_locator::io
 

Functions

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)