Jet  v1.3.3
triangle_mesh_to_sdf.h
Go to the documentation of this file.
1 // Copyright (c) 2019 Doyub Kim
2 //
3 // I am making my contributions/submissions to this project solely in my
4 // personal capacity and am not conveying any rights to any intellectual
5 // property of any third parties.
6 
7 #ifndef INCLUDE_JET_TRIANGLE_MESH_TO_SDF_H_
8 #define INCLUDE_JET_TRIANGLE_MESH_TO_SDF_H_
9 
10 #include <jet/scalar_grid3.h>
11 #include <jet/triangle_mesh3.h>
12 
13 namespace jet {
14 
29  const unsigned int exactBand = 1);
30 
31 } // namespace jet
32 
33 #endif // INCLUDE_JET_TRIANGLE_MESH_TO_SDF_H_
scalar_grid3.h
jet::TriangleMesh3
3-D triangle mesh geometry.
Definition: triangle_mesh3.h:28
jet
Definition: advection_solver2.h:18
triangle_mesh3.h
jet::ScalarGrid3
Abstract base class for 3-D scalar grid structure.
Definition: scalar_grid3.h:21
jet::triangleMeshToSdf
void triangleMeshToSdf(const TriangleMesh3 &mesh, ScalarGrid3 *sdf, const unsigned int exactBand=1)
Generates signed-distance field out of given triangle mesh.