ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
kernel.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 "
core/kernel/Kernel.h
"
9
10
#include "
pybind/cloudViewer_pybind.h
"
11
#include "
pybind/core/core.h
"
12
#include "
pybind/docstring.h
"
13
14
namespace
cloudViewer
{
15
namespace
core {
16
17
void
pybind_core_kernel
(py::module &m) {
18
py::module m_kernel = m.def_submodule(
"kernel"
);
19
m_kernel.def(
"test_linalg_integration"
,
20
&
core::kernel::TestLinalgIntegration
);
21
}
22
23
}
// namespace core
24
}
// namespace cloudViewer
Kernel.h
cloudViewer_pybind.h
core.h
docstring.h
cloudViewer::core::kernel::TestLinalgIntegration
void TestLinalgIntegration()
Definition:
Kernel.cpp:21
cloudViewer::core::pybind_core_kernel
void pybind_core_kernel(py::module &m)
Definition:
kernel.cpp:17
cloudViewer
Generic file read and write utility for python interface.
Definition:
AutoSegmentationTools.h:16
libs
Python
pybind
core
kernel.cpp
Generated on Wed Jan 28 2026 09:00:58 for ACloudViewer by
1.9.1