![]() |
ACloudViewer
3.9.4
A Modern Library for 3D Data Processing
|
Dialog for the Local Statistical Test tool. More...
#include <ecvStatisticalTestDlg.h>


Public Member Functions | |
| ccStatisticalTestDlg (QString param1Label, QString param2Label, QString param3Label=QString(), QString windowTitle=QString(), QWidget *parent=0) | |
| Default constructor (for distributions with up to 3 parameters) More... | |
| double | getParam1 () const |
| Returns 1st parameter value. More... | |
| double | getParam2 () const |
| Returns 2nd parameter value. More... | |
| double | getParam3 () const |
| Returns 3rd parameter value. More... | |
| int | getNeighborsNumber () const |
| Returns the number of neighbors. More... | |
| double | getProba () const |
| Returns the associated probability. More... | |
Dialog for the Local Statistical Test tool.
Definition at line 13 of file ecvStatisticalTestDlg.h.
| ccStatisticalTestDlg::ccStatisticalTestDlg | ( | QString | param1Label, |
| QString | param2Label, | ||
| QString | param3Label = QString(), |
||
| QString | windowTitle = QString(), |
||
| QWidget * | parent = 0 |
||
| ) |
Default constructor (for distributions with up to 3 parameters)
Definition at line 10 of file ecvStatisticalTestDlg.cpp.
| int ccStatisticalTestDlg::getNeighborsNumber | ( | ) | const |
Returns the number of neighbors.
Definition at line 44 of file ecvStatisticalTestDlg.cpp.
Referenced by ccEntityAction::statisticalTest().
| double ccStatisticalTestDlg::getParam1 | ( | ) | const |
Returns 1st parameter value.
Definition at line 32 of file ecvStatisticalTestDlg.cpp.
Referenced by ccEntityAction::statisticalTest().
| double ccStatisticalTestDlg::getParam2 | ( | ) | const |
Returns 2nd parameter value.
Definition at line 36 of file ecvStatisticalTestDlg.cpp.
Referenced by ccEntityAction::statisticalTest().
| double ccStatisticalTestDlg::getParam3 | ( | ) | const |
Returns 3rd parameter value.
Definition at line 40 of file ecvStatisticalTestDlg.cpp.
Referenced by ccEntityAction::statisticalTest().
| double ccStatisticalTestDlg::getProba | ( | ) | const |
Returns the associated probability.
Definition at line 48 of file ecvStatisticalTestDlg.cpp.
Referenced by ccEntityAction::statisticalTest().