#include <itkLevelSetFunctionWithRefitTerm.h>
Inheritance diagram for itk::LevelSetFunctionWithRefitTerm< TImageType, TSparseImageType >:
Definition at line 50 of file itkLevelSetFunctionWithRefitTerm.h.
|
Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 59 of file itkLevelSetFunctionWithRefitTerm.h. |
|
A floating point offset from an image grid location. Used for interpolation among grid values in a neighborhood. Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 69 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Definition at line 71 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Extract some parameters from the superclass. Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 68 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Index type derived from the ImageType. Definition at line 76 of file itkLevelSetFunctionWithRefitTerm.h. |
|
The type of data structure that is passed to this function object to evaluate at a pixel that does not lie on a data set boundary. Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 72 of file itkLevelSetFunctionWithRefitTerm.h. |
|
The node type of the sparse image. Definition at line 82 of file itkLevelSetFunctionWithRefitTerm.h. |
|
The type for the normal vectors of the level set image. Definition at line 85 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 58 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 70 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Standard class typedefs. Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 56 of file itkLevelSetFunctionWithRefitTerm.h. |
|
The sparse image type used for the curvature target. Definition at line 79 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 57 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Convenient typedefs. Reimplemented from itk::LevelSetFunction< TImageType >. Definition at line 73 of file itkLevelSetFunctionWithRefitTerm.h. |
|
|
|
Computes the curvature of a level set neighbothood in a way that matches the curvature computation from normal vectors. |
|
Computes the time step for an update given a global data structure. This calls the ComputeGlobalTimeStep method defined in LevelSetFunction and then imposes our own restrictions for the refitting term on the returned value. Reimplemented from itk::LevelSetFunction< TImageType >. |
|
Run-time type information (and related methods) Reimplemented from itk::LevelSetFunction< TImageType >. |
|
Returns the sparse image. Definition at line 106 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Standard New macro. Reimplemented from itk::LevelSetFunction< TImageType >. |
|
Called by PropagationSpeed and added on to the refitting term. Function classes derived from this class should define this method for their propagation speed, NOT the actual PropagationSpeed method. Definition at line 140 of file itkLevelSetFunctionWithRefitTerm.h. |
|
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::LevelSetFunction< TImageType >. |
|
Defines the virtual function in LevelSetFunction to add the refitting term. This function also calls OtherPropagationSpeed to provide a mechanism for subclasses to define other propagation terms. Reimplemented from itk::LevelSetFunction< TImageType >. |
|
This is the weight for propagation terms (other than refitting) that can be defined by subclasses. Definition at line 95 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Set the relative weight of the refitting term. Definition at line 88 of file itkLevelSetFunctionWithRefitTerm.h. |
|
Sets the sparse image which has nodes containing the member variable m_Curvature used in refitting. Definition at line 102 of file itkLevelSetFunctionWithRefitTerm.h. |
|
The weight for other scalar propagation terms that can be defined by classes derived from this class. Definition at line 121 of file itkLevelSetFunctionWithRefitTerm.h. |
|
The weight for the refitting term. Definition at line 117 of file itkLevelSetFunctionWithRefitTerm.h. |