|
Mantid
|
#include "MantidAPI/Workspace.h"#include "MantidAPI/WorkspaceHistory.h"#include "MantidKernel/WarningSuppressions.h"#include "MantidPythonInterface/api/RegisterWorkspacePtrToPython.h"#include "MantidPythonInterface/core/GetPointer.h"#include <boost/python/class.hpp>#include <boost/python/copy_const_reference.hpp>#include <boost/python/overloads.hpp>Go to the source code of this file.
Functions | |
| void | export_Workspace () |
| std::string | getName (const Workspace &self) |
| DEPRECATED. More... | |
| void export_Workspace | ( | ) |
Definition at line 49 of file Workspace.cpp.
References Mantid::API::Workspace::getComment(), Mantid::API::Workspace::getHistory(), Mantid::API::Workspace::getMemorySize(), getName(), Mantid::API::Workspace::getTitle(), Mantid::API::Workspace::isDirty(), Mantid::API::Workspace::isGroup(), Mantid::API::Workspace::setComment(), and Mantid::API::Workspace::setTitle().
| std::string getName | ( | const Workspace & | self | ) |
DEPRECATED.
Use DataItem.name()
| self | Reference to the calling object |
Definition at line 44 of file Workspace.cpp.
Referenced by export_Workspace().