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

This is the complete list of members for EBGeometry::FlatMeshSDF< T, Meta >, 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() constEBGeometry::FlatMeshSDF< T, Meta >
FlatMeshSDF()=deleteEBGeometry::FlatMeshSDF< T, Meta >
FlatMeshSDF(const std::shared_ptr< Mesh > &a_mesh) noexceptEBGeometry::FlatMeshSDF< T, Meta >
FlatMeshSDF(const FlatMeshSDF &a_other)=defaultEBGeometry::FlatMeshSDF< T, Meta >
FlatMeshSDF(FlatMeshSDF &&a_other) noexcept=defaultEBGeometry::FlatMeshSDF< T, Meta >
getMesh() const noexceptEBGeometry::FlatMeshSDF< T, Meta >
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_meshEBGeometry::FlatMeshSDF< T, Meta >protected
Mesh typedefEBGeometry::FlatMeshSDF< T, Meta >
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 FlatMeshSDF &a_other)=defaultEBGeometry::FlatMeshSDF< T, Meta >
operator=(FlatMeshSDF &&a_other) noexcept=defaultEBGeometry::FlatMeshSDF< T, Meta >
signedDistance(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::FlatMeshSDF< T, Meta >virtual
SignedDistanceFunction()=defaultEBGeometry::SignedDistanceFunction< T >
value(const Vec3T< T > &a_point) const noexcept finalEBGeometry::SignedDistanceFunction< T >virtual
~FlatMeshSDF() override=defaultEBGeometry::FlatMeshSDF< T, Meta >
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual
~SignedDistanceFunction() override=defaultEBGeometry::SignedDistanceFunction< T >