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

This is the complete list of members for EBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >, 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
computeBoundingVolume() const noexceptEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
getRoot() noexceptEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >virtual
getRoot() const noexceptEBGeometry::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()=defaultEBGeometry::ImplicitFunction< T >
m_bvhEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >protected
Mesh typedefEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
normal(const Vec3T< T > &a_point, const T &a_delta) const noexceptEBGeometry::SignedDistanceFunction< T >inlinevirtual
operator()(const Vec3T< T > &a_point) const noexceptEBGeometry::ImplicitFunction< T >
operator=(const TriMeshSDF &a_other)=defaultEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
operator=(TriMeshSDF &&a_other) noexcept=defaultEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
Root typedefEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
signedDistance(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >virtual
SignedDistanceFunction()=defaultEBGeometry::SignedDistanceFunction< T >
Tri typedefEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
TriMeshSDF()=deleteEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
TriMeshSDF(const std::shared_ptr< Mesh > &a_mesh, const BVH::Build a_build, const size_t a_maxLeafGroups) noexceptEBGeometry::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) noexceptEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
TriMeshSDF(const TriMeshSDF &a_other)=defaultEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
TriMeshSDF(TriMeshSDF &&a_other) noexcept=defaultEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
TriSoA typedefEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >
value(const Vec3T< T > &a_point) const noexcept finalEBGeometry::SignedDistanceFunction< T >virtual
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual
~SignedDistanceFunction() override=defaultEBGeometry::SignedDistanceFunction< T >
~TriMeshSDF() override=defaultEBGeometry::TriMeshSDF< T, Meta, K, W, StoragePolicy >