Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
IFunction.cpp File Reference
#include "MantidAPI/IFunction.h"
#include "MantidAPI/Axis.h"
#include "MantidAPI/ConstraintFactory.h"
#include "MantidAPI/Expression.h"
#include "MantidAPI/FunctionFactory.h"
#include "MantidAPI/IConstraint.h"
#include "MantidAPI/IFunctionWithLocation.h"
#include "MantidAPI/Jacobian.h"
#include "MantidAPI/MatrixWorkspace.h"
#include "MantidAPI/MultiDomainFunction.h"
#include "MantidAPI/ParameterTie.h"
#include "MantidAPI/SpectrumInfo.h"
#include "MantidGeometry/Instrument.h"
#include "MantidGeometry/Instrument/Component.h"
#include "MantidGeometry/Instrument/DetectorGroup.h"
#include "MantidGeometry/Instrument/DetectorInfo.h"
#include "MantidGeometry/Instrument/FitParameter.h"
#include "MantidGeometry/Instrument/ParameterMap.h"
#include "MantidGeometry/muParser_Silent.h"
#include "MantidKernel/Exception.h"
#include "MantidKernel/IPropertyManager.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/MultiThreaded.h"
#include "MantidKernel/ProgressBase.h"
#include "MantidKernel/Strings.h"
#include "MantidKernel/UnitFactory.h"
#include "MantidKernel/UsageService.h"
#include <boost/lexical_cast.hpp>
#include "MantidKernel/StringTokenizer.h"
#include <algorithm>
#include <limits>
#include <sstream>
#include <utility>

Go to the source code of this file.

Classes

class  Mantid::API::ReferenceEqual
 Used to find ParameterTie for a parameter i. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::API
 

Functions

std::ostream & Mantid::API::operator<< (std::ostream &ostr, const IFunction &f)
 Operator <<. More...
 

Variable Documentation

◆ left

size_t left

Definition at line 71 of file IFunction.cpp.

◆ m_quoteString

bool m_quoteString
private

Flag to quote a string value returned.

Definition at line 648 of file IFunction.cpp.

◆ m_validator

Kernel::IValidator_sptr m_validator
mutableprivate

◆ m_value

std::string m_value
mutableprivate

the value as a string

Definition at line 963 of file IFunction.cpp.

◆ right

std::vector<size_t> right

Definition at line 73 of file IFunction.cpp.