#include "axom/primal.hpp"
#include <type_traits>
|
| constexpr int | axom::quest::detail::get_num_moment_entries (int ndim, int ord) |
| |
| template<typename T , int NDIMS, int ORD, typename LeafGeometry , typename TraverserType > |
| double | axom::quest::fast_approximate_winding_number (const primal::Point< T, NDIMS > &query, const TraverserType &traverser, const ArrayView< LeafGeometry > &leaf_objects, const ArrayView< GWNMomentData< T, NDIMS, ORD >> &internal_moments, const primal::WindingTolerances &wt, double beta=2.0) |
| | Evaluate a hierarchical approximation of the GWN for the shape in leaf_objects, encompassed by traverser's BVH. More...
|
| |