ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
contourwidgetobserver.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 <vtkSmartPointer.h>
11 
12 #include "abstractwidgetobserver.h"
13 
14 class vtkPolyData;
15 namespace VtkUtils {
16 
18  : public AbstractWidgetObserver {
19  Q_OBJECT
20 public:
21  explicit ContourWidgetObserver(QObject* parent = nullptr);
22 
23 signals:
24  void dataChanged(vtkPolyData* data);
25 
26 protected:
27  void Execute(vtkObject* caller, unsigned long eventId, void* callData);
28 
30 };
31 
32 } // namespace VtkUtils
static bool Execute(PointStream< Real > &pointStream, PoissonReconLib::IMesh< Real > &out_mesh, const PoissonReconLib::Parameters &params, UIntPack< FEMSigs... >)
#define signals
vtkSmartPointer< vtkPolyData > m_polyData
void dataChanged(vtkPolyData *data)
GraphType data
Definition: graph_cut.cc:138
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15