|
| MollifyIF ()=delete |
| Disallowed weak construction.
|
|
| MollifyIF (const std::shared_ptr< ImplicitFunction< T >> &a_implicitFunction, const std::shared_ptr< ImplicitFunction< T >> &a_mollifier, const T a_maxValue, const size_t a_numPoints) noexcept |
| Full constructor. More...
|
|
virtual | ~MollifyIF () noexcept |
| Destructor.
|
|
virtual T | value (const Vec3T< T > &a_point) const noexcept override |
| Value function. More...
|
|
| ImplicitFunction ()=default |
| Disallowed, use the full constructor.
|
|
virtual | ~ImplicitFunction ()=default |
| Destructor (does nothing)
|
|
T | operator() (const Vec3T< T > &a_point) const noexcept |
| Alternative signature for the value function. More...
|
|
template<class BV > |
BV | approximateBoundingVolumeOctree (const Vec3T< T > &a_initialLowCorner, const Vec3T< T > &a_initialHighCorner, const unsigned int a_maxTreeDepth, const T &a_safety=0.0) const noexcept |
| Compute an approximation to the bounding volume for the implicit surface, using octrees. More...
|
|
template<class T>
class MollifyIF< T >
Mollified implicit function.