Mesh Oriented datABase  (version 5.5.1)
An array-based unstructured mesh library
Intx2Mesh.hpp File Reference
#include <iostream>
#include <sstream>
#include <fstream>
#include <map>
#include <ctime>
#include <cstdlib>
#include <cstdio>
#include <cstring>
#include "moab/Core.hpp"
#include "moab/Interface.hpp"
#include "moab/Range.hpp"
#include "moab/CartVect.hpp"
#include "moab/IntxMesh/IntxUtils.hpp"
+ Include dependency graph for Intx2Mesh.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  moab::Intx2Mesh
 

Namespaces

 moab
 Class representing axis-aligned bounding box.
 

Macros

#define MAXEDGES   10
 
#define MAXEDGES2   20
 
#define CORRTAGNAME   "__correspondent"
 
#define ERRORR(rval, str)
 
#define ERRORV(rval, str)
 

Macro Definition Documentation

◆ CORRTAGNAME

#define CORRTAGNAME   "__correspondent"

Definition at line 30 of file Intx2Mesh.hpp.

◆ ERRORR

#define ERRORR (   rval,
  str 
)
Value:
if( MB_SUCCESS != ( rval ) ) \
{ \
std::cout << ( str ) << "\n"; \
return rval; \
}

Definition at line 35 of file Intx2Mesh.hpp.

◆ ERRORV

#define ERRORV (   rval,
  str 
)
Value:
if( MB_SUCCESS != ( rval ) ) \
{ \
std::cout << ( str ) << "\n"; \
return; \
}

Definition at line 42 of file Intx2Mesh.hpp.

◆ MAXEDGES

#define MAXEDGES   10

Definition at line 28 of file Intx2Mesh.hpp.

◆ MAXEDGES2

#define MAXEDGES2   20

Definition at line 29 of file Intx2Mesh.hpp.