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

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

Additional to its superclass this model adds an balloon force component to the internal forces. More...

#include <itkDeformableSimplexMesh3DBalloonForceFilter.h>

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

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

Collaboration graph
[legend]
List of all members.

Public Types

typedef DeformableSimplexMesh3DBalloonForceFilter 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

Public Member Functions

virtual const char * GetNameOfClass () const
virtual void SetKappa (double _arg)
virtual double GetKappa ()

Static Public Member Functions

Pointer New ()

Protected Member Functions

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

Protected Attributes

double m_Kappa

Detailed Description

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

Additional to its superclass this model adds an balloon force component to the internal forces.

The balloon force can be scaled, by setting the parameter kappa.

Author:
Thomas Boettger. Division Medical and Biological Informatics, German Cancer Research Center, Heidelberg.

Definition at line 43 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.


Member Typedef Documentation

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

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

Definition at line 54 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

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

Definition at line 66 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

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

Definition at line 67 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

Definition at line 77 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

Definition at line 76 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

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

Definition at line 71 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

Some typedefs.

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

Definition at line 63 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

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

Definition at line 72 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

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

Definition at line 64 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

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

Definition at line 74 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

Smart pointer typedef support

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

Definition at line 53 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

Other definitions.

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

Definition at line 65 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

Standard "Self" typedef.

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

Definition at line 47 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

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

Standard "Superclass" typedef.

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

Definition at line 50 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.


Constructor & Destructor Documentation

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

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

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

Definition at line 86 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

References itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::Self.


Member Function Documentation

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

Compute the external force component

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

template<class TInputMesh, class TOutputMesh>
virtual double itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::GetKappa  )  [virtual]
 

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

Run-time type information (and related methods).

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

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

Method of creation through the object factory.

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

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

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

Definition at line 89 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

References itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::Self.

template<class TInputMesh, class TOutputMesh>
void itk::DeformableSimplexMesh3DBalloonForceFilter< 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::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::SetKappa double  _arg  )  [virtual]
 


Member Data Documentation

template<class TInputMesh, class TOutputMesh>
double itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::m_Kappa [protected]
 

scalar for balloon force

Definition at line 105 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.


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