#include <itkLevelSetVelocityNeighborhoodExtractor.h>
Inheritance diagram for itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >:
LevelSetVelocityNeighborhoodExtractor extends the functionality of LevelSetNeighborhoodExtractor by also extracting the values of velocity variables at the specified level set. Specifically, it populates two containers: one containing the value of velocity variables immediately inside the contour defined by the level set and the other containing values for velocity variables immediately outside.
The containers AuxInsideValues() and AuxOutsideValues() can be used in conjunction with Superclass::InsidePoints() and Superclass::OutsidePoints() in FastMarchingExtensionImageFilter to produce images which extends the velocity variables smoothly from the specified level set.
This class is templated over the image type representing the level set, the type of the auxiliary/velocity variables and the number of auxiliary/velocity variables.
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 59 of file itkLevelSetVelocityNeighborhoodExtractor.h.
|
Definition at line 93 of file itkLevelSetVelocityNeighborhoodExtractor.h. Referenced by itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::~LevelSetVelocityNeighborhoodExtractor(). |
|
Definition at line 92 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Definition at line 91 of file itkLevelSetVelocityNeighborhoodExtractor.h. Referenced by itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::SetAuxImage(). |
|
Definition at line 90 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Definition at line 88 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Definition at line 89 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
AuxVarType typedef support. Definition at line 87 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. Definition at line 67 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Index typedef support Definition at line 84 of file itkLevelSetVelocityNeighborhoodExtractor.h. Referenced by itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::~LevelSetVelocityNeighborhoodExtractor(). |
|
The type of the level set. Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. Definition at line 77 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. Definition at line 66 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Standard class typdedefs. Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. Definition at line 64 of file itkLevelSetVelocityNeighborhoodExtractor.h. Referenced by itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::~LevelSetVelocityNeighborhoodExtractor(). |
|
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. Definition at line 65 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
|
|
|
|
|
Get the auxiliary images. Definition at line 107 of file itkLevelSetVelocityNeighborhoodExtractor.h. References NULL. |
|
Get the container of auxiliary values associated with the inside points. |
|
Get the container of auxiliary values associate with the outside points. |
|
Run-time type information (and related methods). Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. |
|
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. |
|
The dimension of the level set. Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. |
|
Method for creation through the object factory. Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. |
|
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::LevelSetNeighborhoodExtractor< TLevelSet >. |
|
Set the auxiliary images. Definition at line 96 of file itkLevelSetVelocityNeighborhoodExtractor.h. References itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxImageType. |