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

This is the complete list of members for EBGeometry::CapsuleSDF< T >, 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
CapsuleSDF()=defaultEBGeometry::CapsuleSDF< T >
CapsuleSDF(const Vec3T< T > &a_tip1, const Vec3T< T > &a_tip2, const T &a_radius) noexceptEBGeometry::CapsuleSDF< T >inline
CapsuleSDF(const CapsuleSDF &)=defaultEBGeometry::CapsuleSDF< T >
CapsuleSDF(CapsuleSDF &&)=defaultEBGeometry::CapsuleSDF< T >
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_center1EBGeometry::CapsuleSDF< T >protected
m_center2EBGeometry::CapsuleSDF< T >protected
m_radiusEBGeometry::CapsuleSDF< T >protected
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 CapsuleSDF &)=defaultEBGeometry::CapsuleSDF< T >
operator=(CapsuleSDF &&)=defaultEBGeometry::CapsuleSDF< T >
signedDistance(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::CapsuleSDF< T >inlinevirtual
SignedDistanceFunction()=defaultEBGeometry::SignedDistanceFunction< T >
value(const Vec3T< T > &a_point) const noexcept finalEBGeometry::SignedDistanceFunction< T >virtual
~CapsuleSDF() override=defaultEBGeometry::CapsuleSDF< T >
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual
~SignedDistanceFunction() override=defaultEBGeometry::SignedDistanceFunction< T >