CustomImplicitSurface.hpp File Reference
#include <Core/Geometry/ImplicitSurface.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::CustomImplicitSurface< N > |
Custom N-D implicit surface using arbitrary function. More... | |
class | CubbyFlow::CustomImplicitSurface< N >::Builder |
Front-end to create CustomImplicitSurface objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::CustomImplicitSurface2 = CustomImplicitSurface< 2 > |
2-D CustomImplicitSurface type. More... | |
using | CubbyFlow::CustomImplicitSurface3 = CustomImplicitSurface< 3 > |
3-D CustomImplicitSurface type. More... | |
using | CubbyFlow::CustomImplicitSurface2Ptr = std::shared_ptr< CustomImplicitSurface2 > |
Shared pointer type for the CustomImplicitSurface2. More... | |
using | CubbyFlow::CustomImplicitSurface3Ptr = std::shared_ptr< CustomImplicitSurface3 > |
Shared pointer type for the CustomImplicitSurface3. More... | |