File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments