ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
ccStatisticalTestDlg Class Reference

Dialog for the Local Statistical Test tool. More...

#include <ecvStatisticalTestDlg.h>

Inheritance diagram for ccStatisticalTestDlg:
Collaboration diagram for ccStatisticalTestDlg:

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...
 

Detailed Description

Dialog for the Local Statistical Test tool.

Definition at line 13 of file ecvStatisticalTestDlg.h.

Constructor & Destructor Documentation

◆ ccStatisticalTestDlg()

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.

Member Function Documentation

◆ getNeighborsNumber()

int ccStatisticalTestDlg::getNeighborsNumber ( ) const

Returns the number of neighbors.

Definition at line 44 of file ecvStatisticalTestDlg.cpp.

Referenced by ccEntityAction::statisticalTest().

◆ getParam1()

double ccStatisticalTestDlg::getParam1 ( ) const

Returns 1st parameter value.

Definition at line 32 of file ecvStatisticalTestDlg.cpp.

Referenced by ccEntityAction::statisticalTest().

◆ getParam2()

double ccStatisticalTestDlg::getParam2 ( ) const

Returns 2nd parameter value.

Definition at line 36 of file ecvStatisticalTestDlg.cpp.

Referenced by ccEntityAction::statisticalTest().

◆ getParam3()

double ccStatisticalTestDlg::getParam3 ( ) const

Returns 3rd parameter value.

Definition at line 40 of file ecvStatisticalTestDlg.cpp.

Referenced by ccEntityAction::statisticalTest().

◆ getProba()

double ccStatisticalTestDlg::getProba ( ) const

Returns the associated probability.

Definition at line 48 of file ecvStatisticalTestDlg.cpp.

Referenced by ccEntityAction::statisticalTest().


The documentation for this class was generated from the following files: