ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetVelocityNeighborhoodExtractor.h>
Locate pixels of a particular level set.
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 58 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef AuxVarType::AuxImageConstPointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxImageConstPointer |
Definition at line 93 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef AuxVarType::AuxImagePointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxImagePointer |
Definition at line 92 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef AuxVarType::AuxImageType itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxImageType |
Definition at line 91 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef AuxVarType::AuxValueContainer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxValueContainer |
Definition at line 90 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef AuxVarType::AuxValueType itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxValueType |
Definition at line 88 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef AuxVarType::AuxValueVectorType itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxValueVectorType |
Definition at line 89 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef AuxVarTypeDefault< TAuxValue, VAuxDimension, itkGetStaticConstMacro(SetDimension) > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxVarType |
AuxVarType typedef support.
Definition at line 87 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef SmartPointer< const Self > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::ConstPointer |
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
Definition at line 66 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef LevelSetTypeDefault< TLevelSet > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::LevelSetType |
The type of the level set.
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
Definition at line 73 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef SmartPointer< Self > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Pointer |
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
Definition at line 65 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef LevelSetVelocityNeighborhoodExtractor itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Self |
Standard class typdedefs.
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
Definition at line 63 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef LevelSetNeighborhoodExtractor< TLevelSet > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Superclass |
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
Definition at line 64 of file itkLevelSetVelocityNeighborhoodExtractor.h.
itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::LevelSetVelocityNeighborhoodExtractor | ( | ) | [protected] |
Get the container of auxiliary values associate with the outside points.
itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::~LevelSetVelocityNeighborhoodExtractor | ( | ) | [inline, protected] |
Get the container of auxiliary values associate with the outside points.
Definition at line 129 of file itkLevelSetVelocityNeighborhoodExtractor.h.
itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::LevelSetVelocityNeighborhoodExtractor | ( | const Self & | ) | [private] |
virtual double itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::CalculateDistance | ( | Index & | index | ) | [protected, virtual] |
virtual::itk::LightObject::Pointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::CreateAnother | ( | void | ) | const [virtual] |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
AuxImageConstPointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::GetAuxImage | ( | unsigned int | idx = 0 | ) | [inline] |
Get the auxiliary images.
Definition at line 107 of file itkLevelSetVelocityNeighborhoodExtractor.h.
References NULL.
virtual AuxValueContainer* itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::GetAuxInsideValues | ( | ) | [virtual] |
Get the container of auxiliary values associated with the inside points.
virtual AuxValueContainer* itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::GetAuxOutsideValues | ( | ) | [virtual] |
Get the container of auxiliary values associate with the outside points.
virtual const char* itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information (and related methods).
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
virtual void itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Initialize | ( | ) | [protected, virtual] |
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
static Pointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::New | ( | ) | [static] |
Method for creation through the object factory.
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
void itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::operator= | ( | const Self & | ) | [private] |
This method causes the filter to generate its output.
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
void itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::PrintSelf | ( | std::ostream & | os, |
Indent | indent | ||
) | const [protected, virtual] |
Get the container of auxiliary values associate with the outside points.
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
void itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::SetAuxImage | ( | const AuxImageType * | ptr, |
unsigned int | idx = 0 |
||
) | [inline] |
Set the auxiliary images.
Definition at line 96 of file itkLevelSetVelocityNeighborhoodExtractor.h.
typedef::itk::Index< itkGetStaticConstMacro(SetDimension) > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Index |
Index typedef support
Definition at line 83 of file itkLevelSetVelocityNeighborhoodExtractor.h.
AuxImageConstPointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::m_AuxImage[VAuxDimension] [private] |
Definition at line 145 of file itkLevelSetVelocityNeighborhoodExtractor.h.
AuxValueContainer::Pointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::m_AuxInsideValues [private] |
Definition at line 143 of file itkLevelSetVelocityNeighborhoodExtractor.h.
AuxValueContainer::Pointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::m_AuxOutsideValues [private] |
Definition at line 144 of file itkLevelSetVelocityNeighborhoodExtractor.h.
const unsigned int itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::SetDimension = LevelSetType::SetDimension [static] |
The dimension of the level set.
Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.
Definition at line 80 of file itkLevelSetVelocityNeighborhoodExtractor.h.