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

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::GradientIndexType 
GradientIndexType
typedef
Superclass::GradientIndexValueType 
GradientIndexValueType
typedef
GradientIntensityImageType::Pointer 
GradientIntensityImagePointer
typedef Image< PixelType, 3 > GradientIntensityImageType
typedef InputMeshType::Pointer InputMeshPointer
typedef TInputMesh InputMeshType
typedef OutputMeshType::Pointer OutputMeshPointer
typedef TOutputMesh OutputMeshType
typedef InputMeshType::PixelType PixelType
typedef SmartPointer< SelfPointer
typedef Superclass::PointType PointType
typedef
DeformableSimplexMesh3DBalloonForceFilter 
Self
typedef
DeformableSimplexMesh3DFilter
< TInputMesh, TOutputMesh > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual double GetKappa () const
virtual const char * GetNameOfClass () const
virtual void SetKappa (double _arg)

Static Public Member Functions

static Pointer New ()

Protected Member Functions

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

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 52 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.


Member Typedef Documentation

template<class TInputMesh , class TOutputMesh >
typedef SmartPointer< const Self > itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::ConstPointer
template<class TInputMesh , class TOutputMesh >
typedef Superclass::GradientIndexType itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::GradientIndexType
template<class TInputMesh , class TOutputMesh >
typedef Superclass::GradientIndexValueType itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::GradientIndexValueType
template<class TInputMesh , class TOutputMesh >
typedef GradientIntensityImageType::Pointer itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::GradientIntensityImagePointer
template<class TInputMesh , class TOutputMesh >
typedef Image< PixelType, 3 > itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::GradientIntensityImageType
template<class TInputMesh , class TOutputMesh >
typedef InputMeshType::Pointer itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::InputMeshPointer
template<class TInputMesh , class TOutputMesh >
typedef TInputMesh itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::InputMeshType
template<class TInputMesh , class TOutputMesh >
typedef OutputMeshType::Pointer itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::OutputMeshPointer
template<class TInputMesh , class TOutputMesh >
typedef TOutputMesh itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::OutputMeshType
template<class TInputMesh , class TOutputMesh >
typedef InputMeshType::PixelType itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::PixelType
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 63 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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

Standard "Self" typedef.

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

Definition at line 57 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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 60 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]

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::itk::LightObject::Pointer itk::DeformableSimplexMesh3DBalloonForceFilter< 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 double itk::DeformableSimplexMesh3DBalloonForceFilter< TInputMesh, TOutputMesh >::GetKappa ( ) const [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 >
static 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]

current iteration number

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

Definition at line 96 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.

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]

Parameters definitions. scalar for balloon force

Definition at line 111 of file itkDeformableSimplexMesh3DBalloonForceFilter.h.


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