|
ITK
5.2.0
Insight Toolkit
|
Go to the documentation of this file.
18 #ifndef itkRealTimeInterval_h
19 #define itkRealTimeInterval_h
68 GetTimeInMicroSeconds()
const;
70 GetTimeInMilliSeconds()
const;
72 GetTimeInSeconds()
const;
74 GetTimeInMinutes()
const;
76 GetTimeInHours()
const;
78 GetTimeInDays()
const;
87 operator-=(
const Self &);
89 operator+=(
const Self &);
112 friend ITKCommon_EXPORT std::ostream &
130 #endif // itkRealTimeInterval_h
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
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)
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....
ConstNeighborhoodIterator< TImage > operator+(const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind)
MicroSecondsDifferenceType m_MicroSeconds
SecondsDifferenceType m_Seconds