|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRealTimeStamp_h
19 #define itkRealTimeStamp_h
63 GetTimeInMicroSeconds()
const;
65 GetTimeInMilliSeconds()
const;
67 GetTimeInSeconds()
const;
69 GetTimeInMinutes()
const;
71 GetTimeInHours()
const;
73 GetTimeInDays()
const;
105 friend ITKCommon_EXPORT std::ostream &
125 #endif // itkRealTimeStamp_h
RealTimeInterval::SecondsDifferenceType SecondsDifferenceType
bool operator<(const Index< VDimension > &one, const Index< VDimension > &two)
bool operator<=(const Index< VDimension > &one, const Index< VDimension > &two)
std::ostream & operator<<(std::ostream &os, const Array< TValue > &arr)
int64_t MicroSecondsDifferenceType
ConstNeighborhoodIterator< TImage > operator-(const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind)
The RealTimeStamp is a data structure for representing time with high precision and a large dynamic r...
int64_t SecondsDifferenceType
uint64_t SecondsCounterType
bool operator>=(const Index< VDimension > &one, const Index< VDimension > &two)
bool operator>(const Index< VDimension > &one, const Index< VDimension > &two)
bool operator==(const Index< VDimension > &one, const Index< VDimension > &two)
Provides a timestamp from a real-time clock.
RealTimeInterval::TimeRepresentationType TimeRepresentationType
uint64_t MicroSecondsCounterType
bool operator!=(const Index< VDimension > &one, const Index< VDimension > &two)
A data structure for representing the time span between two RealTimeStamps, with similar high precisi...
double TimeRepresentationType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
SecondsCounterType m_Seconds
MicroSecondsCounterType m_MicroSeconds
ConstNeighborhoodIterator< TImage > operator+(const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind)
RealTimeInterval::MicroSecondsDifferenceType MicroSecondsDifferenceType