|
EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
|
This is the complete list of members for EBGeometry::MollifyIF< 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_implicitFunction | EBGeometry::MollifyIF< T > | protected |
| m_mollifier | EBGeometry::MollifyIF< T > | protected |
| m_sampledMollifier | EBGeometry::MollifyIF< T > | protected |
| MollifyIF()=delete | EBGeometry::MollifyIF< T > | |
| MollifyIF(const MollifyIF &a_other)=default | EBGeometry::MollifyIF< T > | |
| MollifyIF(MollifyIF &&a_other) noexcept=default | EBGeometry::MollifyIF< T > | |
| MollifyIF(const std::shared_ptr< ImplicitFunction< T > > &a_implicitFunction, const std::shared_ptr< ImplicitFunction< T > > &a_mollifier, const T a_maxValue, const size_t a_numPoints) noexcept | EBGeometry::MollifyIF< T > | |
| operator()(const Vec3T< T > &a_point) const noexcept | EBGeometry::ImplicitFunction< T > | |
| operator=(const MollifyIF &a_other)=default | EBGeometry::MollifyIF< T > | |
| operator=(MollifyIF &&a_other) noexcept=default | EBGeometry::MollifyIF< T > | |
| value(const Vec3T< T > &a_point) const noexcept override | EBGeometry::MollifyIF< T > | virtual |
| ~ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | virtual |
| ~MollifyIF() override=default | EBGeometry::MollifyIF< T > |