Definition at line 698 of file ITableWorkspace.cpp.
◆ getstate()
| static dict ITableWorkspacePickleSuite::getstate |
( |
const ITableWorkspace & |
ws | ) |
|
|
inlinestatic |
◆ readData()
| static void ITableWorkspacePickleSuite::readData |
( |
ITableWorkspace & |
ws, |
|
|
const dict & |
state |
|
) |
| |
|
inlinestaticprivate |
◆ readMetaData()
| static void ITableWorkspacePickleSuite::readMetaData |
( |
ITableWorkspace & |
ws, |
|
|
const dict & |
state |
|
) |
| |
|
inlinestaticprivate |
Read the meta data from a python dict into the table workspace.
This will read information relating to the column names and data types to be stored in the new table
- Parameters
-
| ws | :: the workspace to load data into |
| state | :: the pickled state of the table |
Definition at line 742 of file ITableWorkspace.cpp.
References Mantid::API::ITableWorkspace::addColumn(), name, and value.
◆ setstate()
| static void ITableWorkspacePickleSuite::setstate |
( |
ITableWorkspace & |
ws, |
|
|
const dict & |
state |
|
) |
| |
|
inlinestatic |
◆ writeMetaData()
| static dict ITableWorkspacePickleSuite::writeMetaData |
( |
const ITableWorkspace & |
ws | ) |
|
|
inlinestaticprivate |
The documentation for this class was generated from the following file: