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