ImplicitSurfaceSet.hpp File Reference
#include <Core/Array/Array.hpp>
#include <Core/Geometry/BVH.hpp>
#include <Core/Geometry/ImplicitSurface.hpp>
Go to the source code of this file.
Classes | |
class | CubbyFlow::ImplicitSurfaceSet< N > |
N-D implicit surface set. More... | |
class | CubbyFlow::ImplicitSurfaceSet< N >::Builder |
Front-end to create ImplicitSurfaceSet objects step by step. More... | |
Namespaces | |
CubbyFlow | |
Typedefs | |
using | CubbyFlow::ImplicitSurfaceSet2 = ImplicitSurfaceSet< 2 > |
2-D ImplicitSurfaceSet type. More... | |
using | CubbyFlow::ImplicitSurfaceSet3 = ImplicitSurfaceSet< 3 > |
3-D ImplicitSurfaceSet type. More... | |
using | CubbyFlow::ImplicitSurfaceSet2Ptr = std::shared_ptr< ImplicitSurfaceSet2 > |
Shared pointer type for the ImplicitSurfaceSet2. More... | |
using | CubbyFlow::ImplicitSurfaceSet3Ptr = std::shared_ptr< ImplicitSurfaceSet3 > |
Shared pointer type for the ImplicitSurfaceSet3. More... | |