| 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 |
| computeBoundingVolume() const noexcept | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| getRoot() noexcept | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | virtual |
| getRoot() const noexcept | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | virtual |
| groupTrianglesIntoSoA(const std::vector< std::shared_ptr< const Tri > > &a_triangles, uint32_t a_offset, uint32_t a_count) | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | protectedstatic |
| ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | |
| m_bvh | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | protected |
| Mesh typedef | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| normal(const Vec3T< T > &a_point, const T &a_delta) const noexcept | EBGeometry::SignedDistanceFunction< T > | inlinevirtual |
| operator()(const Vec3T< T > &a_point) const noexcept | EBGeometry::ImplicitFunction< T > | |
| operator=(const TriMeshSDF &a_other)=default | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| operator=(TriMeshSDF &&a_other) noexcept=default | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| Root typedef | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| signedDistance(const Vec3T< T > &a_point) const noexcept override | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | virtual |
| SignedDistanceFunction()=default | EBGeometry::SignedDistanceFunction< T > | |
| Tri typedef | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| TriMeshSDF()=delete | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| TriMeshSDF(const std::shared_ptr< Mesh > &a_mesh, const BVH::Build a_build, const size_t a_maxLeafGroups) noexcept | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| TriMeshSDF(const std::vector< std::shared_ptr< Tri > > &a_triangles, const BVH::Build a_build, const size_t a_maxLeafGroups) noexcept | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| TriMeshSDF(const TriMeshSDF &a_other)=default | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| TriMeshSDF(TriMeshSDF &&a_other) noexcept=default | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| TriSoA typedef | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |
| value(const Vec3T< T > &a_point) const noexcept final | EBGeometry::SignedDistanceFunction< T > | virtual |
| ~ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | virtual |
| ~SignedDistanceFunction() override=default | EBGeometry::SignedDistanceFunction< T > | |
| ~TriMeshSDF() override=default | EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy > | |