MOAB: Mesh Oriented datABase  (version 5.4.1)
FBEngine.cpp File Reference
#include <iostream>
#include <map>
#include "moab/FBEngine.hpp"
#include "moab/Interface.hpp"
#include "moab/GeomTopoTool.hpp"
#include "moab/GeomUtil.hpp"
#include "moab/OrientedBoxTreeTool.hpp"
#include <cstdlib>
#include <cstring>
#include <set>
#include <queue>
#include <algorithm>
#include <cassert>
#include "SmoothCurve.hpp"
#include "SmoothFace.hpp"
+ Include dependency graph for FBEngine.cpp:

Go to the source code of this file.

Namespaces

namespace  moab
 

Class representing axis-aligned bounding box.


Defines

#define MBI   _mbImpl
#define MBERRORR(rval, STR)

Functions

bool moab::intersect_segment_and_plane_slice (CartVect &from, CartVect &to, CartVect &p1, CartVect &p2, CartVect &, CartVect &normPlane, CartVect &intx_point, double &parPos)
ErrorCode moab::area_coordinates (Interface *mbi, EntityHandle tri, CartVect &pnt, double *area_coord, EntityHandle &boundary_handle)

Variables

double moab::tolerance = 0.01
double moab::tolerance_segment = 0.01
const bool moab::Debug_surf_eval = false
bool moab::debug_splits = false

Define Documentation

#define MBERRORR (   rval,
  STR 
)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines