ITK  4.1.0
Insight Segmentation and Registration Toolkit
PipelineMonitorImageSource Class Reference

#include <itkPipelineMonitorImageFilter.h>


Detailed Description

Enables monitoring, recording and debuging of the pipeline execution and information exchange.

This filter is useful for testing, debuging, and understanding the pipeline. When DebugOn is enabled and compiled in Debug mode, many itkDebug messages are printed. This filter also features, several Verify methods which check the recorded information, for certain conditions, which should occour when well behaved filters are executed.

There are two meta verify methods that should primarily be used depending on the expected capabilities of the pipeline:

During the pipeline execution this filter records a variety of information to aid if verifying correct pipeline behavior:

The following are recorded from the input image after the input's output information is generated:

This filter always runs in-place so it has no per-pixel overhead.


The documentation for this class was generated from the following file: