ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkTemporalDataObject.h>
Public Types | |
typedef RingBuffer< DataObject > | BufferType |
typedef SmartPointer< const Self > | ConstPointer |
typedef WeakPointer< const Self > | ConstWeakPointer |
typedef SmartPointer< Self > | Pointer |
typedef TemporalDataObject | Self |
typedef DataObject | Superclass |
typedef TemporalRegion | TemporalRegionType |
enum | TemporalUnitType { Frame, RealTime, FrameAndRealTime } |
Public Types inherited from itk::DataObject | |
typedef std::string | DataObjectIdentifierType |
typedef std::vector< Pointer > ::size_type | DataObjectPointerArraySizeType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::DataObject | |
static bool | GetGlobalReleaseDataFlag () |
static void | GlobalReleaseDataFlagOff () |
static void | GlobalReleaseDataFlagOn () |
static void | SetGlobalReleaseDataFlag (bool val) |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
Protected Member Functions | |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
TemporalDataObject () | |
virtual | ~TemporalDataObject () |
Protected Member Functions inherited from itk::DataObject | |
virtual void | PropagateResetPipeline () |
DataObject () | |
~DataObject () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Private Member Functions | |
void | operator= (const Self &) |
TemporalDataObject (const Self &) |
DataObject subclass with knowledge of temporal region.
This class represents a data object that relies on temporal regions. It uses an itk::RingBuffer to store DataObject pointers in sequential order. The pointers in the ring buffer should correspond to the BufferedTemporalRegion. The LargestPossibleTemporalRegion should indicate the maximum extent that data object is logically capable of holding, and the RequestedTemporalRegion is used in the pipeline to request that a certain temporal region be buffered
Definition at line 41 of file itkTemporalDataObject.h.
Reimplemented in itk::VideoStream< TFrameType >.
Definition at line 52 of file itkTemporalDataObject.h.
typedef SmartPointer< const Self > itk::TemporalDataObject::ConstPointer |
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
Definition at line 49 of file itkTemporalDataObject.h.
typedef WeakPointer< const Self > itk::TemporalDataObject::ConstWeakPointer |
Reimplemented in itk::VideoStream< TFrameType >.
Definition at line 50 of file itkTemporalDataObject.h.
typedef SmartPointer< Self > itk::TemporalDataObject::Pointer |
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
Definition at line 48 of file itkTemporalDataObject.h.
Standard class typedefs
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
Definition at line 46 of file itkTemporalDataObject.h.
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
Definition at line 47 of file itkTemporalDataObject.h.
Definition at line 53 of file itkTemporalDataObject.h.
Enum for defining the way in which to compare temporal regions
Definition at line 56 of file itkTemporalDataObject.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Copy information from the specified data set. This method is part of the pipeline execution model. By default, a ProcessObject will copy meta-data from the first input to all of its outputs. See ProcessObject::GenerateOutputInformation(). Each subclass of DataObject is responsible for being able to copy whatever meta-data it needs from from another DataObject. The default implementation of this method is empty. If a subclass overrides this method, it should always call its superclass' version.
Reimplemented from itk::DataObject.
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
Reimplemented in itk::VideoStream< TFrameType >.
|
virtual |
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
SizeValueType itk::TemporalDataObject::GetNumberOfBuffers | ( | ) |
Get/Set the number of frames that the internal buffer can hold
|
virtual |
|
virtual |
Get the type of temporal units we care about (Defaults to Frame)
|
virtual |
Get the portion of the requested region that is not covered by the buffered region
|
virtual |
Method for grafting the content of one data object into another one. This method is intended to be overloaded by derived classes. Each one of them should use dynamic_casting in order to verify that the grafted object is actually of the same type as the class on which the Graft() method was invoked.
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
Reimplemented in itk::VideoStream< TFrameType >.
|
private |
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
|
protectedvirtual |
Method for grafting the content of one data object into another one. This method is intended to be overloaded by derived classes. Each one of them should use dynamic_casting in order to verify that the grafted object is actually of the same type as the class on which the Graft() method was invoked.
Reimplemented from itk::DataObject.
Reimplemented in itk::VideoStream< TFrameType >.
|
virtual |
Determine whether the RequestedRegion is outside of the BufferedRegion. This method returns true if the RequestedRegion is outside the BufferedRegion (true if at least one pixel is outside). This is used by the pipeline mechanism to determine whether a filter needs to re-execute in order to satisfy the current request. If the current RequestedRegion is already inside the BufferedRegion from the previous execution (and the current filter is up to date), then a given filter does not need to re-execute
Reimplemented from itk::DataObject.
|
virtual |
|
virtual |
void itk::TemporalDataObject::SetNumberOfBuffers | ( | SizeValueType | num | ) |
Get/Set the number of frames that the internal buffer can hold
|
virtual |
Set the requested region from this data object to match the requested region of the data object passed in as a parameter. For DataObject's that do not support Regions, this method does nothing. Subclasses of DataObject that do support Regions, provide an alternative implementation.
Reimplemented from itk::DataObject.
|
virtual |
Set the RequestedRegion to the LargestPossibleRegion. This forces a filter to produce all of the output in one execution (i.e. not streaming) on the next call to Update().
Reimplemented from itk::DataObject.
|
virtual |
|
virtual |
Explicity set temporal units (Defaults to Frame)
|
virtual |
Explicity set temporal units (Defaults to Frame)
|
virtual |
Explicity set temporal units (Defaults to Frame)
|
virtual |
Verify that the RequestedRegion is within the LargestPossibleRegion.
If the RequestedRegion is not within the LargestPossibleRegion, then the filter cannot possibly satisfy the request. This method returns true if the request can be satisfied (even if it will be necessary to process the entire LargestPossibleRegion) and returns false otherwise. This method is used by PropagateRequestedRegion(). PropagateRequestedRegion() throws a InvalidRequestedRegionError exception if the requested region is not within the LargestPossibleRegion. Default implementation simply returns true in order to support DataObjects that do not need regions (for instance itk::EquivalencyTable).
Reimplemented from itk::DataObject.
|
protected |
Definition at line 114 of file itkTemporalDataObject.h.
|
protected |
Buffer for holding component data objects
Definition at line 109 of file itkTemporalDataObject.h.
|
protected |
We want to keep track of our regions in time.
Definition at line 112 of file itkTemporalDataObject.h.
|
protected |
Definition at line 113 of file itkTemporalDataObject.h.
|
protected |
Definition at line 116 of file itkTemporalDataObject.h.