EBGeometry
Compact, header-only C++ library for fast evaluation of signed distance functions
Loading...
Searching...
No Matches
EBGeometry::RoundedBoxSDF< T > Member List

This is the complete list of members for EBGeometry::RoundedBoxSDF< 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) constEBGeometry::ImplicitFunction< T >inline
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_dimensionsEBGeometry::RoundedBoxSDF< T >protected
m_sphereEBGeometry::RoundedBoxSDF< T >protected
normal(const Vec3T< T > &a_point, const T &a_delta) const noexceptEBGeometry::SignedDistanceFunction< T >inlinevirtual
operator()(const Vec3T< T > &a_point) const noexceptEBGeometry::ImplicitFunction< T >
operator=(const RoundedBoxSDF &)=defaultEBGeometry::RoundedBoxSDF< T >
operator=(RoundedBoxSDF &&)=defaultEBGeometry::RoundedBoxSDF< T >
RoundedBoxSDF()=defaultEBGeometry::RoundedBoxSDF< T >
RoundedBoxSDF(const Vec3T< T > &a_dimensions, const T a_curvature) noexceptEBGeometry::RoundedBoxSDF< T >inline
RoundedBoxSDF(const RoundedBoxSDF &)=defaultEBGeometry::RoundedBoxSDF< T >
RoundedBoxSDF(RoundedBoxSDF &&)=defaultEBGeometry::RoundedBoxSDF< T >
signedDistance(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::RoundedBoxSDF< T >inlinevirtual
SignedDistanceFunction()=defaultEBGeometry::SignedDistanceFunction< T >
value(const Vec3T< T > &a_point) const noexcept finalEBGeometry::SignedDistanceFunction< T >virtual
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual
~RoundedBoxSDF() override=defaultEBGeometry::RoundedBoxSDF< T >
~SignedDistanceFunction() override=defaultEBGeometry::SignedDistanceFunction< T >