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
10
#include "
pybind/cloudViewer_pybind.h
"
11
#include "
pybind/ml/contrib/contrib.h
"
12
13
namespace
cloudViewer
{
14
namespace
ml {
15
16
void
pybind_ml
(py::module &m) {
17
py::module m_ml = m.def_submodule(
"ml"
);
18
contrib::pybind_contrib
(m_ml);
19
}
20
21
}
// namespace ml
22
}
// namespace cloudViewer
cloudViewer_pybind.h
contrib.h
ml.h
cloudViewer::ml::contrib::pybind_contrib
void pybind_contrib(py::module &m)
Definition:
contrib.cpp:18
cloudViewer::ml::pybind_ml
void pybind_ml(py::module &m)
Definition:
ml.cpp:16
cloudViewer
Generic file read and write utility for python interface.
Definition:
AutoSegmentationTools.h:16
libs
Python
pybind
ml
ml.cpp
Generated on Wed Jan 28 2026 09:00:58 for ACloudViewer by
1.9.1