#include <itkHybridFilter.h>
Inheritance diagram for itk::HybridFilter:


Public Types | |
| typedef HybridFilter | Self |
| typedef ImageToImageFilter< TInputImage, TOutputImage > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef BalloonForceFilter< TInputMesh, TOutputMesh > | BalloonForceFilterType |
| typedef GibbsPriorFilter< TInputImage, TOutputImage > | GibbsPriorFilterType |
| typedef BalloonForceFilterType::Pointer | BalloonForceFilterPointer |
| typedef GibbsPriorFilterType::Pointer | GibbsPriorFilterPointer |
| typedef ImageRegionIteratorWithIndex< TOutputImage > | OutputImageIterator |
Public Methods | |
| itkStaticConstMacro (ImageDimension, unsigned int, TInputImage::ImageDimension) | |
| void | SetPotential (void) |
| void | SetObjectRegion (void) |
| void | SetBalloonForceFilter (BalloonForceFilterPointer bffilter) |
| void | SetGibbsPriorFilter (GibbsPriorFilterPointer gpfilter) |
| void | Advance () |
| void | SetGibbsInput () |
Static Public Methods | |
| Pointer | New () |
Protected Methods | |
| HybridFilter () | |
| virtual | ~HybridFilter () |
| virtual void | GenerateData () |
Definition at line 37 of file itkHybridFilter.h.
|
|||||
|
Pointer to a balloon force filter. Definition at line 58 of file itkHybridFilter.h. |
|
|||||
|
Smoothing filter type. Definition at line 52 of file itkHybridFilter.h. |
|
|||||
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 46 of file itkHybridFilter.h. |
|
|||||
|
Pointer to a gibbs prior filter. Definition at line 61 of file itkHybridFilter.h. |
|
|||||
|
Derivative along one dimension filter type. Definition at line 55 of file itkHybridFilter.h. |
|
|||||
|
Iterator type. Definition at line 64 of file itkHybridFilter.h. |
|
|||||
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 45 of file itkHybridFilter.h. |
|
|||||
|
Standard class typedefs. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 43 of file itkHybridFilter.h. |
|
|||||
|
Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. Definition at line 44 of file itkHybridFilter.h. |
|
|||||||||
|
|
|
|||||||||
|
Definition at line 90 of file itkHybridFilter.h. References HardConnectedComponentImageFilter::GenerateData(). |
|
|||||||||
|
Algorithm specific methods. |
|
|||||||||
|
Generate data. Reimplemented from itk::ImageSource< TOutputImage >. |
|
||||||||||||||||||||
|
Image dimension. Reimplemented from itk::ImageToImageFilter< TInputImage, TOutputImage >. |
|
|||||||||
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
||||||||||
|
Set the balloon force filter and gibbs prior filter |
|
|||||||||
|
Algorithm specific methods. |
|
||||||||||
|
Set the balloon force filter and gibbs prior filter |
|
||||||||||
|
Sent object region labelled by the deformable model to the gibbs prior model for parameter update |
|
||||||||||
|
Set potential of the balloon force filter using the output of gibbs prior filter |
1.2.15 written by Dimitri van Heesch,
© 1997-2000