ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
linewidgetobserver.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 class vtkLineWidget;
13 
14 namespace VtkUtils {
15 
17  Q_OBJECT
18 public:
19  explicit LineWidgetObserver(QObject* parent = 0);
20 
21 signals:
22  void pointsChanged(double* point1, double* point2);
23 
24 protected:
25  void Execute(vtkObject* caller, unsigned long eventId, void*);
26 };
27 
28 } // namespace VtkUtils
static bool Execute(PointStream< Real > &pointStream, PoissonReconLib::IMesh< Real > &out_mesh, const PoissonReconLib::Parameters &params, UIntPack< FEMSigs... >)
#define signals
void pointsChanged(double *point1, double *point2)
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15