#include <itkExtensionVelocitiesImageFilter.h>
Inheritance diagram for itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >:
ExtensionVelocitiesImageFilter extends velocities smoothly from a particular level set.
This class is templated over the image type which represents the level set, the type of the velocity and the number of velocities to be extended.
This class supports narrowbanding. If the input narrowband is provided, the algorithm will only locate the level set within the input narrowband. For the output, the extended velocity is only valid for a distance of OutputNarrowBandwidth / 2 of either side of the level set of interest.
Implementation of this class is based on Chapter 11 of "Level Set Methods and Fast Marching Methods", J.A. Sethian, Cambridge Press, Second edition, 1999.
Definition at line 52 of file itkExtensionVelocitiesImageFilter.h.
|
Definition at line 89 of file itkExtensionVelocitiesImageFilter.h. |
|
Definition at line 88 of file itkExtensionVelocitiesImageFilter.h. |
|
Definition at line 87 of file itkExtensionVelocitiesImageFilter.h. |
|
Definition at line 86 of file itkExtensionVelocitiesImageFilter.h. |
|
Definition at line 84 of file itkExtensionVelocitiesImageFilter.h. |
|
Definition at line 85 of file itkExtensionVelocitiesImageFilter.h. |
|
AuxVarType typedef support. Definition at line 83 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 61 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 72 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 71 of file itkExtensionVelocitiesImageFilter.h. |
|
The type of level set and the pointer type. Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 70 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 75 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 76 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 74 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 73 of file itkExtensionVelocitiesImageFilter.h. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 60 of file itkExtensionVelocitiesImageFilter.h. |
|
Standard class typedefs. Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 58 of file itkExtensionVelocitiesImageFilter.h. Referenced by itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::~ExtensionVelocitiesImageFilter(). |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. Definition at line 59 of file itkExtensionVelocitiesImageFilter.h. |
|
|
|
Definition at line 104 of file itkExtensionVelocitiesImageFilter.h. References itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Self. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. |
|
Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region. Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. |
|
Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. |
|
Set/Get one of the input velocity images to be extended. |
|
Run-time type information (and related methods). Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. |
|
Get one of the extended velocity images. |
|
Number of velocity images to be extended. |
|
The dimension of the level set. Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. |
|
Method for creation through the object factory. Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >. |
|
Set/Get one of the input velocity images to be extended. |