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
itk::ShiSparseLevelSetImage< VDimension > Class Template Reference

Derived class for the shi representation of level-set function. More...

#include <itkShiSparseLevelSetImage.h>

Inheritance diagram for itk::ShiSparseLevelSetImage< VDimension >:
Collaboration diagram for itk::ShiSparseLevelSetImage< VDimension >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef Superclass::GradientType GradientType
typedef Superclass::HessianType HessianType
typedef Superclass::InputType InputType
typedef Superclass::LabelMapPointer LabelMapPointer
typedef Superclass::LabelMapType LabelMapType
typedef
Superclass::LabelObjectLengthType 
LabelObjectLengthType
typedef
Superclass::LabelObjectLineType 
LabelObjectLineType
typedef
Superclass::LabelObjectPointer 
LabelObjectPointer
typedef Superclass::LabelObjectType LabelObjectType
typedef
Superclass::LayerConstIterator 
LayerConstIterator
typedef Superclass::LayerIdType LayerIdType
typedef Superclass::LayerIterator LayerIterator
typedef
Superclass::LayerMapConstIterator 
LayerMapConstIterator
typedef
Superclass::LayerMapIterator 
LayerMapIterator
typedef Superclass::LayerMapType LayerMapType
typedef Superclass::LayerType LayerType
typedef
Superclass::LevelSetDataType 
LevelSetDataType
typedef Superclass::OutputRealType OutputRealType
typedef Superclass::OutputType OutputType
typedef SmartPointer< SelfPointer
typedef Superclass::RegionType RegionType
typedef ShiSparseLevelSetImage Self
typedef
LevelSetSparseImageBase
< int8_t, VDimension > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual OutputType Evaluate (const InputType &iP) const
virtual HessianType EvaluateHessian (const InputType &iP) const
virtual void EvaluateHessian (const InputType &iP, LevelSetDataType &ioData) const
virtual void EvaluateLaplacian (const InputType &iP, LevelSetDataType &ioData) const
virtual OutputRealType EvaluateLaplacian (const InputType &iP) const
virtual OutputRealType EvaluateMeanCurvature (const InputType &iP) const
virtual void EvaluateMeanCurvature (const InputType &iP, LevelSetDataType &ioData) const
virtual const char * GetNameOfClass () const

Static Public Member Functions

static LayerIdType MinusOneLayer ()
static LayerIdType MinusThreeLayer ()
static Pointer New ()
static LayerIdType PlusOneLayer ()
static LayerIdType PlusThreeLayer ()

Static Public Attributes

static const unsigned int Dimension = VDimension

Protected Member Functions

virtual void InitializeInternalLabelList ()
virtual void InitializeLayers ()
 ShiSparseLevelSetImage ()
virtual ~ShiSparseLevelSetImage ()

Private Member Functions

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

Detailed Description

template<unsigned int VDimension>
class itk::ShiSparseLevelSetImage< VDimension >

Derived class for the shi representation of level-set function.

This representation is a "sparse" level-set function, where values could only be { -3, -1, +1, +3 } and organized into 2 layers { -1, +1 }.

Template Parameters:
VDimensionDimension of the input space

Definition at line 37 of file itkShiSparseLevelSetImage.h.


Member Typedef Documentation

template<unsigned int VDimension>
typedef SmartPointer< const Self > itk::ShiSparseLevelSetImage< VDimension >::ConstPointer
template<unsigned int VDimension>
typedef Superclass::GradientType itk::ShiSparseLevelSetImage< VDimension >::GradientType
template<unsigned int VDimension>
typedef Superclass::HessianType itk::ShiSparseLevelSetImage< VDimension >::HessianType
template<unsigned int VDimension>
typedef Superclass::InputType itk::ShiSparseLevelSetImage< VDimension >::InputType
template<unsigned int VDimension>
typedef Superclass::LabelMapPointer itk::ShiSparseLevelSetImage< VDimension >::LabelMapPointer
template<unsigned int VDimension>
typedef Superclass::LabelMapType itk::ShiSparseLevelSetImage< VDimension >::LabelMapType
template<unsigned int VDimension>
typedef Superclass::LabelObjectLengthType itk::ShiSparseLevelSetImage< VDimension >::LabelObjectLengthType
template<unsigned int VDimension>
typedef Superclass::LabelObjectLineType itk::ShiSparseLevelSetImage< VDimension >::LabelObjectLineType
template<unsigned int VDimension>
typedef Superclass::LabelObjectPointer itk::ShiSparseLevelSetImage< VDimension >::LabelObjectPointer
template<unsigned int VDimension>
typedef Superclass::LabelObjectType itk::ShiSparseLevelSetImage< VDimension >::LabelObjectType
template<unsigned int VDimension>
typedef Superclass::LayerConstIterator itk::ShiSparseLevelSetImage< VDimension >::LayerConstIterator
template<unsigned int VDimension>
typedef Superclass::LayerIdType itk::ShiSparseLevelSetImage< VDimension >::LayerIdType
template<unsigned int VDimension>
typedef Superclass::LayerIterator itk::ShiSparseLevelSetImage< VDimension >::LayerIterator
template<unsigned int VDimension>
typedef Superclass::LayerMapConstIterator itk::ShiSparseLevelSetImage< VDimension >::LayerMapConstIterator
template<unsigned int VDimension>
typedef Superclass::LayerMapIterator itk::ShiSparseLevelSetImage< VDimension >::LayerMapIterator
template<unsigned int VDimension>
typedef Superclass::LayerMapType itk::ShiSparseLevelSetImage< VDimension >::LayerMapType
template<unsigned int VDimension>
typedef Superclass::LayerType itk::ShiSparseLevelSetImage< VDimension >::LayerType
template<unsigned int VDimension>
typedef Superclass::LevelSetDataType itk::ShiSparseLevelSetImage< VDimension >::LevelSetDataType
template<unsigned int VDimension>
typedef Superclass::OutputRealType itk::ShiSparseLevelSetImage< VDimension >::OutputRealType
template<unsigned int VDimension>
typedef Superclass::OutputType itk::ShiSparseLevelSetImage< VDimension >::OutputType
template<unsigned int VDimension>
typedef SmartPointer< Self > itk::ShiSparseLevelSetImage< VDimension >::Pointer
template<unsigned int VDimension>
typedef Superclass::RegionType itk::ShiSparseLevelSetImage< VDimension >::RegionType

Type used to define Regions

Reimplemented from itk::LevelSetSparseImageBase< int8_t, VDimension >.

Definition at line 70 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef ShiSparseLevelSetImage itk::ShiSparseLevelSetImage< VDimension >::Self

Standard class typedefs.

Reimplemented from itk::LevelSetSparseImageBase< int8_t, VDimension >.

Definition at line 41 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
typedef LevelSetSparseImageBase< int8_t, VDimension > itk::ShiSparseLevelSetImage< VDimension >::Superclass

Constructor & Destructor Documentation

template<unsigned int VDimension>
itk::ShiSparseLevelSetImage< VDimension >::ShiSparseLevelSetImage ( ) [protected]
template<unsigned int VDimension>
virtual itk::ShiSparseLevelSetImage< VDimension >::~ShiSparseLevelSetImage ( ) [protected, virtual]
template<unsigned int VDimension>
itk::ShiSparseLevelSetImage< VDimension >::ShiSparseLevelSetImage ( const Self ) [private]

Member Function Documentation

template<unsigned int VDimension>
virtual::itk::LightObject::Pointer itk::ShiSparseLevelSetImage< VDimension >::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<unsigned int VDimension>
virtual OutputType itk::ShiSparseLevelSetImage< VDimension >::Evaluate ( const InputType iP) const [virtual]

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

Implements itk::DiscreteLevelSetImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::ShiSparseLevelSetImage< VDimension >::EvaluateHessian ( const InputType iP,
LevelSetDataType ioData 
) const [virtual]

Returns the Hessian of the level set function at a given location iP as part of the LevelSetDataType

Reimplemented from itk::DiscreteLevelSetImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual HessianType itk::ShiSparseLevelSetImage< VDimension >::EvaluateHessian ( const InputType iP) const [virtual]

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

Reimplemented from itk::DiscreteLevelSetImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::ShiSparseLevelSetImage< VDimension >::EvaluateLaplacian ( const InputType iP,
LevelSetDataType ioData 
) const [virtual]

Returns the Laplacian of the level set function at a given location iP as part of the LevelSetDataType

Reimplemented from itk::DiscreteLevelSetImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual OutputRealType itk::ShiSparseLevelSetImage< VDimension >::EvaluateLaplacian ( const InputType iP) const [virtual]

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

Reimplemented from itk::DiscreteLevelSetImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::ShiSparseLevelSetImage< VDimension >::EvaluateMeanCurvature ( const InputType iP,
LevelSetDataType ioData 
) const [virtual]

Returns the Hessian of the level set function at a given location iP as part of the LevelSetDataType

Reimplemented from itk::DiscreteLevelSetImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual OutputRealType itk::ShiSparseLevelSetImage< VDimension >::EvaluateMeanCurvature ( const InputType iP) const [virtual]

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

Reimplemented from itk::DiscreteLevelSetImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual const char* itk::ShiSparseLevelSetImage< VDimension >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::LevelSetSparseImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
virtual void itk::ShiSparseLevelSetImage< VDimension >::InitializeInternalLabelList ( ) [protected, virtual]
template<unsigned int VDimension>
virtual void itk::ShiSparseLevelSetImage< VDimension >::InitializeLayers ( ) [protected, virtual]

Initialize the sparse field layers

Implements itk::LevelSetSparseImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
static LayerIdType itk::ShiSparseLevelSetImage< VDimension >::MinusOneLayer ( ) [inline, static]

Definition at line 98 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
static LayerIdType itk::ShiSparseLevelSetImage< VDimension >::MinusThreeLayer ( ) [inline, static]

Definition at line 97 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
static Pointer itk::ShiSparseLevelSetImage< VDimension >::New ( ) [static]

Method for creation through the object factory.

Reimplemented from itk::Object.

template<unsigned int VDimension>
void itk::ShiSparseLevelSetImage< VDimension >::operator= ( const Self ) [private]

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

Reimplemented from itk::LevelSetSparseImageBase< int8_t, VDimension >.

template<unsigned int VDimension>
static LayerIdType itk::ShiSparseLevelSetImage< VDimension >::PlusOneLayer ( ) [inline, static]

Definition at line 99 of file itkShiSparseLevelSetImage.h.

template<unsigned int VDimension>
static LayerIdType itk::ShiSparseLevelSetImage< VDimension >::PlusThreeLayer ( ) [inline, static]

Definition at line 100 of file itkShiSparseLevelSetImage.h.


Member Data Documentation

template<unsigned int VDimension>
const unsigned int itk::ShiSparseLevelSetImage< VDimension >::Dimension = VDimension [static]

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