Mesh Oriented datABase
(version 5.4.1)
Array-based unstructured mesh datastructure
|
#include "moab/FileOptions.hpp"
#include <cctype>
#include <cstdlib>
#include <cstring>
#include <algorithm>
Go to the source code of this file.
Namespaces | |
namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
#define | EATSPACE(a) |
Functions | |
static bool | moab::strempty (const char *s) |
Variables | |
const char | moab::DEFAULT_SEPARATOR = ';' |
Definition in file FileOptions.cpp.
#define EATSPACE | ( | a | ) |
while( ( *( a ) == ' ' || *( a ) == ',' ) && !strempty( a ) ) \ ( a )++;
Referenced by moab::FileOptions::get_ints_option(), and moab::FileOptions::get_reals_option().