ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension > Class Template Reference

#include <itkLevelSetVelocityNeighborhoodExtractor.h>

+ Inheritance diagram for itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >:
+ Collaboration diagram for itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >:

List of all members.

Public Types

typedef
AuxVarType::AuxImageConstPointer 
AuxImageConstPointer
typedef AuxVarType::AuxImagePointer AuxImagePointer
typedef AuxVarType::AuxImageType AuxImageType
typedef
AuxVarType::AuxValueContainer 
AuxValueContainer
typedef AuxVarType::AuxValueType AuxValueType
typedef
AuxVarType::AuxValueVectorType 
AuxValueVectorType
typedef AuxVarTypeDefault
< TAuxValue, VAuxDimension,
itkGetStaticConstMacro(SetDimension) > 
AuxVarType
typedef SmartPointer< const SelfConstPointer
typedef LevelSetTypeDefault
< TLevelSet > 
LevelSetType
typedef SmartPointer< SelfPointer
typedef
LevelSetVelocityNeighborhoodExtractor 
Self
typedef
LevelSetNeighborhoodExtractor
< TLevelSet > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual AuxValueContainerGetAuxInsideValues ()
virtual const char * GetNameOfClass () const
void SetAuxImage (const AuxImageType *ptr, unsigned int idx=0)
AuxImageConstPointer GetAuxImage (unsigned int idx=0)

Static Public Member Functions

static Pointer New ()

Public Attributes

typedef::itk::Index
< itkGetStaticConstMacro(SetDimension) > 
Index

Static Public Attributes

static const unsigned int SetDimension = LevelSetType::SetDimension

Protected Member Functions

virtual double CalculateDistance (Index &index)
virtual void Initialize ()

Private Member Functions

 LevelSetVelocityNeighborhoodExtractor (const Self &)
void operator= (const Self &)

Private Attributes

AuxImageConstPointer m_AuxImage [VAuxDimension]
AuxValueContainer::Pointer m_AuxInsideValues
AuxValueContainer::Pointer m_AuxOutsideValues
virtual AuxValueContainerGetAuxOutsideValues ()
 LevelSetVelocityNeighborhoodExtractor ()
 ~LevelSetVelocityNeighborhoodExtractor ()
void PrintSelf (std::ostream &os, Indent indent) const

Detailed Description

template<class TLevelSet, class TAuxValue, unsigned int VAuxDimension = 1>
class itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >

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.


Member Typedef Documentation

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxImageConstPointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxImageConstPointer

Definition at line 93 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxImagePointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxImagePointer

Definition at line 92 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxImageType itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxImageType

Definition at line 91 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxValueContainer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxValueContainer

Definition at line 90 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxValueType itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxValueType

Definition at line 88 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef AuxVarType::AuxValueVectorType itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxValueVectorType

Definition at line 89 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef AuxVarTypeDefault< TAuxValue, VAuxDimension, itkGetStaticConstMacro(SetDimension) > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::AuxVarType

AuxVarType typedef support.

Definition at line 87 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef SmartPointer< const Self > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::ConstPointer
template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
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.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef SmartPointer< Self > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Pointer
template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef LevelSetVelocityNeighborhoodExtractor itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Self

Standard class typdedefs.

Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.

Definition at line 63 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef LevelSetNeighborhoodExtractor< TLevelSet > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Superclass

Constructor & Destructor Documentation

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::LevelSetVelocityNeighborhoodExtractor ( ) [protected]

Get the container of auxiliary values associate with the outside points.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
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.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::LevelSetVelocityNeighborhoodExtractor ( const Self ) [private]

Member Function Documentation

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
virtual double itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::CalculateDistance ( Index index) [protected, virtual]
template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
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 >.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
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.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
virtual AuxValueContainer* itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::GetAuxInsideValues ( ) [virtual]

Get the container of auxiliary values associated with the inside points.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
virtual AuxValueContainer* itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::GetAuxOutsideValues ( ) [virtual]

Get the container of auxiliary values associate with the outside points.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
virtual const char* itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
virtual void itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Initialize ( ) [protected, virtual]
template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
static Pointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
void itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::operator= ( const Self ) [private]

This method causes the filter to generate its output.

Reimplemented from itk::LevelSetNeighborhoodExtractor< TLevelSet >.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
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 >.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
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.


Member Data Documentation

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
typedef::itk::Index< itkGetStaticConstMacro(SetDimension) > itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::Index

Index typedef support

Definition at line 83 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
AuxImageConstPointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::m_AuxImage[VAuxDimension] [private]

Definition at line 145 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
AuxValueContainer::Pointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::m_AuxInsideValues [private]

Definition at line 143 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
AuxValueContainer::Pointer itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >::m_AuxOutsideValues [private]

Definition at line 144 of file itkLevelSetVelocityNeighborhoodExtractor.h.

template<class TLevelSet , class TAuxValue , unsigned int VAuxDimension = 1>
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.


The documentation for this class was generated from the following file: