|
Mantid
|
Helper class used to create ColumnVector. More...
#include <ITableWorkspace.h>
Public Member Functions | |
| TableColumnHelper (ITableWorkspace *tw, const std::string &name) | |
| Constructor. More... | |
Public Attributes | |
| std::string | m_name |
| column namae More... | |
| ITableWorkspace * | m_workspace |
| Pointer to the TableWorkspace. More... | |
Helper class used to create ColumnVector.
Definition at line 36 of file ITableWorkspace.h.
|
inline |
Constructor.
Definition at line 39 of file ITableWorkspace.h.
| std::string Mantid::API::TableColumnHelper::m_name |
column namae
Definition at line 41 of file ITableWorkspace.h.
| ITableWorkspace* Mantid::API::TableColumnHelper::m_workspace |
Pointer to the TableWorkspace.
Definition at line 40 of file ITableWorkspace.h.