Mantid
|
#include "MantidKernel/Quat.h"
#include "MantidKernel/V3D.h"
#include <boost/python/class.hpp>
#include <boost/python/copy_const_reference.hpp>
#include <boost/python/operators.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <boost/python/return_arg.hpp>
#include <boost/python/return_value_policy.hpp>
Go to the source code of this file.
Functions | |
void | export_Quat () |
Python exports of the Mantid::Kernel::Quat class. More... | |
void export_Quat | ( | ) |
Python exports of the Mantid::Kernel::Quat class.
Definition at line 27 of file Quat.cpp.
References Mantid::Kernel::Quat::getEulerAngles(), Mantid::Kernel::Quat::imagI(), Mantid::Kernel::Quat::imagJ(), Mantid::Kernel::Quat::imagK(), Mantid::Kernel::Quat::len(), Mantid::Kernel::Quat::len2(), Mantid::Kernel::Quat::real(), Mantid::Kernel::Quat::rotate(), and Mantid::Kernel::Quat::toString().