ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
implicitplanewidgetobserver.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  : public AbstractWidgetObserver {
16  Q_OBJECT
17 public:
18  explicit ImplicitPlaneWidgetObserver(QObject* parent = nullptr);
19 
20 signals:
21  void originChanged(double* origin);
22  void normalChanged(double* normal);
23 
24 protected:
25  void Execute(vtkObject* caller, unsigned long eventId, void* callData);
26 };
27 
28 } // namespace VtkUtils
double normal[3]
static bool Execute(PointStream< Real > &pointStream, PoissonReconLib::IMesh< Real > &out_mesh, const PoissonReconLib::Parameters &params, UIntPack< FEMSigs... >)
#define signals
Eigen::Vector3d origin
Definition: VoxelGridIO.cpp:26
#define QPCL_ENGINE_LIB_API
Definition: qPCL.h:15