#include "moab/AdaptiveKDTree.hpp"
#include "moab/Interface.hpp"
#include "moab/GeomUtil.hpp"
#include "moab/Range.hpp"
#include "moab/ElemEvaluator.hpp"
#include "moab/CpuTimer.hpp"
#include "Internals.hpp"
#include "moab/Util.hpp"
#include <cmath>
#include <cassert>
#include <algorithm>
#include <limits>
#include <iostream>
#include <cstdio>
Go to the source code of this file.
|
| moab |
| Class representing axis-aligned bounding box.
|
|
|
static ErrorCode | moab::closest_to_triangles (Interface *moab, const Range &tris, const CartVect &from, double &shortest_dist_sqr, CartVect &closest_pt, EntityHandle &closest_tri) |
|
static ErrorCode | moab::closest_to_triangles (Interface *moab, EntityHandle set_handle, const CartVect &from, double &shortest_dist_sqr, CartVect &closest_pt, EntityHandle &closest_tri) |
|
static std::string | moab::mem_to_string (unsigned long mem) |
|
◆ MB_AD_KD_TREE_DEFAULT_TAG_NAME
#define MB_AD_KD_TREE_DEFAULT_TAG_NAME |
◆ MB_AD_KD_TREE_USE_SINGLE_TAG
#define MB_AD_KD_TREE_USE_SINGLE_TAG |
◆ MB_AD_KD_TREE_USE_TWO_DOUBLE_TAG
#define MB_AD_KD_TREE_USE_TWO_DOUBLE_TAG |