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

This is the complete list of members for EBGeometry::PlaneSDF< 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_normalEBGeometry::PlaneSDF< T >protected
m_pointEBGeometry::PlaneSDF< 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 PlaneSDF &)=defaultEBGeometry::PlaneSDF< T >
operator=(PlaneSDF &&)=defaultEBGeometry::PlaneSDF< T >
PlaneSDF()=defaultEBGeometry::PlaneSDF< T >
PlaneSDF(const Vec3T< T > &a_point, const Vec3T< T > &a_normal) noexceptEBGeometry::PlaneSDF< T >inline
PlaneSDF(const PlaneSDF &)=defaultEBGeometry::PlaneSDF< T >
PlaneSDF(PlaneSDF &&)=defaultEBGeometry::PlaneSDF< T >
signedDistance(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::PlaneSDF< T >inlinevirtual
SignedDistanceFunction()=defaultEBGeometry::SignedDistanceFunction< T >
value(const Vec3T< T > &a_point) const noexcept finalEBGeometry::SignedDistanceFunction< T >virtual
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual
~PlaneSDF() override=defaultEBGeometry::PlaneSDF< T >
~SignedDistanceFunction() override=defaultEBGeometry::SignedDistanceFunction< T >