Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::WatershedMiniPipelineProgressCommand Class Reference

#include <itkWatershedMiniPipelineProgressCommand.h>

Inheritance diagram for itk::WatershedMiniPipelineProgressCommand:

Inheritance graph
[legend]
Collaboration diagram for itk::WatershedMiniPipelineProgressCommand:

Collaboration graph
[legend]
List of all members.

[NOHEADER]

typedef WatershedMiniPipelineProgressCommand Self
typedef Command Superclass
typedef itk::SmartPointer<
Self
Pointer
typedef itk::SmartPointer<
const Self
ConstPointer
virtual const char * GetClassName () const
Pointer New ()

Public Member Functions

void Execute (Object *caller, const EventObject &event)
void Execute (const Object *caller, const EventObject &event)
void SetFilter (ProcessObject *p)
const ProcessObjectGetFilter ()
virtual void SetCount (double _arg)
virtual double GetCount ()
virtual void SetNumberOfFilters (double _arg)
virtual double GetNumberOfFilters ()

Protected Member Functions

 WatershedMiniPipelineProgressCommand ()
virtual ~WatershedMiniPipelineProgressCommand ()

Detailed Description

A specialized Command object for updating the progress of a MiniPipeline. Follows the progress of a series of filters and calls UpdateProgress on another filter (i.e. the filter implementing the mini-pipeline).

Definition at line 29 of file itkWatershedMiniPipelineProgressCommand.h.


Member Typedef Documentation

typedef itk::SmartPointer<const Self> itk::WatershedMiniPipelineProgressCommand::ConstPointer
 

Smart pointer declaration methods

Reimplemented from itk::Command.

Definition at line 37 of file itkWatershedMiniPipelineProgressCommand.h.

typedef itk::SmartPointer<Self> itk::WatershedMiniPipelineProgressCommand::Pointer
 

Smart pointer declaration methods

Reimplemented from itk::Command.

Definition at line 36 of file itkWatershedMiniPipelineProgressCommand.h.

typedef WatershedMiniPipelineProgressCommand itk::WatershedMiniPipelineProgressCommand::Self
 

Smart pointer declaration methods

Reimplemented from itk::Command.

Definition at line 34 of file itkWatershedMiniPipelineProgressCommand.h.

typedef Command itk::WatershedMiniPipelineProgressCommand::Superclass
 

Smart pointer declaration methods

Reimplemented from itk::Command.

Definition at line 35 of file itkWatershedMiniPipelineProgressCommand.h.


Constructor & Destructor Documentation

itk::WatershedMiniPipelineProgressCommand::WatershedMiniPipelineProgressCommand  )  [inline, protected]
 

Definition at line 67 of file itkWatershedMiniPipelineProgressCommand.h.

virtual itk::WatershedMiniPipelineProgressCommand::~WatershedMiniPipelineProgressCommand  )  [inline, protected, virtual]
 

Definition at line 69 of file itkWatershedMiniPipelineProgressCommand.h.


Member Function Documentation

void itk::WatershedMiniPipelineProgressCommand::Execute const Object caller,
const EventObject event
[virtual]
 

Standard Command virtual methods

Implements itk::Command.

void itk::WatershedMiniPipelineProgressCommand::Execute Object caller,
const EventObject event
[virtual]
 

Standard Command virtual methods

Implements itk::Command.

virtual const char* itk::WatershedMiniPipelineProgressCommand::GetClassName  )  const [virtual]
 

Smart pointer declaration methods

Reimplemented from itk::Command.

virtual double itk::WatershedMiniPipelineProgressCommand::GetCount  )  [virtual]
 

Set/Get the base count for stepping through filter progress values

const ProcessObject* itk::WatershedMiniPipelineProgressCommand::GetFilter  )  [inline]
 

Set/Get the filter whose UpdateProgress will be set by this command object Definition at line 51 of file itkWatershedMiniPipelineProgressCommand.h.

virtual double itk::WatershedMiniPipelineProgressCommand::GetNumberOfFilters  )  [virtual]
 

Set/Get the number of filters that this command will expect to be observing

Pointer itk::WatershedMiniPipelineProgressCommand::New  )  [static]
 

Smart pointer declaration methods

Reimplemented from itk::Object.

virtual void itk::WatershedMiniPipelineProgressCommand::SetCount double  _arg  )  [virtual]
 

Set/Get the base count for stepping through filter progress values

void itk::WatershedMiniPipelineProgressCommand::SetFilter ProcessObject p  )  [inline]
 

Set/Get the filter whose UpdateProgress will be set by this command object Definition at line 49 of file itkWatershedMiniPipelineProgressCommand.h.

virtual void itk::WatershedMiniPipelineProgressCommand::SetNumberOfFilters double  _arg  )  [virtual]
 

Set/Get the number of filters that this command will expect to be observing


The documentation for this class was generated from the following file:
Generated at Sun Apr 1 02:51:46 2007 for ITK by doxygen 1.3.8 written by Dimitri van Heesch, © 1997-2000