Mantid
Loading...
Searching...
No Matches
Functions
Workspace.cpp File Reference
#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...
 

Function Documentation

◆ export_Workspace()

void export_Workspace ( )

◆ getName()

std::string getName ( const Workspace self)

DEPRECATED.

Use DataItem.name()

Parameters
selfReference to the calling object
Returns
name of the workspace.

Definition at line 44 of file Workspace.cpp.

Referenced by export_Workspace().