ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
pipelines.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/t/pipelines/pipelines.h
"
9
10
#include "
pybind/cloudViewer_pybind.h
"
11
#include "
pybind/t/pipelines/odometry/odometry.h
"
12
#include "
pybind/t/pipelines/registration/registration.h
"
13
#include "
pybind/t/pipelines/slac/slac.h
"
14
#include "
pybind/t/pipelines/slam/slam.h
"
15
16
namespace
cloudViewer
{
17
namespace
t {
18
namespace
pipelines {
19
20
void
pybind_pipelines
(py::module& m) {
21
py::module m_pipelines = m.def_submodule(
22
"pipelines"
,
"Tensor-based geometry processing pipelines."
);
23
odometry::pybind_odometry
(m_pipelines);
24
registration::pybind_registration
(m_pipelines);
25
slac::pybind_slac
(m_pipelines);
26
slam::pybind_slam
(m_pipelines);
27
}
28
29
}
// namespace pipelines
30
}
// namespace t
31
}
// namespace cloudViewer
cloudViewer_pybind.h
cloudViewer::t::pipelines::odometry::pybind_odometry
void pybind_odometry(py::module &m)
Definition:
odometry.cpp:80
cloudViewer::t::pipelines::registration::pybind_registration
void pybind_registration(py::module &m)
Definition:
registration.cpp:452
cloudViewer::t::pipelines::slac::pybind_slac
void pybind_slac(py::module &m)
Definition:
slac.cpp:35
cloudViewer::t::pipelines::slam::pybind_slam
void pybind_slam(py::module &m)
Definition:
slam.cpp:57
cloudViewer::t::pipelines::pybind_pipelines
void pybind_pipelines(py::module &m)
Definition:
pipelines.cpp:20
cloudViewer
Generic file read and write utility for python interface.
Definition:
AutoSegmentationTools.h:16
slac.h
slam.h
odometry.h
pipelines.h
registration.h
libs
Python
pybind
t
pipelines
pipelines.cpp
Generated on Wed Jan 28 2026 09:00:58 for ACloudViewer by
1.9.1