|
EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
|
This is the complete list of members for EBGeometry::BlurIF< 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 |
| BlurIF()=delete | EBGeometry::BlurIF< T > | |
| BlurIF(const BlurIF &a_other) noexcept=default | EBGeometry::BlurIF< T > | |
| BlurIF(BlurIF &&a_other) noexcept=default | EBGeometry::BlurIF< T > | |
| BlurIF(const std::shared_ptr< ImplicitFunction< T > > &a_implicitFunction, const T a_blurDistance, const T a_alpha=0.5) noexcept | EBGeometry::BlurIF< T > | |
| ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | |
| m_alpha | EBGeometry::BlurIF< T > | protected |
| m_blurDistance | EBGeometry::BlurIF< T > | protected |
| m_implicitFunction | EBGeometry::BlurIF< T > | protected |
| operator()(const Vec3T< T > &a_point) const noexcept | EBGeometry::ImplicitFunction< T > | |
| operator=(const BlurIF &a_other) noexcept=default | EBGeometry::BlurIF< T > | |
| operator=(BlurIF &&a_other) noexcept=default | EBGeometry::BlurIF< T > | |
| value(const Vec3T< T > &a_point) const noexcept override | EBGeometry::BlurIF< T > | virtual |
| ~BlurIF() override=default | EBGeometry::BlurIF< T > | |
| ~ImplicitFunction()=default | EBGeometry::ImplicitFunction< T > | virtual |