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

This is the complete list of members for EBGeometry::MeshSDF< T, Meta, 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
computeBoundingVolume() const noexceptEBGeometry::MeshSDF< T, Meta, K >
Face typedefEBGeometry::MeshSDF< T, Meta, K >
getClosestFaces(const Vec3T< T > &a_point, const bool a_sorted) constEBGeometry::MeshSDF< T, Meta, K >virtual
getRoot() noexceptEBGeometry::MeshSDF< T, Meta, K >virtual
getRoot() const noexceptEBGeometry::MeshSDF< T, Meta, K >virtual
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_bvhEBGeometry::MeshSDF< T, Meta, K >protected
m_meshEBGeometry::MeshSDF< T, Meta, K >protected
Mesh typedefEBGeometry::MeshSDF< T, Meta, K >
MeshSDF()=deleteEBGeometry::MeshSDF< T, Meta, K >
MeshSDF(const std::shared_ptr< Mesh > &a_mesh, const BVH::Build a_build)EBGeometry::MeshSDF< T, Meta, K >
MeshSDF(const MeshSDF &a_other)=defaultEBGeometry::MeshSDF< T, Meta, K >
MeshSDF(MeshSDF &&a_other) noexcept=defaultEBGeometry::MeshSDF< T, Meta, K >
Node typedefEBGeometry::MeshSDF< T, Meta, K >
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 MeshSDF &a_other)=defaultEBGeometry::MeshSDF< T, Meta, K >
operator=(MeshSDF &&a_other) noexcept=defaultEBGeometry::MeshSDF< T, Meta, K >
Root typedefEBGeometry::MeshSDF< T, Meta, K >
signedDistance(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::MeshSDF< T, Meta, K >virtual
SignedDistanceFunction()=defaultEBGeometry::SignedDistanceFunction< T >
value(const Vec3T< T > &a_point) const noexcept finalEBGeometry::SignedDistanceFunction< T >virtual
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual
~MeshSDF() override=defaultEBGeometry::MeshSDF< T, Meta, K >
~SignedDistanceFunction() override=defaultEBGeometry::SignedDistanceFunction< T >