Mantid
Loading...
Searching...
No Matches
Classes | Namespaces | Macros
VectorColumn.h File Reference
#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.

Classes

class  Mantid::DataObjects::VectorColumn< Type >
 VectorColumn : table column type capable of storing vectors of primitive types. More...
 

Namespaces

namespace  Mantid
 Helper class which provides the Collimation Length for SANS instruments.
 
namespace  Mantid::DataObjects
 

Macros

#define DECLARE_VECTORCOLUMN(Type, TypeName)
 

Macro Definition Documentation

◆ 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.