#include "itkRegion.h"#include "itkRealTimeStamp.h"#include "itkRealTimeInterval.h"#include "itkNumericTraits.h"#include <climits>#include "ITKVideoCoreExport.h"
Include dependency graph for itkTemporalRegion.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | itk::TemporalRegion |
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 | |
| ITKVideoCore_EXPORT std::ostream & | itk::operator<< (std::ostream &os, const TemporalRegion ®ion) |
| #define ITK_INFINITE_FRAME_DURATION itk::NumericTraits<itk::SizeValueType>::max() |
Define representations of infinite duration for frames and real time
Definition at line 29 of file itkTemporalRegion.h.
| #define ITK_INFINITE_REAL_DURATION RealTimeInterval(ITK_INFINITE_FRAME_DURATION, 0) |
Definition at line 30 of file itkTemporalRegion.h.