EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
Loading...
Searching...
No Matches
EBGeometry::BVHUnionIF< T, P, BV, K > Member List

This is the complete list of members for EBGeometry::BVHUnionIF< T, P, BV, K >, including all inherited members.

approximateBoundingVolumeOctree(const Vec3T< T > &a_initialLowCorner, const Vec3T< T > &a_initialHighCorner, const unsigned int a_maxTreeDepth, const T &a_safety=0.0) constEBGeometry::ImplicitFunction< T >inline
buildTree(const std::vector< std::pair< std::shared_ptr< const P >, BV > > &a_primsAndBVs, const BVH::Build a_build=BVH::Build::SAH) noexceptEBGeometry::BVHUnionIF< T, P, BV, K >inlineprotected
BVHUnionIF()=deleteEBGeometry::BVHUnionIF< T, P, BV, K >
BVHUnionIF(const std::vector< std::pair< std::shared_ptr< const P >, BV > > &a_primsAndBVs)EBGeometry::BVHUnionIF< T, P, BV, K >
BVHUnionIF(const std::vector< std::shared_ptr< P > > &a_primitives, const std::vector< BV > &a_boundingVolumes)EBGeometry::BVHUnionIF< T, P, BV, K >
getBoundingVolume() const noexceptEBGeometry::BVHUnionIF< T, P, BV, K >
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_bvhEBGeometry::BVHUnionIF< T, P, BV, K >protected
Node typedefEBGeometry::BVHUnionIF< T, P, BV, K >
operator()(const Vec3T< T > &a_point) const noexceptEBGeometry::ImplicitFunction< T >
Root typedefEBGeometry::BVHUnionIF< T, P, BV, K >
value(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::BVHUnionIF< T, P, BV, K >virtual
~BVHUnionIF() override=defaultEBGeometry::BVHUnionIF< T, P, BV, K >
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual