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

bool equals_wrapper (const Sample &self, const Sample &other)
 
void export_Sample ()
 

Function Documentation

◆ equals_wrapper()

bool equals_wrapper ( const Sample self,
const Sample other 
)

Definition at line 32 of file Sample.cpp.

Referenced by export_Sample().

◆ export_Sample()

void export_Sample ( )