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