ITK  4.1.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | Private Member Functions
itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage > Class Template Reference

#include <itkFastMarchingImageToNodePairContainerAdaptor.h>

+ Inheritance diagram for itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >:
+ Collaboration diagram for itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef ImageType::ConstPointer ImageConstPointer
typedef ImageType::PixelType ImagePixelType
typedef ImageType::Pointer ImagePointer
typedef TImage ImageType
typedef Traits::LabelType LabelType
typedef
Traits::NodePairContainerPointer 
NodePairContainerPointer
typedef
Traits::NodePairContainerType 
NodePairContainerType
typedef Traits::NodePairType NodePairType
typedef Traits::OutputPixelType OutputPixelType
typedef SmartPointer< SelfPointer
typedef
FastMarchingImageToNodePairContainerAdaptor 
Self
typedef LightObject Superclass
typedef FastMarchingTraits
< TInput, TOutput > 
Traits

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
NodePairContainerTypeGetAlivePoints ()
NodePairContainerTypeGetForbiddenPoints ()
virtual const char * GetNameOfClass () const
NodePairContainerTypeGetTrialPoints ()
virtual void IsForbiddenImageBinaryMaskOff ()
virtual void IsForbiddenImageBinaryMaskOn ()
void SetAliveImage (const ImageType *iImage)
virtual void SetAliveValue (OutputPixelType _arg)
void SetForbiddenImage (const ImageType *iImage)
virtual void SetIsForbiddenImageBinaryMask (bool _arg)
void SetTrialImage (const ImageType *iImage)
virtual void SetTrialValue (OutputPixelType _arg)
void Update ()

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int ImageDimension = Traits::ImageDimension

Protected Member Functions

 FastMarchingImageToNodePairContainerAdaptor ()
virtual void GenerateData ()
void SetPointsFromImage (const ImageType *image, const LabelType &iLabel, const OutputPixelType &iValue)
virtual ~FastMarchingImageToNodePairContainerAdaptor ()

Protected Attributes

ImageConstPointer m_AliveImage
NodePairContainerPointer m_AlivePoints
OutputPixelType m_AliveValue
ImageConstPointer m_ForbiddenImage
NodePairContainerPointer m_ForbiddenPoints
bool m_IsForbiddenImageBinaryMask
ImageConstPointer m_TrialImage
NodePairContainerPointer m_TrialPoints
OutputPixelType m_TrialValue

Private Member Functions

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

Detailed Description

template<class TInput, class TOutput, class TImage>
class itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >

Convenient adaptor class which converts Image into FastMarching::NodePairContainerType used for initializing the FastMarching.

One provides images by means of SetAliveImage, SetTrialImage, SetForbiddenImage and get corresponding containers by means of GetAlivePoints, GetTrialPoints, GetForbiddenPoints.

One can globally set the associated value for all FastMarchingTraitsBase::Alive points by means of SetAliveValue; and for all FastMarchingTraitsBase::Trial points by means of SetTrialValue.

To restrict the evolution of the front in certain area, one can use SetForbiddenImage and SetIsForbiddenImageBinaryMask depending on the input image.

See also:
FastMarchingTraitsBase
FastMarchingBase

Definition at line 50 of file itkFastMarchingImageToNodePairContainerAdaptor.h.


Member Typedef Documentation

template<class TInput , class TOutput , class TImage >
typedef SmartPointer< const Self > itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::ConstPointer

Reimplemented from itk::Object.

Definition at line 57 of file itkFastMarchingImageToNodePairContainerAdaptor.h.

template<class TInput , class TOutput , class TImage >
typedef ImageType::ConstPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::ImageConstPointer
template<class TInput , class TOutput , class TImage >
typedef ImageType::PixelType itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::ImagePixelType
template<class TInput , class TOutput , class TImage >
typedef ImageType::Pointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::ImagePointer
template<class TInput , class TOutput , class TImage >
typedef TImage itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::ImageType
template<class TInput , class TOutput , class TImage >
typedef Traits::LabelType itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::LabelType
template<class TInput , class TOutput , class TImage >
typedef Traits::NodePairContainerPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::NodePairContainerPointer
template<class TInput , class TOutput , class TImage >
typedef Traits::NodePairContainerType itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::NodePairContainerType
template<class TInput , class TOutput , class TImage >
typedef Traits::NodePairType itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::NodePairType
template<class TInput , class TOutput , class TImage >
typedef Traits::OutputPixelType itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::OutputPixelType
template<class TInput , class TOutput , class TImage >
typedef SmartPointer< Self > itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::Pointer

Reimplemented from itk::Object.

Definition at line 56 of file itkFastMarchingImageToNodePairContainerAdaptor.h.

template<class TInput , class TOutput , class TImage >
typedef FastMarchingImageToNodePairContainerAdaptor itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::Self

Smart pointer typedef support.

Reimplemented from itk::Object.

Definition at line 54 of file itkFastMarchingImageToNodePairContainerAdaptor.h.

template<class TInput , class TOutput , class TImage >
typedef LightObject itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::Superclass

Reimplemented from itk::Object.

Definition at line 55 of file itkFastMarchingImageToNodePairContainerAdaptor.h.

template<class TInput , class TOutput , class TImage >
typedef FastMarchingTraits< TInput, TOutput > itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::Traits

Constructor & Destructor Documentation

template<class TInput , class TOutput , class TImage >
itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::FastMarchingImageToNodePairContainerAdaptor ( ) [protected]

Constructor.

template<class TInput , class TOutput , class TImage >
virtual itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::~FastMarchingImageToNodePairContainerAdaptor ( ) [inline, protected, virtual]

Destructor.

Definition at line 128 of file itkFastMarchingImageToNodePairContainerAdaptor.h.

template<class TInput , class TOutput , class TImage >
itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::FastMarchingImageToNodePairContainerAdaptor ( const Self ) [private]

Member Function Documentation

template<class TInput , class TOutput , class TImage >
virtual::itk::LightObject::Pointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::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::Object.

template<class TInput , class TOutput , class TImage >
virtual void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::GenerateData ( ) [protected, virtual]
template<class TInput , class TOutput , class TImage >
NodePairContainerType* itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::GetAlivePoints ( )

Get resulting Alive Points container.

template<class TInput , class TOutput , class TImage >
NodePairContainerType* itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::GetForbiddenPoints ( )

Get resulting Forbidden Points container.

template<class TInput , class TOutput , class TImage >
virtual const char* itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::Object.

template<class TInput , class TOutput , class TImage >
NodePairContainerType* itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::GetTrialPoints ( )

Get resulting Trial Points container.

template<class TInput , class TOutput , class TImage >
virtual void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::IsForbiddenImageBinaryMaskOff ( ) [virtual]
template<class TInput , class TOutput , class TImage >
virtual void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::IsForbiddenImageBinaryMaskOn ( ) [virtual]
template<class TInput , class TOutput , class TImage >
static Pointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<class TInput , class TOutput , class TImage >
void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::Object.

template<class TInput , class TOutput , class TImage >
void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::SetAliveImage ( const ImageType iImage)

Set one Alive Image.

Note:
Only pixels with non null values are considered as FastMarchingTraitsBase::Alive points.
template<class TInput , class TOutput , class TImage >
virtual void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::SetAliveValue ( OutputPixelType  _arg) [virtual]
template<class TInput , class TOutput , class TImage >
void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::SetForbiddenImage ( const ImageType iImage)

Set one Forbidden Image. There are two possible behaviors here depending on m_IsForbiddenImageBinaryMask:

template<class TInput , class TOutput , class TImage >
virtual void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::SetIsForbiddenImageBinaryMask ( bool  _arg) [virtual]
template<class TInput , class TOutput , class TImage >
void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::SetPointsFromImage ( const ImageType image,
const LabelType iLabel,
const OutputPixelType iValue 
) [protected]
template<class TInput , class TOutput , class TImage >
void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::SetTrialImage ( const ImageType iImage)

Set one Trial Image.

Note:
Only pixels with non null values are considered as FastMarchingTraitsBase::Trialpoints.
template<class TInput , class TOutput , class TImage >
virtual void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::SetTrialValue ( OutputPixelType  _arg) [virtual]
template<class TInput , class TOutput , class TImage >
void itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::Update ( )

Perform the conversion.


Member Data Documentation

template<class TInput , class TOutput , class TImage >
const unsigned int itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::ImageDimension = Traits::ImageDimension [static]
template<class TInput , class TOutput , class TImage >
ImageConstPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_AliveImage [protected]
template<class TInput , class TOutput , class TImage >
NodePairContainerPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_AlivePoints [protected]
template<class TInput , class TOutput , class TImage >
OutputPixelType itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_AliveValue [protected]
template<class TInput , class TOutput , class TImage >
ImageConstPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_ForbiddenImage [protected]
template<class TInput , class TOutput , class TImage >
NodePairContainerPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_ForbiddenPoints [protected]
template<class TInput , class TOutput , class TImage >
bool itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_IsForbiddenImageBinaryMask [protected]
template<class TInput , class TOutput , class TImage >
ImageConstPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_TrialImage [protected]
template<class TInput , class TOutput , class TImage >
NodePairContainerPointer itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_TrialPoints [protected]
template<class TInput , class TOutput , class TImage >
OutputPixelType itk::FastMarchingImageToNodePairContainerAdaptor< TInput, TOutput, TImage >::m_TrialValue [protected]

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