|
EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
|
This is the complete list of members for EBGeometry::SmoothUnionIF< 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) const | EBGeometry::ImplicitFunction< T > | inline |
| ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | |
| m_implicitFunctions | EBGeometry::SmoothUnionIF< T > | protected |
| m_smoothLen | EBGeometry::SmoothUnionIF< T > | protected |
| m_smoothMin | EBGeometry::SmoothUnionIF< T > | protected |
| operator()(const Vec3T< T > &a_point) const noexcept | EBGeometry::ImplicitFunction< T > | |
| SmoothUnionIF()=delete | EBGeometry::SmoothUnionIF< T > | |
| SmoothUnionIF(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_smoothMin=SmoothMin< T >) | EBGeometry::SmoothUnionIF< T > | |
| value(const Vec3T< T > &a_point) const noexcept override | EBGeometry::SmoothUnionIF< T > | virtual |
| ~ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | virtual |
| ~SmoothUnionIF() override=default | EBGeometry::SmoothUnionIF< T > |