ITK  4.3.0
Insight Segmentation and Registration Toolkit
Classes | Namespaces | Macros | Functions
itkTemporalRegion.h File Reference

Go to the source code of this file.

Classes

class  itk::TemporalRegion
 Region subclass that holds a region in time. More...
 

Namespaces

namespace  itk
 

Macros

#define ITK_INFINITE_FRAME_DURATION   itk::NumericTraits<itk::SizeValueType>::max()
 
#define ITK_INFINITE_REAL_DURATION   RealTimeInterval(ITK_INFINITE_FRAME_DURATION, 0)
 

Functions

std::ostream & itk::operator<< (std::ostream &os, const TemporalRegion &region)
 

Macro Definition Documentation

#define ITK_INFINITE_FRAME_DURATION   itk::NumericTraits<itk::SizeValueType>::max()

Define representations of infinite duration for frames and real time

Definition at line 28 of file itkTemporalRegion.h.

#define ITK_INFINITE_REAL_DURATION   RealTimeInterval(ITK_INFINITE_FRAME_DURATION, 0)

Definition at line 29 of file itkTemporalRegion.h.