Non-linear regression settings dialog.
More...
#include <fitseldlg.h>
List of all members.
Public Member Functions |
| | wxStfFitSelDlg (wxWindow *parent, wxStfDoc *doc, int id=wxID_ANY, wxString title=wxT("Non-linear regression"), wxPoint pos=wxDefaultPosition, wxSize size=wxDefaultSize, int style=wxCAPTION) |
| | Constructor.
|
| virtual void | EndModal (int retCode) |
| | Called upon ending a modal dialog.
|
| int | GetFSelect () const |
| | Get the selected fit function.
|
| Vector_double | GetInitP () const |
| | Get the initial parameters.
|
| Vector_double | GetOpts () const |
| | Get options for the algorithm.
|
| bool | UseScaling () const |
| | Scale x- and y-amplitudes to 1.0 before fit.
|
| void | SetNoInput (bool noInput_) |
| | Determines whether user-defined initial parameters are allowed.
|
Detailed Description
Non-linear regression settings dialog.
Constructor & Destructor Documentation
| wxStfFitSelDlg::wxStfFitSelDlg |
( |
wxWindow * |
parent, |
|
|
wxStfDoc * |
doc, |
|
|
int |
id = wxID_ANY, |
|
|
wxString |
title = wxT("Non-linear regression"), |
|
|
wxPoint |
pos = wxDefaultPosition, |
|
|
wxSize |
size = wxDefaultSize, |
|
|
int |
style = wxCAPTION |
|
) |
| |
Constructor.
- Parameters:
-
| parent | Pointer to parent window. |
| doc | Pointer to the document the call originated from. |
| id | Window id. |
| title | Dialog title. |
| pos | Initial position. |
| size | Initial size. |
| style | Dialog style. |
Member Function Documentation
| virtual void wxStfFitSelDlg::EndModal |
( |
int |
retCode | ) |
[virtual] |
Called upon ending a modal dialog.
- Parameters:
-
| retCode | The dialog button id that ended the dialog (e.g. wxID_OK) |
| int wxStfFitSelDlg::GetFSelect |
( |
| ) |
const [inline] |
Get the selected fit function.
- Returns:
- The index of the selected fit function.
| Vector_double wxStfFitSelDlg::GetInitP |
( |
| ) |
const [inline] |
Get the initial parameters.
- Returns:
- A valarray containing the initial parameter set to start the fit.
| Vector_double wxStfFitSelDlg::GetOpts |
( |
| ) |
const [inline] |
Get options for the algorithm.
- Returns:
- A valarray containing the initial parameters for the algorithm.
| void wxStfFitSelDlg::SetNoInput |
( |
bool |
noInput_ | ) |
[inline] |
Determines whether user-defined initial parameters are allowed.
- Parameters:
-
| noInput_ | Set to true if the user may set the initial parameters, false otherwise. Needed for batch analysis. |
| bool wxStfFitSelDlg::UseScaling |
( |
| ) |
const [inline] |
Scale x- and y-amplitudes to 1.0 before fit.
- Returns:
- True if scaling should be used
The documentation for this class was generated from the following file: