|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <cassert>#include <cstdlib>#include <iostream>#include "ReadSmf.hpp"#include "moab/Range.hpp"#include "Internals.hpp"#include "moab/Interface.hpp"#include "moab/ReadUtilIface.hpp"#include "moab/FileOptions.hpp"#include "AffineXform.hpp"
Include dependency graph for ReadSmf.cpp:Go to the source code of this file.
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Functions | |
| static int | streq (const char *a, const char *b) |
| static int streq | ( | const char * | a, |
| const char * | b | ||
| ) | [inline, static] |
Definition at line 38 of file ReadSmf.cpp.
Referenced by moab::ReadSmf::annotation(), and moab::ReadSmf::parse_line().
{
return strcmp( a, b ) == 0;
}