Mantid
|
#include "MantidAPI/Sample.h"
#include "MantidGeometry/Crystal/CrystalStructure.h"
#include "MantidGeometry/Crystal/OrientedLattice.h"
#include "MantidGeometry/Instrument/SampleEnvironment.h"
#include "MantidKernel/Material.h"
#include "MantidPythonInterface/core/Copyable.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/register_ptr_to_python.hpp>
Go to the source code of this file.
Functions | |
void | export_Sample () |
void export_Sample | ( | ) |
Definition at line 30 of file Sample.cpp.
References Mantid::API::Sample::clearCrystalStructure(), Mantid::API::Sample::clearOrientedLattice(), Mantid::API::Sample::getCrystalStructure(), Mantid::API::Sample::getEnvironment(), Mantid::API::Sample::getGeometryFlag(), Mantid::API::Sample::getHeight(), Mantid::API::Sample::getMaterial(), Mantid::API::Sample::getName(), Mantid::API::Sample::getOrientedLattice(), Mantid::API::Sample::getShape(), Mantid::API::Sample::getThickness(), Mantid::API::Sample::getWidth(), Mantid::API::Sample::hasCrystalStructure(), Mantid::API::Sample::hasEnvironment(), Mantid::API::Sample::hasOrientedLattice(), Mantid::API::Sample::hasShape(), Mantid::API::Sample::setCrystalStructure(), Mantid::API::Sample::setEnvironment(), Mantid::API::Sample::setGeometryFlag(), Mantid::API::Sample::setHeight(), Mantid::API::Sample::setShape(), Mantid::API::Sample::setThickness(), Mantid::API::Sample::setWidth(), and Mantid::API::Sample::size().