Mantid
|
#include "MantidAPI/CompositeFunction.h"
#include "MantidAPI/IPawleyFunction.h"
#include "MantidAPI/IPeakFunction.h"
#include "MantidAPI/MatrixWorkspace_fwd.h"
#include "MantidAPI/ParamFunction.h"
#include "MantidCurveFitting/DllConfig.h"
#include "MantidKernel/System.h"
#include "MantidGeometry/Crystal/PointGroup.h"
#include "MantidGeometry/Crystal/UnitCell.h"
Go to the source code of this file.
Classes | |
class | Mantid::CurveFitting::Functions::PawleyFunction |
The Pawley approach to obtain lattice parameters from a powder diffractogram works by placing peak profiles at d-values (which result from the lattice parameters and the Miller indices of each peak) and fitting the total profile to the recorded diffractogram. More... | |
class | Mantid::CurveFitting::Functions::PawleyParameterFunction |
This function is used internally by PawleyFunction to hold the unit cell parameters as well as the ZeroShift parameter. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::CurveFitting |
namespace | Mantid::CurveFitting::Functions |
Typedefs | |
using | Mantid::CurveFitting::Functions::PawleyFunction_sptr = std::shared_ptr< PawleyFunction > |
using | Mantid::CurveFitting::Functions::PawleyParameterFunction_sptr = std::shared_ptr< PawleyParameterFunction > |