ImplicitSurface.hpp File Reference
#include <Core/Geometry/Surface.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::ImplicitSurface< N > |
Abstract base class for N-D implicit surface. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ImplicitSurface2 = ImplicitSurface< 2 > |
2-D ImplicitSurface type. More... | |
using | CubbyFlow::ImplicitSurface3 = ImplicitSurface< 3 > |
3-D ImplicitSurface type. More... | |
using | CubbyFlow::ImplicitSurface2Ptr = std::shared_ptr< ImplicitSurface2 > |
Shared pointer type for the ImplicitSurface2. More... | |
using | CubbyFlow::ImplicitSurface3Ptr = std::shared_ptr< ImplicitSurface3 > |
Shared pointer type for the ImplicitSurface3. More... | |