ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
spherewidgetobserver.h
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
#pragma once
9
10
#include "
abstractwidgetobserver.h
"
11
12
namespace
VtkUtils
{
13
14
class
QPCL_ENGINE_LIB_API
SphereWidgetObserver
:
public
AbstractWidgetObserver
{
15
Q_OBJECT
16
public
:
17
explicit
SphereWidgetObserver
(QObject* parent = 0);
18
19
signals
:
20
void
centerChanged
(
double
* center);
21
void
radiusChanged
(
double
radius);
22
23
protected
:
24
void
Execute
(vtkObject* caller,
unsigned
long
eventId,
void
* callData);
25
};
26
27
}
// namespace VtkUtils
Execute
static bool Execute(PointStream< Real > &pointStream, PoissonReconLib::IMesh< Real > &out_mesh, const PoissonReconLib::Parameters ¶ms, UIntPack< FEMSigs... >)
Definition:
PoissonReconLib.cpp:374
signals
#define signals
Definition:
PythonPlugin.cpp:26
abstractwidgetobserver.h
VtkUtils::AbstractWidgetObserver
Definition:
abstractwidgetobserver.h:20
VtkUtils::SphereWidgetObserver
Definition:
spherewidgetobserver.h:14
VtkUtils::SphereWidgetObserver::centerChanged
void centerChanged(double *center)
VtkUtils::SphereWidgetObserver::radiusChanged
void radiusChanged(double radius)
VtkUtils
Definition:
VtkMultiTextureRenderer.cpp:46
QPCL_ENGINE_LIB_API
#define QPCL_ENGINE_LIB_API
Definition:
qPCL.h:15
libs
PCLEngine
VtkUtils
spherewidgetobserver.h
Generated on Tue Feb 3 2026 07:12:29 for ACloudViewer by
1.9.1