#include "MantidAPI/Column.h"
#include "MantidDataObjects/DllConfig.h"
#include "MantidKernel/StringTokenizer.h"
#include <boost/algorithm/string/join.hpp>
#include <boost/algorithm/string/trim.hpp>
#include <boost/lexical_cast.hpp>
#include <cmath>
Go to the source code of this file.
◆ DECLARE_VECTORCOLUMN
#define DECLARE_VECTORCOLUMN |
( |
|
Type, |
|
|
|
TypeName |
|
) |
| |
Value: template <> std::string VectorColumn<Type>::typeName() { return #TypeName; } \
Kernel::RegistrationHelper register_column_##TypeName( \
(API::ColumnFactory::Instance().subscribe<VectorColumn<Type>>(#TypeName), 0));
Definition at line 196 of file VectorColumn.h.