Stimfit  0.13.15
Public Member Functions

Non-linear regression settings dialog. More...

#include <fitseldlg.h>

Inheritance diagram for wxStfFitSelDlg:
Inheritance graph
[legend]
Collaboration diagram for wxStfFitSelDlg:
Collaboration graph
[legend]

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.

Definition at line 34 of file fitseldlg.h.


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:
parentPointer to parent window.
docPointer to the document the call originated from.
idWindow id.
titleDialog title.
posInitial position.
sizeInitial size.
styleDialog style.

Member Function Documentation

virtual void wxStfFitSelDlg::EndModal ( int  retCode) [virtual]

Called upon ending a modal dialog.

Parameters:
retCodeThe 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.

Definition at line 99 of file fitseldlg.h.

Vector_double wxStfFitSelDlg::GetInitP ( ) const [inline]

Get the initial parameters.

Returns:
A valarray containing the initial parameter set to start the fit.

Definition at line 104 of file fitseldlg.h.

Vector_double wxStfFitSelDlg::GetOpts ( ) const [inline]

Get options for the algorithm.

Returns:
A valarray containing the initial parameters for the algorithm.

Definition at line 109 of file fitseldlg.h.

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.

Definition at line 120 of file fitseldlg.h.

bool wxStfFitSelDlg::UseScaling ( ) const [inline]

Scale x- and y-amplitudes to 1.0 before fit.

Returns:
True if scaling should be used

Definition at line 114 of file fitseldlg.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines