ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
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 >:
Collaboration diagram for itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >:

List of all members.

Public Types

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

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
virtual void SetRange (int _arg)
virtual int GetRange () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

virtual void ComputeExternalForce (SimplexMeshGeometry *data)

Private Member Functions

void Clear ()
int Signi (double a)

Private Attributes

OriginalImagePointer m_Image
std::vector< ImageVoxel * > m_Negative
std::vector< ImageVoxel * > m_Positive
ImageVoxelm_StartVoxel
virtual void SetImage (const OriginalImageType *_arg)
 DeformableSimplexMesh3DGradientConstraintForceFilter ()
 ~DeformableSimplexMesh3DGradientConstraintForceFilter ()
 DeformableSimplexMesh3DGradientConstraintForceFilter (const Self &)
void operator= (const Self &)
void PrintSelf (std::ostream &os, Indent indent) const
int m_Range
double NextVoxel (const double *pp, int *ic, double *x, double *y, double *z)

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 86 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Member Typedef Documentation

template<class TInputMesh , class TOutputMesh >
typedef SmartPointer< const Self > itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::ConstPointer
template<class TInputMesh , class TOutputMesh >
typedef Superclass::GradientImageType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientImageType
template<class TInputMesh , class TOutputMesh >
typedef Superclass::GradientIndexType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIndexType
template<class TInputMesh , class TOutputMesh >
typedef Superclass::GradientIndexValueType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIndexValueType
template<class TInputMesh , class TOutputMesh >
typedef GradientIntensityImageType::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIntensityImagePointer
template<class TInputMesh , class TOutputMesh >
typedef Image< PixelType, 3 > itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientIntensityImageType
template<class TInputMesh , class TOutputMesh >
typedef Superclass::GradientType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::GradientType
template<class TInputMesh , class TOutputMesh >
typedef OriginalImageIndexType::IndexValueType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::ImageIndexValueType
template<class TInputMesh , class TOutputMesh >
typedef InputMeshType::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::InputMeshPointer
template<class TInputMesh , class TOutputMesh >
typedef TInputMesh itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::InputMeshType
template<class TInputMesh , class TOutputMesh >
typedef OriginalImageType::IndexType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OriginalImageIndexType
template<class TInputMesh , class TOutputMesh >
typedef OriginalImageType::ConstPointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OriginalImagePointer
template<class TInputMesh , class TOutputMesh >
typedef Image< float, 3 > itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OriginalImageType
template<class TInputMesh , class TOutputMesh >
typedef OutputMeshType::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OutputMeshPointer
template<class TInputMesh , class TOutputMesh >
typedef TOutputMesh itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::OutputMeshType
template<class TInputMesh , class TOutputMesh >
typedef InputMeshType::PixelType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::PixelType
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 97 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.

template<class TInputMesh , class TOutputMesh >
typedef Superclass::PointType itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::PointType
template<class TInputMesh , class TOutputMesh >
typedef DeformableSimplexMesh3DGradientConstraintForceFilter itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::Self
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 94 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Member Enumeration Documentation

template<class TInputMesh , class TOutputMesh >
enum itk::DeformableSimplexMesh3DGradientConstraintForceFilter::SIDE
Enumerator:
NORMAL 
INVERSE 
BOTH 

Definition at line 136 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Constructor & Destructor Documentation

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

Set Original image

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

Set Original image

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

Set Original image

Definition at line 152 of file itkDeformableSimplexMesh3DGradientConstraintForceFilter.h.


Member Function Documentation

template<class TInputMesh , class TOutputMesh >
void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::Clear ( ) [private]
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::itk::LightObject::Pointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::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::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 ( ) const [virtual]

control the range of search for Bresenham at normal line

template<class TInputMesh , class TOutputMesh >
static 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 >
double itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::NextVoxel ( const double *  pp,
int *  ic,
double *  x,
double *  y,
double *  z 
) [private]

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

template<class TInputMesh , class TOutputMesh >
void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::operator= ( const Self ) [inline, protected]
template<class TInputMesh , class TOutputMesh >
void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::PrintSelf ( std::ostream &  os,
Indent  indent 
) const [protected, virtual]

Set Original image

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

template<class TInputMesh , class TOutputMesh >
virtual void itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::SetImage ( const OriginalImageType _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

template<class TInputMesh , class TOutputMesh >
int itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::Signi ( double  a) [private]

Member Data Documentation

template<class TInputMesh , class TOutputMesh >
OriginalImagePointer itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::m_Image [private]
template<class TInputMesh , class TOutputMesh >
std::vector< ImageVoxel * > itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::m_Negative [private]
template<class TInputMesh , class TOutputMesh >
std::vector< ImageVoxel * > itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::m_Positive [private]
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.

template<class TInputMesh , class TOutputMesh >
ImageVoxel* itk::DeformableSimplexMesh3DGradientConstraintForceFilter< TInputMesh, TOutputMesh >::m_StartVoxel [private]

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