Loading...
Searching...
No Matches
LevelSetUtils.hpp File Reference
#include <Core/Utils/LevelSetUtils-Impl.hpp>Go to the source code of this file.
Namespaces | |
| namespace | CubbyFlow |
Functions | |
| template<typename T > | |
| bool | CubbyFlow::IsInsideSDF (T phi) |
Returns true if phi is inside the implicit surface (< 0). | |
| template<typename T > | |
| T | CubbyFlow::SmearedHeavisideSDF (T phi) |
| Returns smeared Heaviside function. | |
| template<typename T > | |
| T | CubbyFlow::SmearedDeltaSDF (T phi) |
| Returns smeared delta function. | |
| template<typename T > | |
| T | CubbyFlow::FractionInsideSDF (T phi0, T phi1) |
| Returns the fraction occupied by the implicit surface. | |
| template<typename T > | |
| T | CubbyFlow::FractionInside (T phiBottomLeft, T phiBottomRight, T phiTopLeft, T phiTopRight) |
| Returns the fraction occupied by the implicit surface. | |
1.9.8