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

This is the complete list of members for EBGeometry::SmoothIntersectionIF< 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
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_implicitFunctionsEBGeometry::SmoothIntersectionIF< T >protected
m_smoothLenEBGeometry::SmoothIntersectionIF< T >protected
m_smoothMaxEBGeometry::SmoothIntersectionIF< T >protected
operator()(const Vec3T< T > &a_point) const noexceptEBGeometry::ImplicitFunction< T >
SmoothIntersectionIF()=deleteEBGeometry::SmoothIntersectionIF< T >
SmoothIntersectionIF(const std::shared_ptr< ImplicitFunction< T > > &a_implicitFunctionA, const std::shared_ptr< ImplicitFunction< T > > &a_implicitFunctionB, const T a_smoothLen, const std::function< T(const T &a, const T &b, const T &s)> &a_smoothMax=SmoothMax< T >) noexceptEBGeometry::SmoothIntersectionIF< T >
SmoothIntersectionIF(const std::vector< std::shared_ptr< ImplicitFunction< T > > > &a_implicitFunctions, const T a_smoothLen, const std::function< T(const T &a, const T &b, const T &s)> &a_smoothMax=SmoothMax< T >) noexceptEBGeometry::SmoothIntersectionIF< T >
value(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::SmoothIntersectionIF< T >virtual
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual
~SmoothIntersectionIF() override=defaultEBGeometry::SmoothIntersectionIF< T >