18 #ifndef itkRealTimeInterval_h
19 #define itkRealTimeInterval_h
79 const Self & operator-=(
const Self & );
80 const Self & operator+=(
const Self & );
84 bool operator>(
const Self & )
const;
85 bool operator<(
const Self & )
const;
88 bool operator<=(
const Self & )
const;
89 bool operator>=(
const Self & )
const;
116 #endif // itkRealTimeInterval_h
bool operator!=(const ImageRegionCopier< D1, D2 > &c1, const ImageRegionCopier< D1, D2 > &c2)
ConstNeighborhoodIterator< TImage > operator-(const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind)
MicroSecondsDifferenceType m_MicroSeconds
std::ostream & operator<<(std::ostream &os, const Array< TValue > &arr)
SecondsDifferenceType m_Seconds
KWIML_INT_int64_t int64_t
The RealTimeStamp is a data structure for representing time with high precision and a large dynamic r...
A data structure for representing the time span between two RealTimeStamps, with similar high precisi...
double TimeRepresentationType
ConstNeighborhoodIterator< TImage > operator+(const ConstNeighborhoodIterator< TImage > &it, const typename ConstNeighborhoodIterator< TImage >::OffsetType &ind)
int64_t SecondsDifferenceType
int64_t MicroSecondsDifferenceType
bool ITKIOXML_EXPORT operator==(itk::FancyString &s, const std::string &)