ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
sliderwidgetobserver.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 SliderWidgetObserver(QObject* parent = nullptr);
18 
19 signals:
20  void valueChanged(double value);
21 
22 protected:
23  void Execute(vtkObject* caller, unsigned long eventId, void* callData);
24 };
25 
26 } // namespace VtkUtils
static bool Execute(PointStream< Real > &pointStream, PoissonReconLib::IMesh< Real > &out_mesh, const PoissonReconLib::Parameters &params, UIntPack< FEMSigs... >)
#define signals
void valueChanged(double value)
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15