Mesh Oriented datABase  (version 5.4.1)
Array-based unstructured mesh datastructure
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

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

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

Define Documentation

#define CORRTAGNAME   "__correspondent"

Definition at line 30 of file Intx2Mesh.hpp.

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

Definition at line 42 of file Intx2Mesh.hpp.

Referenced by cleanup_after_intersection(), create_mesh(), initialize_area_and_tracer(), intersection_at_level(), update_tracer(), and update_tracer_test().

#define MAXEDGES   10

Definition at line 28 of file Intx2Mesh.hpp.

#define MAXEDGES2   20

Definition at line 29 of file Intx2Mesh.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines