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

#include <itkExtensionVelocitiesImageFilter.h>

+ Inheritance diagram for itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >:
+ Collaboration diagram for itk::ExtensionVelocitiesImageFilter< 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
LevelSetType::LevelSetConstPointer 
LevelSetConstPointer
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
ExtensionVelocitiesImageFilter 
Self
typedef
ReinitializeLevelSetImageFilter
< TLevelSet > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
const AuxImageTypeGetInputVelocityImage (unsigned int idx=0)
virtual const char * GetNameOfClass () const
AuxImageTypeGetOutputVelocityImage (unsigned int idx=0)
void SetInputVelocityImage (const AuxImageType *ptr, unsigned int idx=0)
 typedef (Concept::HasNumericTraits< TAuxValue >) AuxValueHasNumericTraitsCheck
 typedef (Concept::OStreamWritable< PixelType >) LevelSetOStreamWritableCheck

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int AuxDimension = VAuxDimension
static const unsigned int SetDimension = LevelSetType::SetDimension

Protected Member Functions

virtual void AllocateOutput ()
virtual void EnlargeOutputRequestedRegion (DataObject *)
 ExtensionVelocitiesImageFilter ()
virtual void GenerateDataFull ()
virtual void GenerateDataNarrowBand ()
 ~ExtensionVelocitiesImageFilter ()

Private Types

typedef
FastMarchingExtensionImageFilter
< TLevelSet, TAuxValue,
VAuxDimension, SpeedImageType
FastMarchingImageFilterType
typedef
LevelSetVelocityNeighborhoodExtractor
< TLevelSet, TAuxValue,
VAuxDimension > 
LocatorType
typedef Image< float,
itkGetStaticConstMacro(SetDimension) > 
SpeedImageType

Private Member Functions

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

Private Attributes

LocatorType::Pointer m_Locator
FastMarchingImageFilterType::Pointer m_Marcher

Detailed Description

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

Extend velocities smoothly from a particular level set.

ExtensionVelocitiesImageFilter extends velocities smoothly from a particular level set.

This class is templated over the image type which represents the level set, the type of the velocity and the number of velocities to be extended.

This class supports narrowbanding. If the input narrowband is provided, the algorithm will only locate the level set within the input narrowband. For the output, the extended velocity is only valid for a distance of OutputNarrowBandwidth / 2 of either side of the level set of interest.

Implementation 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 54 of file itkExtensionVelocitiesImageFilter.h.


Member Typedef Documentation

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

Definition at line 92 of file itkExtensionVelocitiesImageFilter.h.

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

Definition at line 91 of file itkExtensionVelocitiesImageFilter.h.

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

Definition at line 90 of file itkExtensionVelocitiesImageFilter.h.

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

Definition at line 89 of file itkExtensionVelocitiesImageFilter.h.

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

Definition at line 87 of file itkExtensionVelocitiesImageFilter.h.

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

Definition at line 88 of file itkExtensionVelocitiesImageFilter.h.

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

AuxVarType typedef support.

Definition at line 86 of file itkExtensionVelocitiesImageFilter.h.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef SmartPointer< const Self > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::ConstPointer
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef FastMarchingExtensionImageFilter< TLevelSet, TAuxValue, VAuxDimension, SpeedImageType > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::FastMarchingImageFilterType [private]
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::LevelSetConstPointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetConstPointer
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::LevelSetPointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetPointer
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetTypeDefault< TLevelSet > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LevelSetType

The type of level set and the pointer type.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

Definition at line 69 of file itkExtensionVelocitiesImageFilter.h.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetVelocityNeighborhoodExtractor< TLevelSet, TAuxValue, VAuxDimension > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::LocatorType [private]
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::NodeContainer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeContainer
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::NodeContainerPointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeContainerPointer
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::NodeType itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::NodeType
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef LevelSetType::PixelType itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::PixelType
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef SmartPointer< Self > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Pointer
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef ExtensionVelocitiesImageFilter itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Self

Standard class typedefs.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

Definition at line 60 of file itkExtensionVelocitiesImageFilter.h.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef Image< float, itkGetStaticConstMacro(SetDimension) > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::SpeedImageType [private]

Internal typedefs.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

Definition at line 131 of file itkExtensionVelocitiesImageFilter.h.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
typedef ReinitializeLevelSetImageFilter< TLevelSet > itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::Superclass

Constructor & Destructor Documentation

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

End concept checking

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::~ExtensionVelocitiesImageFilter ( ) [inline, protected]

Definition at line 116 of file itkExtensionVelocitiesImageFilter.h.

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

Member Function Documentation

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AllocateOutput ( ) [protected, virtual]
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
virtual::itk::LightObject::Pointer itk::ExtensionVelocitiesImageFilter< 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::ReinitializeLevelSetImageFilter< TLevelSet >.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::EnlargeOutputRequestedRegion ( DataObject ) [protected, virtual]

Give the process object a chance to indictate that it will produce more output than it was requested to produce. For example, many imaging filters must compute the entire output at once or can only produce output in complete slices. Such filters cannot handle smaller requested regions. These filters must provide an implementation of this method, setting the output requested region to the size they will produce. By default, a process object does not modify the size of the output requested region.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GenerateDataFull ( ) [protected, virtual]
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
virtual void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GenerateDataNarrowBand ( ) [protected, virtual]
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
const AuxImageType* itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetInputVelocityImage ( unsigned int  idx = 0)
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
virtual const char* itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
AuxImageType* itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::GetOutputVelocityImage ( unsigned int  idx = 0)

Get one of the extended velocity images.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
static Pointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

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

PushBackInput(), PushFronInput() in the public section force the input to be the type expected by an ImageToImageFilter. However, these methods end of "hiding" the versions from the superclass (ProcessObject) whose arguments are DataObjects. Here, we re-expose the versions from ProcessObject to avoid warnings about hiding methods from the superclass.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
void itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::SetInputVelocityImage ( const AuxImageType ptr,
unsigned int  idx = 0 
)

Set/Get one of the input velocity images to be extended.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::typedef ( Concept::HasNumericTraits< TAuxValue >  )

Begin concept checking This class requires AuxValueHasNumericTraitsCheck in the form of ( Concept::HasNumericTraits< TAuxValue > )

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::typedef ( Concept::OStreamWritable< PixelType )

This class requires LevelSetOStreamWritableCheck in the form of ( Concept::OStreamWritable< PixelType > )

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.


Member Data Documentation

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
const unsigned int itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::AuxDimension = VAuxDimension [static]

Number of velocity images to be extended.

Definition at line 95 of file itkExtensionVelocitiesImageFilter.h.

template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
LocatorType::Pointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::m_Locator [private]
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
FastMarchingImageFilterType::Pointer itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::m_Marcher [private]
template<class TLevelSet , class TAuxValue = float, unsigned int VAuxDimension = 1>
const unsigned int itk::ExtensionVelocitiesImageFilter< TLevelSet, TAuxValue, VAuxDimension >::SetDimension = LevelSetType::SetDimension [static]

The dimension of the level set.

Reimplemented from itk::ReinitializeLevelSetImageFilter< TLevelSet >.

Definition at line 81 of file itkExtensionVelocitiesImageFilter.h.


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