ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
ccGenericPointCloud.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.h>
10
#include <pybind11/stl_bind.h>
11
12
#include <
ecvGenericPointCloud.h
>
13
14
namespace
py
=
pybind11
;
15
using namespace
pybind11::literals;
16
17
void
define_ccGenericPointCloud
(py::module &m)
18
{
19
py::class_<ccGenericPointCloud, ccShiftedObject, cloudViewer::GenericIndexedCloudPersist>(
20
m,
"ccGenericPointCloud"
)
21
.def(
"clone"
,
22
&
ccGenericPointCloud::clone
,
23
"desttClous"
_a =
nullptr
,
24
"ignoreChildren"
_a =
false
)
25
.def(
"clear"
, &
ccGenericPointCloud::clear
);
26
}
define_ccGenericPointCloud
void define_ccGenericPointCloud(py::module &m)
Definition:
ccGenericPointCloud.cpp:17
ccGenericPointCloud::clone
virtual ccGenericPointCloud * clone(ccGenericPointCloud *destCloud=nullptr, bool ignoreChildren=false)=0
Clones this entity.
ccGenericPointCloud::clear
virtual void clear()
Clears the entity from all its points and features.
ecvGenericPointCloud.h
pybind11
Definition:
cloudViewer_pybind.h:95
plugins
core
Standard
qPythonRuntime
wrapper
pycc
src
qcc_db
ccGenericPointCloud.cpp
Generated on Wed Jan 28 2026 09:01:08 for ACloudViewer by
1.9.1