| approximateBoundingVolumeOctree(const Vec3T< T > &a_initialLowCorner, const Vec3T< T > &a_initialHighCorner, const unsigned int a_maxTreeDepth, const T &a_safety=0.0) const noexcept | ImplicitFunction< T > | inline |
| computeBoundingVolume() const noexcept | FastTriMeshSDF< T, Meta, BV, K > | |
| FastTriMeshSDF()=delete | FastTriMeshSDF< T, Meta, BV, K > | |
| FastTriMeshSDF(const std::shared_ptr< Mesh > &a_mesh, const BVH::Build a_build=BVH::Build::TopDown) noexcept | FastTriMeshSDF< T, Meta, BV, K > | |
| FastTriMeshSDF(const std::vector< std::shared_ptr< Tri > > &a_triangles, const BVH::Build a_build=BVH::Build::TopDown) noexcept | FastTriMeshSDF< T, Meta, BV, K > | |
| getClosestTriangles(const Vec3T< T > &a_point, const bool a_sorted) const noexcept | FastTriMeshSDF< T, Meta, BV, K > | virtual |
| getRoot() noexcept | FastTriMeshSDF< T, Meta, BV, K > | virtual |
| getRoot() const noexcept | FastTriMeshSDF< T, Meta, BV, K > | virtual |
| ImplicitFunction()=default | ImplicitFunction< T > | |
| m_bvh | FastTriMeshSDF< T, Meta, BV, K > | protected |
| Mesh typedef | FastTriMeshSDF< T, Meta, BV, K > | |
| Node typedef | FastTriMeshSDF< T, Meta, BV, K > | |
| normal(const Vec3T< T > &a_point, const T &a_delta) const noexcept | SignedDistanceFunction< T > | inlinevirtual |
| operator()(const Vec3T< T > &a_point) const noexcept | ImplicitFunction< T > | |
| Root typedef | FastTriMeshSDF< T, Meta, BV, K > | |
| signedDistance(const Vec3T< T > &a_point) const noexcept override | FastTriMeshSDF< T, Meta, BV, K > | virtual |
| SignedDistanceFunction()=default | SignedDistanceFunction< T > | |
| Tri typedef | FastTriMeshSDF< T, Meta, BV, K > | |
| value(const Vec3T< T > &a_point) const noexcept override final | SignedDistanceFunction< T > | virtual |
| ~FastTriMeshSDF()=default | FastTriMeshSDF< T, Meta, BV, K > | virtual |
| ~ImplicitFunction()=default | ImplicitFunction< T > | virtual |
| ~SignedDistanceFunction()=default | SignedDistanceFunction< T > | virtual |