MOAB: Mesh Oriented datABase  (version 5.4.1)
ReadSmf.cpp File Reference
#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)

Function Documentation

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;
}
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines