Medical Imaging Interaction Toolkit  2016.11.0
Medical Imaging Interaction Toolkit
mitk::SchedulableProcess Class Reference

#include <mitkSchedulableProcess.h>

Inheritance diagram for mitk::SchedulableProcess:

Public Member Functions

 SchedulableProcess (int priority=0)
 
virtual ~SchedulableProcess ()
 
int GetPriority () const
 
boost::chrono::nanoseconds GetTotalElapsedTime () const
 
void ResetTotalElapsedTime (boost::chrono::nanoseconds carryover=boost::chrono::nanoseconds::zero())
 
boost::chrono::nanoseconds GetElapsedTime () const
 

Protected Member Functions

void SetElapsedTime (boost::chrono::nanoseconds elapsedTime)
 

Detailed Description

Definition at line 25 of file mitkSchedulableProcess.h.

Constructor & Destructor Documentation

mitk::SchedulableProcess::SchedulableProcess ( int  priority = 0)
explicit

Definition at line 20 of file mitkSchedulableProcess.cpp.

mitk::SchedulableProcess::~SchedulableProcess ( )
virtual

Definition at line 25 of file mitkSchedulableProcess.cpp.

Member Function Documentation

boost::chrono::nanoseconds mitk::SchedulableProcess::GetElapsedTime ( ) const
int mitk::SchedulableProcess::GetPriority ( ) const

Definition at line 29 of file mitkSchedulableProcess.cpp.

boost::chrono::nanoseconds mitk::SchedulableProcess::GetTotalElapsedTime ( ) const
void mitk::SchedulableProcess::ResetTotalElapsedTime ( boost::chrono::nanoseconds  carryover = boost::chrono::nanoseconds::zero())
void mitk::SchedulableProcess::SetElapsedTime ( boost::chrono::nanoseconds  elapsedTime)
protected

Definition at line 49 of file mitkSchedulableProcess.cpp.


The documentation for this class was generated from the following files: