EBGeometry
1.0
|
This is the complete list of members for SphereSDF< 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 noexcept | ImplicitFunction< T > | inline |
getCenter() const noexcept | SphereSDF< T > | inline |
getCenter() noexcept | SphereSDF< T > | inline |
getRadius() const noexcept | SphereSDF< T > | inline |
getRadius() noexcept | SphereSDF< T > | inline |
ImplicitFunction()=default | ImplicitFunction< T > | |
m_center | SphereSDF< T > | protected |
m_radius | SphereSDF< T > | protected |
normal(const Vec3T< T > &a_point, const T &a_delta) const noexcept | SignedDistanceFunction< T > | inlinevirtual |
operator()(const Vec3T< T > &a_point) const noexcept | ImplicitFunction< T > | |
signedDistance(const Vec3T< T > &a_point) const noexcept override | SphereSDF< T > | inlinevirtual |
SignedDistanceFunction()=default | SignedDistanceFunction< T > | |
SphereSDF()=delete | SphereSDF< T > | |
SphereSDF(const Vec3T< T > &a_center, const T &a_radius) noexcept | SphereSDF< T > | inline |
SphereSDF(const SphereSDF &a_other) noexcept | SphereSDF< T > | inline |
value(const Vec3T< T > &a_point) const noexcept override final | SignedDistanceFunction< T > | virtual |
~ImplicitFunction()=default | ImplicitFunction< T > | virtual |
~SignedDistanceFunction()=default | SignedDistanceFunction< T > | virtual |
~SphereSDF() noexcept=default | SphereSDF< T > | virtual |