Tomato
TomatoApi.h File Reference
#include "CmakeConfigForTomato.h"
#include "tomatolib_export.h"
#include "OxCalculator.h"
#include "OxCalculatorT1WithSignCheck.h"
#include "OxFitter.h"
#include "OxModel.h"
#include "OxModelT1TwoParam.h"
#include "OxModelT1ThreeParam.h"
#include "OxSignCalculator.h"
#include "OxSignCalculatorNoSign.h"
#include "OxSignCalculatorRealImag.h"
#include "OxStartPointCalculatorBasic.h"
#include "OxFactoryOfCalculators.h"
#include "OxFactoryOfFitters.h"
#include "OxFactoryOfModels.h"
#include "OxFactoryOfSignCalculators.h"
#include "OxFactoryOfStartPointCalculators.h"
#include "OxImageCalculator.h"
#include "TomatoOnePixel.h"
Include dependency graph for TomatoApi.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template std::map< std::string, double > TOMATOLIB_EXPORT Ox::calculateOnePixel (TomatoOptions< double > opts)
 

Variables

template class TOMATOLIB_EXPORT Ox::Calculator< double >
 
template class TOMATOLIB_EXPORT Ox::CalculatorT1WithSignCheck< double >
 
template class TOMATOLIB_EXPORT Ox::Fitter< double >
 
template class TOMATOLIB_EXPORT Ox::Model< double >
 
template class TOMATOLIB_EXPORT Ox::ModelT1TwoParam< double >
 
template class TOMATOLIB_EXPORT Ox::ModelT1ThreeParam< double >
 
template class TOMATOLIB_EXPORT Ox::SignCalculator< double >
 
template class TOMATOLIB_EXPORT Ox::SignCalculatorNoSign< double >
 
template class TOMATOLIB_EXPORT Ox::SignCalculatorRealImag< double >
 
template class TOMATOLIB_EXPORT Ox::StartPointCalculator< double >
 
template class TOMATOLIB_EXPORT Ox::StartPointCalculatorBasic< double >
 
template class TOMATOLIB_EXPORT Ox::FactoryOfCalculators< double >
 
template class TOMATOLIB_EXPORT Ox::FactoryOfFitters< double >
 
template class TOMATOLIB_EXPORT Ox::FactoryOfModels< double >
 
template class TOMATOLIB_EXPORT Ox::FactoryOfSignCalculators< double >
 
template class TOMATOLIB_EXPORT Ox::FactoryOfStartPointCalculators< double >
 
template class TOMATOLIB_EXPORT Ox::TomatoOptions< double >
 
template class TOMATOLIB_EXPORT Ox::ImageCalculator< double >
 

Detailed Description

Author
Konrad Werys
Date
2019/01/15 This file is necessary to generate Tomato's dynamic library. Consider adding extern to the explicit instantiations For more details refer to http://mrkonrad.github.io/MRKonrad/CMakeDll https://github.com/MRKonrad/dllPlayground https://anteru.net/blog/2008/11/19/318/index.html