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

This is the complete list of members for EBGeometry::ComplementIF< 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
ComplementIF()=deleteEBGeometry::ComplementIF< T >
ComplementIF(const ComplementIF &a_other) noexcept=defaultEBGeometry::ComplementIF< T >
ComplementIF(ComplementIF &&a_other) noexcept=defaultEBGeometry::ComplementIF< T >
ComplementIF(const std::shared_ptr< ImplicitFunction< T > > &a_implicitFunction) noexceptEBGeometry::ComplementIF< T >
ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >
m_implicitFunctionEBGeometry::ComplementIF< T >protected
operator()(const Vec3T< T > &a_point) const noexceptEBGeometry::ImplicitFunction< T >
operator=(const ComplementIF &a_other) noexcept=defaultEBGeometry::ComplementIF< T >
operator=(ComplementIF &&a_other) noexcept=defaultEBGeometry::ComplementIF< T >
value(const Vec3T< T > &a_point) const noexcept overrideEBGeometry::ComplementIF< T >virtual
~ComplementIF() override=defaultEBGeometry::ComplementIF< T >
~ImplicitFunction()=defaultEBGeometry::ImplicitFunction< T >virtual