Mantid
|
#include "MantidKernel/Interpolation.h"
#include "MantidKernel/Logger.h"
#include "MantidKernel/StringTokenizer.h"
#include "MantidKernel/UnitFactory.h"
#include <algorithm>
#include <iterator>
#include <stdexcept>
Go to the source code of this file.
Classes | |
struct | Mantid::Kernel::LessOrEqualFunctor |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
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... | |