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

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