moab
ReadSmf.cpp File Reference
#include <assert.h>
#include <stdlib.h>
#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"

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 34 of file ReadSmf.cpp.

{ return strcmp(a,b)==0; }
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines