Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh > Class Template Reference

Additional to its superclass this class reimplemets the external forces methos in which the scan line algorithm is used to find highest gradient is found in the direction of the normal to each vertex within a specified range. More...

#include <itkDeformableSimplexMesh3DGradientConstraintForceFilter.h>

Inheritance diagram for itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >:

Inheritance graph
[legend]
Collaboration diagram for itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >:

Collaboration graph
[legend]
List of all members.

Public Types

typedef DeformableSimplexMesh3DGradientConstraintForceFilter Self
typedef DeformableSimplexMesh3DFilter<
TInputMesh, TOutputMesh > 
Superclass
typedef SmartPointer< SelfPointer
typedef SmartPointer< const
Self
ConstPointer
typedef TInputMesh InputMeshType
typedef TOutputMesh OutputMeshType
typedef Superclass::PointType PointType
typedef Superclass::GradientIndexType GradientIndexType
typedef Superclass::GradientIndexValueType GradientIndexValueType
typedef InputMeshType::Pointer InputMeshPointer
typedef OutputMeshType::Pointer OutputMeshPointer
typedef InputMeshType::PixelType PixelType
typedef Image< PixelType, 3 > GradientIntensityImageType
typedef GradientIntensityImageType::Pointer GradientIntensityImagePointer
typedef Image< float, 3 > OriginalImageType
typedef OriginalImageType::IndexType OriginalImageIndexType
typedef OriginalImageIndexType::IndexValueType ImageIndexValueType
typedef OriginalImageType::Pointer OriginalImagePointer
enum  SIDE { NORMAL, INVERSE, BOTH }

Public Member Functions

virtual const char * GetNameOfClass () const
virtual void SetImage (OriginalImagePointer _arg)
virtual void SetRange (int _arg)
virtual int GetRange ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

 DeformableSimplexMesh3DGradientConstraintForceFilter ()
 ~DeformableSimplexMesh3DGradientConstraintForceFilter ()
 DeformableSimplexMesh3DGradientConstraintForceFilter (const Self &)
void operator= (const Self &)
void PrintSelf (std::ostream &os, Indent indent) const
virtual void ComputeExternalForce (SimplexMeshGeometry *data)

Protected Attributes

int m_Range

Detailed Description

template<class TInputMesh, class TOutputMesh>
class itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >

Additional to its superclass this class reimplemets the external forces methos in which the scan line algorithm is used to find highest gradient is found in the direction of the normal to each vertex within a specified range.

Author:
Leila Baghdadi. Mouse Imaging Centre, Hospital for Sick Children, Toronto, Ontario,Canada. I acknowledge the helpful insights of Herve Delingette of INRIA, France.

Definition at line 88 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Member Typedef Documentation

template<class TInputMesh, class TOutputMesh>
typedef SmartPointer<const Self> itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::ConstPointer
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 99 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef Superclass::GradientIndexType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIndexType
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 111 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef Superclass::GradientIndexValueType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIndexValueType
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 112 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef GradientIntensityImageType::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIntensityImagePointer
 

Definition at line 121 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef Image<PixelType, 3> itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIntensityImageType
 

Definition at line 120 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef OriginalImageIndexType::IndexValueType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::ImageIndexValueType
 

Definition at line 125 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef InputMeshType::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::InputMeshPointer
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 115 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef TInputMesh itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::InputMeshType
 

Some typedefs.

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 108 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef OriginalImageType::IndexType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OriginalImageIndexType
 

Definition at line 124 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef OriginalImageType::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OriginalImagePointer
 

Definition at line 126 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef Image<float, 3> itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OriginalImageType
 

Definition at line 123 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef OutputMeshType::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OutputMeshPointer
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 116 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef TOutputMesh itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OutputMeshType
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 109 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef InputMeshType::PixelType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::PixelType
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 118 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef SmartPointer<Self> itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::Pointer
 

Smart pointer typedef support

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 98 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef Superclass::PointType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::PointType
 

Other definitions.

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 110 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef DeformableSimplexMesh3DGradientConstraintForceFilter itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::Self
 

Standard "Self" typedefs.

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 92 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh, class TOutputMesh>
typedef DeformableSimplexMesh3DFilter<TInputMesh, TOutputMesh> itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::Superclass
 

Standard "Superclass" typedef.

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 95 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Member Enumeration Documentation

template<class TInputMesh, class TOutputMesh>
enum itk::DeformableSimplexMesh3DGradientConstraintForceFilter::SIDE
 

Enumeration values:
NORMAL 
INVERSE 
BOTH 

Definition at line 133 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Constructor & Destructor Documentation

template<class TInputMesh, class TOutputMesh>
itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::DeformableSimplexMesh3DGradientConstraintForceFilter  )  [protected]
 

template<class TInputMesh, class TOutputMesh>
itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::~DeformableSimplexMesh3DGradientConstraintForceFilter  )  [protected]
 

template<class TInputMesh, class TOutputMesh>
itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::DeformableSimplexMesh3DGradientConstraintForceFilter const Self  )  [inline, protected]
 

Definition at line 151 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Member Function Documentation

template<class TInputMesh, class TOutputMesh>
virtual void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::ComputeExternalForce SimplexMeshGeometry data  )  [protected, virtual]
 

Compute the external force component

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh>
virtual const char* itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GetNameOfClass  )  const [virtual]
 

Run-time type information (and related methods).

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh>
virtual int itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GetRange  )  [virtual]
 

control the range of search for Bresenham at normal line

template<class TInputMesh, class TOutputMesh>
Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::New  )  [static]
 

Method for creation through the object factory.

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh>
void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::operator= const Self  )  [inline, protected]
 

Reimplemented from itk::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

Definition at line 154 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

References itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::m_Range.

template<class TInputMesh, class TOutputMesh>
void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::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::DeformableSimplexMesh3DFilter< TInputMesh, TOutputMesh >.

template<class TInputMesh, class TOutputMesh>
virtual void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::SetImage OriginalImagePointer  _arg  )  [virtual]
 

Set Original image

template<class TInputMesh, class TOutputMesh>
virtual void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::SetRange int  _arg  )  [virtual]
 

control the range of search for Bresenham at normal line


Member Data Documentation

template<class TInputMesh, class TOutputMesh>
int itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::m_Range [protected]
 

Range of search for Bresenham algorithm (normal line at each vertex)

Definition at line 165 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

Referenced by itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::operator=().


The documentation for this class was generated from the following file:
Generated at Thu May 25 00:46:19 2006 for ITK by doxygen 1.3.5 written by Dimitri van Heesch, © 1997-2000