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

This is the complete list of members for EBGeometry::BVHSmoothUnionIF< 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::BVHSmoothUnionIF< T, P, BV, K >inlineprotected
BVHSmoothUnionIF()=deleteEBGeometry::BVHSmoothUnionIF< T, P, BV, K >
BVHSmoothUnionIF(const std::vector< std::shared_ptr< P > > &a_distanceFunctions, const std::vector< BV > &a_boundingVolumes, const T a_smoothLen, const std::function< T(const T &, const T &, const T &)> a_smoothMin=SmoothMin< T >) noexceptEBGeometry::BVHSmoothUnionIF< T, P, BV, K >
getBoundingVolume() const noexceptEBGeometry::BVHSmoothUnionIF< T, P, BV, K >
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_bvhEBGeometry::BVHSmoothUnionIF< T, P, BV, K >protected
m_smoothLenEBGeometry::BVHSmoothUnionIF< T, P, BV, K >protected
m_smoothMinEBGeometry::BVHSmoothUnionIF< T, P, BV, K >protected
Node typedefEBGeometry::BVHSmoothUnionIF< T, P, BV, K >
operator()(const Vec3T< T > &a_point) const noexceptEBGeometry::ImplicitFunction< T >
Root typedefEBGeometry::BVHSmoothUnionIF< T, P, BV, K >
value(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::BVHSmoothUnionIF< T, P, BV, K >virtual
~BVHSmoothUnionIF() override=defaultEBGeometry::BVHSmoothUnionIF< T, P, BV, K >
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual