Mantid
|
#include "MantidAPI/Column.h"
#include "MantidAPI/DllConfig.h"
#include "MantidAPI/ITableWorkspace_fwd.h"
#include "MantidAPI/LogManager.h"
#include "MantidAPI/Workspace.h"
#include "MantidKernel/V3D.h"
#include <boost/lexical_cast.hpp>
#include <memory>
#include <sstream>
#include <utility>
Go to the source code of this file.
Classes | |
class | Mantid::API::ColumnVector< T > |
ColumnVector gives access to the column elements without alowing its resizing. More... | |
class | Mantid::API::ConstColumnVector< T > |
ConstColumnVector gives const access to the column elements without alowing its resizing. More... | |
class | Mantid::API::ITableWorkspace |
ITableWorkspace is an implementation of Workspace in which the data are organised in columns of same size. More... | |
class | Mantid::API::TableColumnHelper |
Helper class used to create ColumnVector. More... | |
class | Mantid::API::TableConstColumnHelper |
Helper class used to create ConstColumnVector. More... | |
class | Mantid::API::TableRowHelper |
Helper class used to create TableRow. More... | |
Namespaces | |
namespace | Mantid |
Helper class which provides the Collimation Length for SANS instruments. | |
namespace | Mantid::API |