#include <itkFastMarchingExtensionImageFilter.h>
Inheritance diagram for itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >:
Fast marching can be used to extend auxiliary variables smoothly from the zero level set. Starting from an initial position on the front, this class simultaneously calculate the signed distance and extend a set of auxiliary values.
This class is templated over the level set image type, the auxiliary variable type and the number of auxiliary variables to extended. The initial front is specified by two containers: one containing the known points and one containing the trial points. The auxiliary variables on the front are represented by two auxiliary variable containers: one containing the value of the variables at the know points and on containing the value of the variables at the trail points.
Implemenation 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 58 of file itkFastMarchingExtensionImageFilter.h.
|
AuxVarType typedef support. Definition at line 93 of file itkFastMarchingExtensionImageFilter.h. |
|
AuxVarType typedef support. Definition at line 92 of file itkFastMarchingExtensionImageFilter.h. |
|
AuxVarType typedef support. Definition at line 91 of file itkFastMarchingExtensionImageFilter.h. |
|
AuxVarType typedef support. Definition at line 89 of file itkFastMarchingExtensionImageFilter.h. |
|
AuxVarType typedef support. Definition at line 90 of file itkFastMarchingExtensionImageFilter.h. |
|
AuxVarType typedef support. Definition at line 88 of file itkFastMarchingExtensionImageFilter.h. |
|
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 66 of file itkFastMarchingExtensionImageFilter.h. |
|
Index typedef support. Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 97 of file itkFastMarchingExtensionImageFilter.h. Referenced by itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::~FastMarchingExtensionImageFilter(). |
|
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 77 of file itkFastMarchingExtensionImageFilter.h. Referenced by itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::~FastMarchingExtensionImageFilter(). |
|
Inherited typedefs. Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 75 of file itkFastMarchingExtensionImageFilter.h. |
|
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 65 of file itkFastMarchingExtensionImageFilter.h. |
|
Standard class typdedefs. Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 63 of file itkFastMarchingExtensionImageFilter.h. Referenced by itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::~FastMarchingExtensionImageFilter(). |
|
SpeedImage typedef support. Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 76 of file itkFastMarchingExtensionImageFilter.h. Referenced by itk::FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, TSpeedImage >::~FastMarchingExtensionImageFilter(). |
|
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. Definition at line 64 of file itkFastMarchingExtensionImageFilter.h. |
|
|
|
|
Generate the output image meta information Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. |
|
Generate the output image meta information Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. |
|
Get the container of auxiliary values at the initial alive points. Definition at line 107 of file itkFastMarchingExtensionImageFilter.h. |
|
Get one of the extended auxiliary variable image. |
|
Get the container of auxiliary values at the initial trial points. Definition at line 115 of file itkFastMarchingExtensionImageFilter.h. |
|
Run-time type information (and related methods). Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. |
|
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. |
|
Number of auxiliary variables to be extended. |
|
The dimension of the level set. |
|
Method for creation through the object factory. Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. |
|
Set the container auxiliary values at the initial alive points. Definition at line 103 of file itkFastMarchingExtensionImageFilter.h. |
|
Set the container of auxiliary values at the initial trial points. Definition at line 111 of file itkFastMarchingExtensionImageFilter.h. |
|
Reimplemented from itk::FastMarchingImageFilter< TLevelSet, TSpeedImage >. |