Mantid
Loading...
Searching...
No Matches
Typedefs | Functions
IEventList.cpp File Reference
#include "MantidAPI/IEventList.h"
#include "MantidPythonInterface/core/Converters/NDArrayToVector.h"
#include "MantidPythonInterface/core/GetPointer.h"
#include "MantidPythonInterface/core/Policies/VectorToNumpy.h"
#include <boost/python/class.hpp>
#include <boost/python/enum.hpp>
#include <boost/python/make_function.hpp>
#include <boost/python/register_ptr_to_python.hpp>
#include <vector>

Go to the source code of this file.

Typedefs

using return_clone_numpy = return_value_policy< Policies::VectorToNumpy >
 return_value_policy for copied numpy array More...
 

Functions

void export_IEventList ()
 

Typedef Documentation

◆ return_clone_numpy

using return_clone_numpy = return_value_policy<Policies::VectorToNumpy>

return_value_policy for copied numpy array

Definition at line 39 of file IEventList.cpp.

Function Documentation

◆ export_IEventList()

void export_IEventList ( )