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