ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
qVoxFallProcess.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 // Local
11 #include "qVoxFallDialog.h"
12 
13 // DB
14 #include <ecvPointCloud.h>
15 
17 
19 
24 public:
25  static bool Compute(const qVoxFallDialog& dlg,
26  QString& errorMessage,
27  bool allowDialogs,
28  QWidget* parentWidget = nullptr,
29  ecvMainAppInterface* app = nullptr);
30 };
Main application interface (for plugins)
VOXFALL plugin's main dialog.
VoxFall process.
static bool Compute(const qVoxFallDialog &dlg, QString &errorMessage, bool allowDialogs, QWidget *parentWidget=nullptr, ecvMainAppInterface *app=nullptr)