|
MOAB: Mesh Oriented datABase
(version 5.4.1)
|
#include <cmath>#include <cassert>#include <iostream>#include <sstream>#include "moab/IntxMesh/IntxUtils.hpp"#include "moab/MergeMesh.hpp"#include "moab/ReadUtilIface.hpp"#include "MBTagConventions.hpp"#include <iomanip>#include <queue>#include <map>
Include dependency graph for IntxUtils.cpp:Go to the source code of this file.
Classes | |
| struct | moab::angleAndIndex |
Namespaces | |
| namespace | moab |
Class representing axis-aligned bounding box. | |
Defines | |
| #define | CHECKNEGATIVEAREA |
| #define | CORRTAGNAME "__correspondent" |
| #define | MAXEDGES 10 |
Functions | |
| bool | moab::angleCompare (angleAndIndex lhs, angleAndIndex rhs) |
| static bool | moab::verify (CartVect a, CartVect b, CartVect c, CartVect d, double x, double y, double z) |
| #define CHECKNEGATIVEAREA |
Definition at line 26 of file IntxUtils.cpp.
| #define CORRTAGNAME "__correspondent" |
Definition at line 41 of file IntxUtils.cpp.
Referenced by compute_tracer_case1(), create_lagr_mesh(), moab::IntxUtils::deep_copy_set_with_quads(), moab::IntxUtils::enforce_convexity(), get_departure_grid(), main(), update_density(), and moab::Intx2MeshOnSphere::update_tracer_data().
| #define MAXEDGES 10 |
Definition at line 42 of file IntxUtils.cpp.
Referenced by moab::Intx2MeshInPlane::computeIntersectionBetweenTgtAndSrc(), moab::IntxRllCssphere::computeIntersectionBetweenTgtAndSrc(), moab::Intx2MeshOnSphere::computeIntersectionBetweenTgtAndSrc(), moab::IntxUtils::EdgeIntersections2(), moab::IntxUtils::enforce_convexity(), moab::Intx2MeshInPlane::findNodes(), moab::IntxRllCssphere::findNodes(), moab::Intx2MeshOnSphere::findNodes(), moab::Intx2Mesh::intersect_meshes(), moab::Intx2Mesh::intersect_meshes_kdtree(), and moab::IntxUtils::SortAndRemoveDoubles2().