|
EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
|
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) const | EBGeometry::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) noexcept | EBGeometry::BVHUnionIF< T, P, BV, K > | inlineprotected |
| BVHUnionIF()=delete | EBGeometry::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 noexcept | EBGeometry::BVHUnionIF< T, P, BV, K > | |
| ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | |
| m_bvh | EBGeometry::BVHUnionIF< T, P, BV, K > | protected |
| Node typedef | EBGeometry::BVHUnionIF< T, P, BV, K > | |
| operator()(const Vec3T< T > &a_point) const noexcept | EBGeometry::ImplicitFunction< T > | |
| Root typedef | EBGeometry::BVHUnionIF< T, P, BV, K > | |
| value(const Vec3T< T > &a_point) const noexcept override | EBGeometry::BVHUnionIF< T, P, BV, K > | virtual |
| ~BVHUnionIF() override=default | EBGeometry::BVHUnionIF< T, P, BV, K > | |
| ~ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | virtual |