ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
GenericOctree.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 <pybind11/pybind11.h>
9
#include <pybind11/stl_bind.h>
10
11
#include <
GenericOctree.h
>
12
13
namespace
py
=
pybind11
;
14
using namespace
pybind11::literals;
15
16
void
define_GenericOctree
(py::module &cccorelib)
17
{
18
py::class_<cloudViewer::GenericOctree>(cccorelib,
"GenericOctree"
);
19
}
define_GenericOctree
void define_GenericOctree(py::module &cccorelib)
Definition:
GenericOctree.cpp:16
GenericOctree.h
pybind11
Definition:
cloudViewer_pybind.h:95
plugins
core
Standard
qPythonRuntime
wrapper
cccorelib
src
GenericOctree.cpp
Generated on Wed Jan 28 2026 09:01:08 for ACloudViewer by
1.9.1