ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkRealTimeStamp.h>
The RealTimeStamp is a data structure for representing time with high precision and a large dynamic range.
This class represents time typically for applications that need to mark the time of acquisition of data with high precision (microseconds) and a large dynamic range (years).
By default, the real time stamp is initialized to the origin of the Unix epoch. That is the time 00:00:00 UTC on 1 January 1970 (or 1970-01-01T00:00:00Z ISO 8601)
Definition at line 45 of file itkRealTimeStamp.h.
typedef uint64_t itk::RealTimeStamp::MicroSecondsCounterType [private] |
Definition at line 94 of file itkRealTimeStamp.h.
typedef RealTimeInterval::MicroSecondsDifferenceType itk::RealTimeStamp::MicroSecondsDifferenceType [private] |
Definition at line 100 of file itkRealTimeStamp.h.
typedef uint64_t itk::RealTimeStamp::SecondsCounterType [private] |
Definition at line 93 of file itkRealTimeStamp.h.
Definition at line 99 of file itkRealTimeStamp.h.
Definition at line 49 of file itkRealTimeStamp.h.
Native type used to represent the time in different time units.
Definition at line 60 of file itkRealTimeStamp.h.
Constructor
Destructor
Constructor with values. Intentionally made private
Return time in multiple units.
Return time in multiple units.
Return time in multiple units.
Return time in multiple units.
Return time in multiple units.
Return time in multiple units.
bool itk::RealTimeStamp::operator!= | ( | const Self & | ) | const |
Comparison operations.
Self itk::RealTimeStamp::operator+ | ( | const RealTimeInterval & | ) | const |
Arithmetic operations between RealTimeInterval and RealTimeStamp.
const Self& itk::RealTimeStamp::operator+= | ( | const RealTimeInterval & | ) |
Arithmetic operations between RealTimeInterval and RealTimeStamp.
RealTimeInterval itk::RealTimeStamp::operator- | ( | const Self & | ) | const |
Arithmetic operations between RealTimeInterval and RealTimeStamp.
Self itk::RealTimeStamp::operator- | ( | const RealTimeInterval & | ) | const |
Arithmetic operations between RealTimeInterval and RealTimeStamp.
const Self& itk::RealTimeStamp::operator-= | ( | const RealTimeInterval & | ) |
Arithmetic operations between RealTimeInterval and RealTimeStamp.
bool itk::RealTimeStamp::operator< | ( | const Self & | ) | const |
Comparison operations.
bool itk::RealTimeStamp::operator<= | ( | const Self & | ) | const |
Comparison operations.
bool itk::RealTimeStamp::operator== | ( | const Self & | ) | const |
Comparison operations.
bool itk::RealTimeStamp::operator> | ( | const Self & | ) | const |
Comparison operations.
bool itk::RealTimeStamp::operator>= | ( | const Self & | ) | const |
Comparison operations.
ITKCommon_EXPORT std::ostream& operator<< | ( | std::ostream & | os, |
const RealTimeStamp & | v | ||
) | [friend] |
Default print out of a RealTimeStamp
friend class RealTimeClock [friend] |
Definition at line 51 of file itkRealTimeStamp.h.
Definition at line 104 of file itkRealTimeStamp.h.
Number of Seconds and Microseconds since...
Definition at line 103 of file itkRealTimeStamp.h.