![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog for generic interpolation algorithms. More...
#include <ecvInterpolationDlg.h>


Public Member Functions | |
| ccInterpolationDlg (QWidget *parent=0) | |
| Default constructor. More... | |
| ccPointCloudInterpolator::Parameters::Method | getInterpolationMethod () const |
| void | setInterpolationMethod (ccPointCloudInterpolator::Parameters::Method method) |
| ccPointCloudInterpolator::Parameters::Algo | getInterpolationAlgorithm () const |
| void | setInterpolationAlgorithm (ccPointCloudInterpolator::Parameters::Algo algo) |
Protected Slots | |
| void | onRadiusUpdated (double) |
Dialog for generic interpolation algorithms.
Definition at line 16 of file ecvInterpolationDlg.h.
|
explicit |
Default constructor.
Definition at line 13 of file ecvInterpolationDlg.cpp.
References onRadiusUpdated().
| ccPointCloudInterpolator::Parameters::Algo ccInterpolationDlg::getInterpolationAlgorithm | ( | ) | const |
Definition at line 54 of file ecvInterpolationDlg.cpp.
References ccPointCloudInterpolator::Parameters::AVERAGE, ccPointCloudInterpolator::Parameters::MEDIAN, and ccPointCloudInterpolator::Parameters::NORMAL_DIST.
Referenced by ccEntityAction::interpolateSFs().
| ccPointCloudInterpolator::Parameters::Method ccInterpolationDlg::getInterpolationMethod | ( | ) | const |
Definition at line 24 of file ecvInterpolationDlg.cpp.
References ccPointCloudInterpolator::Parameters::K_NEAREST_NEIGHBORS, ccPointCloudInterpolator::Parameters::NEAREST_NEIGHBOR, and ccPointCloudInterpolator::Parameters::RADIUS.
Referenced by ccEntityAction::interpolateSFs().
|
protectedslot |
Definition at line 83 of file ecvInterpolationDlg.cpp.
Referenced by ccInterpolationDlg().
| void ccInterpolationDlg::setInterpolationAlgorithm | ( | ccPointCloudInterpolator::Parameters::Algo | algo | ) |
Definition at line 66 of file ecvInterpolationDlg.cpp.
References ccPointCloudInterpolator::Parameters::AVERAGE, ccPointCloudInterpolator::Parameters::MEDIAN, and ccPointCloudInterpolator::Parameters::NORMAL_DIST.
Referenced by ccEntityAction::interpolateSFs().
| void ccInterpolationDlg::setInterpolationMethod | ( | ccPointCloudInterpolator::Parameters::Method | method | ) |
Definition at line 36 of file ecvInterpolationDlg.cpp.
References ccPointCloudInterpolator::Parameters::K_NEAREST_NEIGHBORS, ccPointCloudInterpolator::Parameters::NEAREST_NEIGHBOR, and ccPointCloudInterpolator::Parameters::RADIUS.
Referenced by ccEntityAction::interpolateSFs().