Mantid
|
#include "MantidKernel/DllConfig.h"
#include "MantidKernel/Unit.h"
#include <cstdlib>
#include <sstream>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Kernel::Interpolation |
Provide interpolation over a series of points. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Kernel::DataXY = std::pair< double, double > |
Functions | |
MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &os, const Interpolation &f) |
Prints the value of parameter. More... | |
MANTID_KERNEL_DLL std::istream & | Mantid::Kernel::operator>> (std::istream &in, Interpolation &f) |
Reads in parameter value. More... | |