|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#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 CORRTAGNAME "__correspondent" |
Definition at line 30 of file Intx2Mesh.hpp.
| #define ERRORR | ( | rval, | |
| str | |||
| ) |
if( MB_SUCCESS != ( rval ) ) \ { \ std::cout << ( str ) << "\n"; \ return rval; \ }
Definition at line 35 of file Intx2Mesh.hpp.
Referenced by AssocPair::change_status(), AssocPair::change_type(), create_coarse_mesh(), create_fine_mesh(), fill_coord_on_edges(), AssocPair::get_relation(), ListSetsNTags(), AssocPair::rmv_relation(), set_departure_points_position(), and AssocPair::set_relation().
| #define ERRORV | ( | rval, | |
| str | |||
| ) |
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.