17 #ifndef mitkSchedulableProcess_h
18 #define mitkSchedulableProcess_h
20 #include <boost/chrono.hpp>
21 #include <MitkSimulationExports.h>
31 int GetPriority()
const;
32 boost::chrono::nanoseconds GetTotalElapsedTime()
const;
33 void ResetTotalElapsedTime(boost::chrono::nanoseconds carryover = boost::chrono::nanoseconds::zero());
34 boost::chrono::nanoseconds GetElapsedTime()
const;
37 void SetElapsedTime(boost::chrono::nanoseconds elapsedTime);
44 boost::chrono::nanoseconds m_TotalElapsedTime;
45 boost::chrono::nanoseconds m_ElapsedTime;
DataCollection - Class to facilitate loading/accessing structured data.