Mantid
|
#include "MantidAPI/Projection.h"
#include "MantidAPI/TableRow.h"
#include "MantidAPI/WorkspaceFactory.h"
#include "MantidKernel/WarningSuppressions.h"
#include "MantidPythonInterface/core/Converters/PyObjectToV3D.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_non_const_reference.hpp>
#include <boost/python/exec.hpp>
#include <boost/python/import.hpp>
#include <boost/python/make_constructor.hpp>
Go to the source code of this file.
Functions | |
void | export_Projection () |
void export_Projection | ( | ) |
Definition at line 98 of file Projection.cpp.
References Mantid::API::createWorkspace(), Mantid::API::Projection::getAxis(), Mantid::API::Projection::getOffset(), Mantid::API::Projection::setAxis(), Mantid::API::Projection::setOffset(), Mantid::API::Projection::U(), Mantid::API::Projection::V(), and Mantid::API::Projection::W().