ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::LevelSetNeighborhoodExtractor< TLevelSet > Class Template Reference

Locate pixels of a particular level set. More...

#include <itkLevelSetNeighborhoodExtractor.h>

Inheritance diagram for itk::LevelSetNeighborhoodExtractor< TLevelSet >:
Collaboration diagram for itk::LevelSetNeighborhoodExtractor< TLevelSet >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Index
< itkGetStaticConstMacro(SetDimension) > 
IndexType
typedef
LevelSetType::LevelSetConstPointer 
LevelSetConstPointer
typedef
LevelSetType::LevelSetImageType 
LevelSetImageType
typedef
LevelSetType::LevelSetPointer 
LevelSetPointer
typedef LevelSetTypeDefault
< TLevelSet > 
LevelSetType
typedef LevelSetType::NodeContainer NodeContainer
typedef
LevelSetType::NodeContainerPointer 
NodeContainerPointer
typedef LevelSetType::NodeType NodeType
typedef LevelSetType::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef
LevelSetNeighborhoodExtractor 
Self
typedef LightProcessObject Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const LevelSetImageTypeGetInputLevelSet ()
virtual NodeContainerGetInputNarrowBand ()
NodeContainerPointer GetInsidePoints ()
virtual double GetLevelSetValue () const
virtual const char * GetNameOfClass () const
virtual double GetNarrowBandwidth () const
NodeContainerPointer GetOutsidePoints (void)
void Locate ()
virtual void SetInputLevelSet (const LevelSetImageType *_arg)
void SetInputNarrowBand (NodeContainer *ptr)
virtual void SetLevelSetValue (double _arg)
virtual void SetNarrowBanding (bool _arg)
virtual void SetNarrowBandwidth (double _arg)
virtual bool GetNarrowBanding () const
virtual void NarrowBandingOn ()
virtual void NarrowBandingOff ()

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int SetDimension = LevelSetType::SetDimension

Protected Member Functions

virtual double CalculateDistance (IndexType &index)
void GenerateData ()
LevelSetImageType::PixelType GetLargeValue () const
bool GetLastPointIsInside () const
const NodeTypeGetNodeUsedInCalculation (unsigned int idx) const
virtual void Initialize ()
 LevelSetNeighborhoodExtractor ()
void PrintSelf (std::ostream &os, Indent indent) const
 ~LevelSetNeighborhoodExtractor ()

Private Member Functions

void GenerateDataFull ()
void GenerateDataNarrowBand ()
 LevelSetNeighborhoodExtractor (const Self &)
void operator= (const Self &)

Private Attributes

SizeValueType m_ImageSize [SetDimension]
LevelSetConstPointer m_InputLevelSet
NodeContainerPointer m_InputNarrowBand
NodeContainerPointer m_InsidePoints
LevelSetImageType::PixelType m_LargeValue
bool m_LastPointIsInside
double m_LevelSetValue
bool m_NarrowBanding
double m_NarrowBandwidth
std::vector< NodeTypem_NodesUsed
NodeContainerPointer m_OutsidePoints

Detailed Description

template<class TLevelSet>
class itk::LevelSetNeighborhoodExtractor< TLevelSet >

Locate pixels of a particular level set.

LevelSetNeighborhoodExtractor locates a particular level set in the input level set. Specifically, the method Locate() fills two containers: one containing pixels immediately inside the contour defined by the level set and the other containing pixels immediately outside. For each located pixel, an estimated distance to the particular level set is also calculated.

The containers InsidePoints and OutsidePoints can then be used in FastMarchingImageFilter to produce a signed distance map from the specified level set.

This class is templated over the image type representing the level set.

This class supports narrowbanding. If a input narrowband is provided, the alogrithm will only search pixels within the narrowband.

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 57 of file itkLevelSetNeighborhoodExtractor.h.


Member Typedef Documentation

template<class TLevelSet >
typedef SmartPointer< const Self > itk::LevelSetNeighborhoodExtractor< TLevelSet >::ConstPointer
template<class TLevelSet >
typedef Index< itkGetStaticConstMacro(SetDimension) > itk::LevelSetNeighborhoodExtractor< TLevelSet >::IndexType

Index typedef support.

Definition at line 88 of file itkLevelSetNeighborhoodExtractor.h.

Definition at line 77 of file itkLevelSetNeighborhoodExtractor.h.

Definition at line 75 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
typedef LevelSetType::LevelSetPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetPointer

Definition at line 76 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
typedef LevelSetTypeDefault< TLevelSet > itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetType

LevelSetType typedef support.

Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.

Definition at line 71 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
typedef LevelSetType::NodeContainer itk::LevelSetNeighborhoodExtractor< TLevelSet >::NodeContainer

Definition at line 80 of file itkLevelSetNeighborhoodExtractor.h.

Definition at line 81 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
typedef LevelSetType::NodeType itk::LevelSetNeighborhoodExtractor< TLevelSet >::NodeType

Definition at line 79 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
typedef LevelSetType::PixelType itk::LevelSetNeighborhoodExtractor< TLevelSet >::PixelType

Definition at line 78 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
typedef SmartPointer< Self > itk::LevelSetNeighborhoodExtractor< TLevelSet >::Pointer
template<class TLevelSet >
typedef LevelSetNeighborhoodExtractor itk::LevelSetNeighborhoodExtractor< TLevelSet >::Self

Standard class typdedefs.

Reimplemented from itk::LightProcessObject.

Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.

Definition at line 62 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
typedef LightProcessObject itk::LevelSetNeighborhoodExtractor< TLevelSet >::Superclass

Constructor & Destructor Documentation

template<class TLevelSet >
itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetNeighborhoodExtractor ( ) [protected]
template<class TLevelSet >
itk::LevelSetNeighborhoodExtractor< TLevelSet >::~LevelSetNeighborhoodExtractor ( ) [inline, protected]

Definition at line 139 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
itk::LevelSetNeighborhoodExtractor< TLevelSet >::LevelSetNeighborhoodExtractor ( const Self ) [private]

Member Function Documentation

template<class TLevelSet >
virtual double itk::LevelSetNeighborhoodExtractor< TLevelSet >::CalculateDistance ( IndexType index) [protected, virtual]
template<class TLevelSet >
virtual::itk::LightObject::Pointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::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::LightProcessObject.

Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.

template<class TLevelSet >
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::GenerateData ( void  ) [protected, virtual]

This method causes the filter to generate its output.

Reimplemented from itk::LightProcessObject.

template<class TLevelSet >
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::GenerateDataFull ( ) [private]
template<class TLevelSet >
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::GenerateDataNarrowBand ( ) [private]
template<class TLevelSet >
virtual const LevelSetImageType* itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetInputLevelSet ( ) [virtual]

Get the input level set.

template<class TLevelSet >
virtual NodeContainer* itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetInputNarrowBand ( ) [virtual]
template<class TLevelSet >
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetInsidePoints ( ) [inline]

Get the container of inside points. The inside points are stored in a VectorContainer of LevelSetNodes.

Definition at line 125 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
LevelSetImageType::PixelType itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetLargeValue ( ) const [inline, protected]

Definition at line 142 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetLastPointIsInside ( ) const [inline, protected]

Definition at line 154 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
virtual double itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetLevelSetValue ( ) const [virtual]

Get the value of the level set to be located.

template<class TLevelSet >
virtual const char* itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::LightProcessObject.

Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.

template<class TLevelSet >
virtual bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNarrowBanding ( ) const [virtual]

Get the narrowbanding flag.

template<class TLevelSet >
virtual double itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNarrowBandwidth ( ) const [virtual]

Get the narrow band width.

template<class TLevelSet >
const NodeType& itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetNodeUsedInCalculation ( unsigned int  idx) const [inline, protected]

Definition at line 145 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::GetOutsidePoints ( void  ) [inline]

Get the container of outside points. The outside points are stored in a VectorContainer of LevelSetNodes.

Definition at line 130 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::Initialize ( ) [protected, virtual]
template<class TLevelSet >
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::Locate ( )

Locate the level set. This method evokes the level set location algorithm.

template<class TLevelSet >
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::NarrowBandingOff ( ) [virtual]

Get the narrowbanding flag.

template<class TLevelSet >
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::NarrowBandingOn ( ) [virtual]

Get the narrowbanding flag.

template<class TLevelSet >
static Pointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::LightProcessObject.

Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.

template<class TLevelSet >
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::operator= ( const Self ) [private]

This method causes the filter to generate its output.

Reimplemented from itk::LightProcessObject.

Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.

template<class TLevelSet >
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

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::LightProcessObject.

Reimplemented in itk::LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension >.

template<class TLevelSet >
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetInputLevelSet ( const LevelSetImageType _arg) [virtual]

Set the input level set.

template<class TLevelSet >
void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetInputNarrowBand ( NodeContainer ptr)

Set/Get the input narrowband. A narrowband is represented as a VectorContainer of LevelSetNodes.

template<class TLevelSet >
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetLevelSetValue ( double  _arg) [virtual]

Set the value of the level set to be located. Default is 0.

template<class TLevelSet >
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetNarrowBanding ( bool  _arg) [virtual]

Set the narrowbanding flag.

template<class TLevelSet >
virtual void itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetNarrowBandwidth ( double  _arg) [virtual]

Set the narrow band width. Default is 12.


Member Data Documentation

template<class TLevelSet >
SizeValueType itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_ImageSize[SetDimension] [private]

Definition at line 175 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
LevelSetConstPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_InputLevelSet [private]

Definition at line 169 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_InputNarrowBand [private]

Definition at line 173 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_InsidePoints [private]

Definition at line 166 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
LevelSetImageType::PixelType itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_LargeValue [private]

Definition at line 176 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_LastPointIsInside [private]

Definition at line 180 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
double itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_LevelSetValue [private]

Definition at line 164 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
bool itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_NarrowBanding [private]

Definition at line 171 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
double itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_NarrowBandwidth [private]

Definition at line 172 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
std::vector< NodeType > itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_NodesUsed [private]

Definition at line 178 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
NodeContainerPointer itk::LevelSetNeighborhoodExtractor< TLevelSet >::m_OutsidePoints [private]

Definition at line 167 of file itkLevelSetNeighborhoodExtractor.h.

template<class TLevelSet >
const unsigned int itk::LevelSetNeighborhoodExtractor< TLevelSet >::SetDimension = LevelSetType::SetDimension [static]

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