BornAgain  1.19.79
Simulate and fit neutron and x-ray scattering at grazing incidence
JobFunctions.h File Reference

Description

Defines auxiliary functions in namespace GUI::Model::JobModelFunctions.

Homepage:\n http://www.bornagainproject.org
License:\n GNU General Public License v3 or higher (see COPYING)
Authors
Scientific Computing Group at MLZ (see CITATION, AUTHORS)

Definition in file JobFunctions.h.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 GUI
 
 GUI::Model
 
 GUI::Model::JobFunctions
 Contains set of functions to extend JobModel functionality. Handles setup of JobItem in fitting context.
 

Functions

void GUI::Model::JobFunctions::copyRealDataItem (JobItem *jobItem, const RealDataItem *realDataItem)
 Copy RealDataItem to jobItem intended for fitting. More...
 
void GUI::Model::JobFunctions::initDataView (JobItem *job_item)
 Initializes Data1DViewItem and assigns it to the passed JobItem. More...
 
void GUI::Model::JobFunctions::setupJobItemForFit (JobItem *jobItem, const RealDataItem *realDataItem)
 Setups JobItem for fit. More...
 
void GUI::Model::JobFunctions::setupJobItemInstrument (JobItem *jobItem, const InstrumentItem *from)
 Properly copies instrument into job item. More...
 
void GUI::Model::JobFunctions::setupJobItemOutput (JobItem *jobItem)
 Setup items intended for storing results of the job. More...