Mantid
|
#include "MantidKernel/DllConfig.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | Mantid::Kernel::VMDBase< TYPE > |
Simple vector class for multiple dimensions (i.e. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::Kernel |
Typedefs | |
using | Mantid::Kernel::VMD = VMDBase< VMD_t > |
Define the VMD as using the double or float data type. More... | |
using | Mantid::Kernel::VMD_t = float |
Underlying data type for the VMD type. More... | |
Functions | |
MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &, const VMDBase< float > &) |
MANTID_KERNEL_DLL std::ostream & | Mantid::Kernel::operator<< (std::ostream &os, const VMDBase< double > &v) |
Prints a text representation of itself. More... | |