ITK
5.2.0
Insight Toolkit
|
#include <itkTemporalRegion.h>
Public Types | |
using | FrameOffsetType = ::itk::SizeValueType |
using | Self = TemporalRegion |
using | Superclass = Region |
Public Types inherited from itk::Region | |
using | RegionEnum = ObjectEnums::RegionEnum |
using | Self = Region |
Additional Inherited Members | |
Protected Member Functions inherited from itk::Region | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
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 43 of file itkTemporalRegion.h.
Typedef for frame offsets
Definition at line 54 of file itkTemporalRegion.h.
Standard class type aliases
Definition at line 48 of file itkTemporalRegion.h.
Definition at line 49 of file itkTemporalRegion.h.
itk::TemporalRegion::TemporalRegion | ( | ) |
Constructor
|
override |
Destructor
FrameOffsetType itk::TemporalRegion::GetFrameDuration | ( | ) | const |
Time boundaries
FrameOffsetType itk::TemporalRegion::GetFrameStart | ( | ) | const |
Time boundaries
|
virtual |
RealTimeInterval itk::TemporalRegion::GetRealDuration | ( | ) | const |
Time boundaries
RealTimeStamp itk::TemporalRegion::GetRealStart | ( | ) | const |
Time boundaries
|
overridevirtual |
Return RegionType (SRUCTURED_REGION)
Implements itk::Region.
|
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 |
Time boundaries
bool itk::TemporalRegion::operator== | ( | const Self & | region | ) | const |
Compare two temporal regions. (Both Frame and RealTime)
|
overrideprotectedvirtual |
Time boundaries
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
|
protected |
Time boundaries
Definition at line 117 of file itkTemporalRegion.h.
|
protected |
Time boundaries
Definition at line 116 of file itkTemporalRegion.h.
|
protected |
Time boundaries
Definition at line 115 of file itkTemporalRegion.h.
|
protected |
Time boundaries
Definition at line 114 of file itkTemporalRegion.h.