ITK  4.0.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::LevelSetDenseImageBase< TImage > Class Template Reference

Base class for the "dense" representation of a level-set function on one image. More...

#include <itkLevelSetDenseImageBase.h>

Inheritance diagram for itk::LevelSetDenseImageBase< TImage >:
Collaboration diagram for itk::LevelSetDenseImageBase< TImage >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::GradientType GradientType
typedef Superclass::HessianType HessianType
typedef ImageType::Pointer ImagePointer
typedef TImage ImageType
typedef ImageType::IndexType IndexType
typedef Superclass::InputType InputType
typedef
Superclass::LevelSetDataType 
LevelSetDataType
typedef Superclass::OutputRealType OutputRealType
typedef Superclass::OutputType OutputType
typedef ImageType::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef ImageType::RegionType RegionType
typedef LevelSetDenseImageBase Self
typedef
DiscreteLevelSetImageBase
< PixelType,
ImageType::ImageDimension > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual ImageTypeGetImage ()
virtual const char * GetNameOfClass () const
virtual void SetImage (ImageType *iImage)
virtual OutputType Evaluate (const InputType &iP) const
virtual void Evaluate (const InputType &iP, LevelSetDataType &ioData) const

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int Dimension = Superclass::Dimension

Protected Member Functions

virtual void CopyInformation (const DataObject *data)
virtual void Graft (const DataObject *data)
virtual void Initialize ()
virtual bool IsInside (const InputType &iP) const
 LevelSetDenseImageBase ()
virtual ~LevelSetDenseImageBase ()

Protected Attributes

ImagePointer m_Image

Private Member Functions

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

Detailed Description

template<class TImage>
class itk::LevelSetDenseImageBase< TImage >

Base class for the "dense" representation of a level-set function on one image.

This representation is a "dense" level-set function, i.e. it defines a level-set function on a grid (more precesily the underlying structure is an Image).

Template Parameters:
TImageInput image type of the level set function
Todo:
Think about using image iterators instead of GetPixel()

Definition at line 41 of file itkLevelSetDenseImageBase.h.


Member Typedef Documentation

template<class TImage >
typedef SmartPointer< const Self > itk::LevelSetDenseImageBase< TImage >::ConstPointer
template<class TImage >
typedef Superclass::GradientType itk::LevelSetDenseImageBase< TImage >::GradientType
template<class TImage >
typedef Superclass::HessianType itk::LevelSetDenseImageBase< TImage >::HessianType
template<class TImage >
typedef ImageType::Pointer itk::LevelSetDenseImageBase< TImage >::ImagePointer

Definition at line 46 of file itkLevelSetDenseImageBase.h.

template<class TImage >
typedef TImage itk::LevelSetDenseImageBase< TImage >::ImageType

Definition at line 45 of file itkLevelSetDenseImageBase.h.

template<class TImage >
typedef ImageType::IndexType itk::LevelSetDenseImageBase< TImage >::IndexType
template<class TImage >
typedef Superclass::InputType itk::LevelSetDenseImageBase< TImage >::InputType
template<class TImage >
typedef Superclass::OutputRealType itk::LevelSetDenseImageBase< TImage >::OutputRealType
template<class TImage >
typedef Superclass::OutputType itk::LevelSetDenseImageBase< TImage >::OutputType
template<class TImage >
typedef ImageType::PixelType itk::LevelSetDenseImageBase< TImage >::PixelType

Definition at line 48 of file itkLevelSetDenseImageBase.h.

template<class TImage >
typedef SmartPointer< Self > itk::LevelSetDenseImageBase< TImage >::Pointer
template<class TImage >
typedef ImageType::RegionType itk::LevelSetDenseImageBase< TImage >::RegionType
template<class TImage >
typedef LevelSetDenseImageBase itk::LevelSetDenseImageBase< TImage >::Self

Standard class typedefs.

Reimplemented from itk::DiscreteLevelSetImageBase< TImage::PixelType, TImage::ImageDimension >.

Definition at line 52 of file itkLevelSetDenseImageBase.h.

template<class TImage >
typedef DiscreteLevelSetImageBase< PixelType, ImageType::ImageDimension > itk::LevelSetDenseImageBase< TImage >::Superclass

Constructor & Destructor Documentation

template<class TImage >
itk::LevelSetDenseImageBase< TImage >::LevelSetDenseImageBase ( ) [protected]
template<class TImage >
virtual itk::LevelSetDenseImageBase< TImage >::~LevelSetDenseImageBase ( ) [protected, virtual]
template<class TImage >
itk::LevelSetDenseImageBase< TImage >::LevelSetDenseImageBase ( const Self ) [private]

Member Function Documentation

template<class TImage >
virtual void itk::LevelSetDenseImageBase< TImage >::CopyInformation ( const DataObject data) [protected, virtual]

Copy level set information from data object

Reimplemented from itk::DiscreteLevelSetImageBase< TImage::PixelType, TImage::ImageDimension >.

template<class TImage >
virtual::itk::LightObject::Pointer itk::LevelSetDenseImageBase< 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 TImage >
virtual OutputType itk::LevelSetDenseImageBase< TImage >::Evaluate ( const InputType iP) const [virtual]

Returns the value of the level set function at a given location iP

Implements itk::DiscreteLevelSetImageBase< TImage::PixelType, TImage::ImageDimension >.

template<class TImage >
virtual void itk::LevelSetDenseImageBase< TImage >::Evaluate ( const InputType iP,
LevelSetDataType ioData 
) const [virtual]

Returns the value of the level set function at a given location iP

Reimplemented from itk::DiscreteLevelSetImageBase< TImage::PixelType, TImage::ImageDimension >.

template<class TImage >
virtual ImageType* itk::LevelSetDenseImageBase< TImage >::GetImage ( ) [virtual]
template<class TImage >
virtual const char* itk::LevelSetDenseImageBase< TImage >::GetNameOfClass ( ) const [virtual]
template<class TImage >
virtual void itk::LevelSetDenseImageBase< TImage >::Graft ( const DataObject data) [protected, virtual]

Graft data object as level set object

Reimplemented from itk::DiscreteLevelSetImageBase< TImage::PixelType, TImage::ImageDimension >.

template<class TImage >
virtual void itk::LevelSetDenseImageBase< TImage >::Initialize ( ) [protected, virtual]

Initial the level set pointer

Reimplemented from itk::DiscreteLevelSetImageBase< TImage::PixelType, TImage::ImageDimension >.

template<class TImage >
virtual bool itk::LevelSetDenseImageBase< TImage >::IsInside ( const InputType iP) const [protected, virtual]
template<class TImage >
static Pointer itk::LevelSetDenseImageBase< TImage >::New ( ) [static]

Method for creation through object factory

Reimplemented from itk::Object.

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

Returns true if iP is inside the level set, i.e. $\phi(p) \leqslant 0 $

Reimplemented from itk::DiscreteLevelSetImageBase< TImage::PixelType, TImage::ImageDimension >.

template<class TImage >
virtual void itk::LevelSetDenseImageBase< TImage >::SetImage ( ImageType iImage) [virtual]

Member Data Documentation

template<class TImage >
const unsigned int itk::LevelSetDenseImageBase< TImage >::Dimension = Superclass::Dimension [static]
template<class TImage >
ImagePointer itk::LevelSetDenseImageBase< TImage >::m_Image [protected]

Definition at line 85 of file itkLevelSetDenseImageBase.h.


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