ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
MLSSmoothingUpsampling.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 "BasePclModule.h"
11 
12 class MLSDialog;
13 
14 namespace PCLModules {
15 struct MLSParameters;
16 }
17 
19 public:
21  virtual ~MLSSmoothingUpsampling();
22 
23 protected:
24  // inherited from BasePclModule
25  int openInputDialog();
26  int compute();
28 
31  PCLModules::MLSParameters*
32  m_parameters; // We directly store all the parameters here
33 };
Base abstract class for each implemented PCL filter.
Definition: BasePclModule.h:53
void getParametersFromDialog()
Collects parameters from the filter dialog (if openDialog is successful)
PCLModules::MLSParameters * m_parameters
int compute()
Performs the actual filter job.