ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ml.cpp
Go to the documentation of this file.
1 // ----------------------------------------------------------------------------
2 // - CloudViewer: www.cloudViewer.org -
3 // ----------------------------------------------------------------------------
4 // Copyright (c) 2018-2024 www.cloudViewer.org
5 // SPDX-License-Identifier: MIT
6 // ----------------------------------------------------------------------------
7 
8 #include "pybind/ml/ml.h"
9 
12 
13 namespace cloudViewer {
14 namespace ml {
15 
16 void pybind_ml(py::module &m) {
17  py::module m_ml = m.def_submodule("ml");
19 }
20 
21 } // namespace ml
22 } // namespace cloudViewer
void pybind_contrib(py::module &m)
Definition: contrib.cpp:18
void pybind_ml(py::module &m)
Definition: ml.cpp:16
Generic file read and write utility for python interface.