#include <itkLevelSetVelocityNeighborhoodExtractor.h>
Inheritance diagram for itk::LevelSetVelocityNeighborhoodExtractor:
Public Types | |
typedef LevelSetVelocityNeighborhoodExtractor | Self |
typedef LevelSetNeighborhoodExtractor< TLevelSet > | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef LevelSetTypeDefault< TLevelSet > | LevelSetType |
typedef Index< itkGetStaticConstMacro(SetDimension) | Index ) |
typedef AuxVarTypeDefault< TAuxValue, VAuxDimension, itkGetStaticConstMacro(SetDimension) | AuxVarType ) |
typedef AuxVarType::AuxValueType | AuxValueType |
typedef AuxVarType::AuxValueVectorType | AuxValueVectorType |
typedef AuxVarType::AuxValueContainer | AuxValueContainer |
typedef AuxVarType::AuxImageType | AuxImageType |
typedef AuxVarType::AuxImagePointer | AuxImagePointer |
typedef AuxVarType::AuxImageConstPointer | AuxImageConstPointer |
Public Methods | |
virtual const char * | GetClassName () const |
itkStaticConstMacro (SetDimension, unsigned int, LevelSetType::SetDimension) | |
virtual AuxValueContainer * | GetAuxInsideValues () |
virtual AuxValueContainer * | GetAuxOutsideValues () |
void | SetAuxImage (const AuxImageType *ptr, unsigned int idx=0) |
AuxImageConstPointer | GetAuxImage (unsigned int idx=0) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
LevelSetVelocityNeighborhoodExtractor () | |
~LevelSetVelocityNeighborhoodExtractor () | |
void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | Initialize () |
virtual double | CalculateDistance (Index &index) |
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. |
|
Definition at line 92 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
Definition at line 91 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
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. |
|
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. |
|
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >. Definition at line 65 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
|
|
Definition at line 130 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
|
|
Get the auxiliary images. Definition at line 107 of file itkLevelSetVelocityNeighborhoodExtractor.h. |
|
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. |