|
Mantid
|
#include "MantidKernel/TimeROI.h"#include "MantidTypes/Core/DateAndTime.h"#include <boost/python/class.hpp>#include <boost/python/copy_const_reference.hpp>#include <boost/python/list.hpp>#include <boost/python/register_ptr_to_python.hpp>#include <boost/python/tuple.hpp>Go to the source code of this file.
Functions | |
| void | export_TimeROI () |
| boost::python::list | getTimeIntervals (const TimeROI &self) |
| void export_TimeROI | ( | ) |
Definition at line 27 of file TimeROI.cpp.
References Mantid::Kernel::TimeROI::durationInSeconds(), Mantid::Kernel::TimeROI::firstTime(), getTimeIntervals(), Mantid::Kernel::TimeROI::lastTime(), Mantid::Kernel::TimeROI::numberOfRegions(), Mantid::Kernel::TimeROI::update_intersection(), Mantid::Kernel::TimeROI::update_union(), Mantid::Kernel::TimeROI::useAll(), and Mantid::Kernel::TimeROI::useNone().
| boost::python::list getTimeIntervals | ( | const TimeROI & | self | ) |
Definition at line 19 of file TimeROI.cpp.
References Mantid::Kernel::TimeROI::toTimeIntervals().
Referenced by Mantid::Kernel::TimeSeriesProperty< TYPE >::durationInSeconds(), export_TimeROI(), Mantid::Kernel::TimeSeriesProperty< TYPE >::timeAverageValue(), and Mantid::Kernel::TimeSeriesProperty< TYPE >::timeAverageValueAndStdDev().