ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkTemporalRegion.h>
Region subclass that holds a region in time.
A temporal region is represented using a starting point and a duration. Here time can be measured both in frame numbers or real time (or both).
Definition at line 41 of file itkTemporalRegion.h.
Typedef for frame offsets
Definition at line 49 of file itkTemporalRegion.h.
Standard class typedefs
Reimplemented from itk::Region.
Definition at line 46 of file itkTemporalRegion.h.
Definition at line 47 of file itkTemporalRegion.h.
Constructor
virtual itk::TemporalRegion::~TemporalRegion | ( | ) | [virtual] |
Destructor
Get/Set FrameDuration
Get/Set FrameStart
virtual const char* itk::TemporalRegion::GetNameOfClass | ( | ) | const [virtual] |
Standard part of all itk objects.
Reimplemented from itk::Region.
Get/Set RealDuration
Get/Set RealStart
virtual RegionType itk::TemporalRegion::GetRegionType | ( | ) | const [virtual] |
Return RegionType (SRUCTURED_REGION)
Implements itk::Region.
virtual bool itk::TemporalRegion::IsEqualInFrames | ( | const Self & | region | ) | const [virtual] |
Compare two temporal regions in Frame space
bool itk::TemporalRegion::IsEqualInRealTime | ( | const Self & | region | ) | const |
Compare two temporal regions in Frame space
bool itk::TemporalRegion::operator!= | ( | const Self & | region | ) | const |
bool itk::TemporalRegion::operator== | ( | const Self & | region | ) | const |
Compare two temporal regions. (Both Frame and RealTime)
virtual void itk::TemporalRegion::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from itk::Region.
void itk::TemporalRegion::SetFrameDuration | ( | const FrameOffsetType | d | ) |
Get/Set FrameDuration
void itk::TemporalRegion::SetFrameStart | ( | const FrameOffsetType | s | ) |
Get/Set FrameStart
void itk::TemporalRegion::SetRealDuration | ( | const RealTimeInterval | d | ) |
Get/Set RealDuration
void itk::TemporalRegion::SetRealStart | ( | const RealTimeStamp | s | ) |
Get/Set RealStart
FrameOffsetType itk::TemporalRegion::m_FrameDuration [protected] |
Definition at line 102 of file itkTemporalRegion.h.
FrameOffsetType itk::TemporalRegion::m_FrameStart [protected] |
Definition at line 101 of file itkTemporalRegion.h.
RealTimeInterval itk::TemporalRegion::m_RealDuration [protected] |
Definition at line 100 of file itkTemporalRegion.h.
RealTimeStamp itk::TemporalRegion::m_RealStart [protected] |
Time boundaries
Definition at line 99 of file itkTemporalRegion.h.