Skip to content

Commit 1402655

Browse files
committed
define inside python module
1 parent 34abf60 commit 1402655

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bindings/python/src/mesh/mesh.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ namespace geode
8080
void define_geometrical_operations_on_mesh( pybind11::module& );
8181
void define_gradient_computation( pybind11::module& module );
8282
void define_mesh_crs_helper( pybind11::module& );
83+
void define_rasterize( pybind11::module& );
8384

8485
void define_vertex_set_io( pybind11::module& );
8586
void define_graph_io( pybind11::module& );
@@ -162,6 +163,7 @@ PYBIND11_MODULE( opengeode_py_mesh, module )
162163
geode::define_geometrical_operations_on_mesh( module );
163164
geode::define_gradient_computation( module );
164165
geode::define_mesh_crs_helper( module );
166+
geode::define_rasterize( module );
165167

166168
geode::define_vertex_set_io( module );
167169
geode::define_graph_io( module );

0 commit comments

Comments
 (0)