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 
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
static bool Execute(PointStream< Real > &pointStream, PoissonReconLib::IMesh< Real > &out_mesh, const PoissonReconLib::Parameters &params, UIntPack< FEMSigs... >)
#define signals
void centerChanged(double *center)
void radiusChanged(double radius)
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15