ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationContainerBase.h>
Classes | |
class | ConstIterator |
class | Iterator |
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef TermContainerType::InputImagePointer | InputImagePointer |
typedef TermContainerType::InputImageType | InputImageType |
typedef TermContainerType::LevelSetContainerPointer | LevelSetContainerPointer |
typedef TermContainerType::LevelSetContainerType | LevelSetContainerType |
typedef TermContainerType::LevelSetIdentifierType | LevelSetIdentifierType |
typedef TermContainerType::LevelSetInputIndexType | LevelSetInputIndexType |
typedef TermContainerType::LevelSetOutputRealType | LevelSetOutputRealType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEquationContainerBase | Self |
typedef Object | Superclass |
typedef TermContainerType::Pointer | TermContainerPointer |
typedef TTermContainer | TermContainerType |
Public Member Functions | |
void | AddEquation (const LevelSetIdentifierType &iId, TermContainerType *iEquation) |
Iterator | Begin () |
ConstIterator | Begin () const |
LevelSetOutputRealType | ComputeCFLContribution () const |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
Iterator | End () |
ConstIterator | End () const |
TermContainerType * | GetEquation (const LevelSetIdentifierType &iId) const |
virtual LevelSetContainerType * | GetLevelSetContainer () |
virtual const char * | GetNameOfClass () const |
void | InitializeParameters () |
virtual void | SetLevelSetContainer (LevelSetContainerType *_arg) |
void | UpdateInternalEquationTerms () |
void | UpdatePixel (const LevelSetInputIndexType &iP, const LevelSetOutputRealType &oldValue, const LevelSetOutputRealType &newValue) |
virtual void | SetInput (InputImageType *_arg) |
virtual const InputImageType * | GetInput () |
Static Public Member Functions | |
static Pointer | New () |
Protected Types | |
typedef MapContainerType::const_iterator | MapContainerConstIterator |
typedef MapContainerType::iterator | MapContainerIterator |
typedef std::map < LevelSetIdentifierType, TermContainerPointer > | MapContainerType |
Protected Member Functions | |
LevelSetEquationContainerBase () | |
virtual | ~LevelSetEquationContainerBase () |
Protected Attributes | |
MapContainerType | m_Container |
InputImagePointer | m_Input |
LevelSetContainerPointer | m_LevelSetContainer |
Private Member Functions | |
LevelSetEquationContainerBase (const Self &) | |
void | operator= (const Self &) |
Friends | |
class | Iterator |
Class for holding a set of level set equations (PDEs).
TTermContainer | Container holding the terms in a level set equation |
Evolving level-set functions can be expressed as follows:
where is a term which could depend on any of the level-set functions , the input image, and is a weight to balance the contribution of each term in the PDE.
Each equation of this system of equation (PDE) is referred as an equation in the level-set framework. Each equation contributes to the evolution of the level-set function .
Definition at line 58 of file itkLevelSetEquationContainerBase.h.
typedef SmartPointer< const Self > itk::LevelSetEquationContainerBase< TTermContainer >::ConstPointer |
Reimplemented from itk::Object.
Definition at line 63 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::InputImagePointer itk::LevelSetEquationContainerBase< TTermContainer >::InputImagePointer |
Definition at line 77 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::InputImageType itk::LevelSetEquationContainerBase< TTermContainer >::InputImageType |
Definition at line 76 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::LevelSetContainerPointer itk::LevelSetEquationContainerBase< TTermContainer >::LevelSetContainerPointer |
Definition at line 84 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::LevelSetContainerType itk::LevelSetEquationContainerBase< TTermContainer >::LevelSetContainerType |
Definition at line 83 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::LevelSetIdentifierType itk::LevelSetEquationContainerBase< TTermContainer >::LevelSetIdentifierType |
Definition at line 82 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::LevelSetInputIndexType itk::LevelSetEquationContainerBase< TTermContainer >::LevelSetInputIndexType |
Definition at line 80 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::LevelSetOutputRealType itk::LevelSetEquationContainerBase< TTermContainer >::LevelSetOutputRealType |
Definition at line 79 of file itkLevelSetEquationContainerBase.h.
typedef MapContainerType::const_iterator itk::LevelSetEquationContainerBase< TTermContainer >::MapContainerConstIterator [protected] |
Definition at line 118 of file itkLevelSetEquationContainerBase.h.
typedef MapContainerType::iterator itk::LevelSetEquationContainerBase< TTermContainer >::MapContainerIterator [protected] |
Definition at line 117 of file itkLevelSetEquationContainerBase.h.
typedef std::map< LevelSetIdentifierType, TermContainerPointer > itk::LevelSetEquationContainerBase< TTermContainer >::MapContainerType [protected] |
Definition at line 113 of file itkLevelSetEquationContainerBase.h.
typedef SmartPointer< Self > itk::LevelSetEquationContainerBase< TTermContainer >::Pointer |
Reimplemented from itk::Object.
Definition at line 62 of file itkLevelSetEquationContainerBase.h.
typedef LevelSetEquationContainerBase itk::LevelSetEquationContainerBase< TTermContainer >::Self |
Smart pointer typedef support.
Reimplemented from itk::Object.
Definition at line 61 of file itkLevelSetEquationContainerBase.h.
typedef Object itk::LevelSetEquationContainerBase< TTermContainer >::Superclass |
Reimplemented from itk::Object.
Definition at line 64 of file itkLevelSetEquationContainerBase.h.
typedef TermContainerType::Pointer itk::LevelSetEquationContainerBase< TTermContainer >::TermContainerPointer |
Definition at line 74 of file itkLevelSetEquationContainerBase.h.
typedef TTermContainer itk::LevelSetEquationContainerBase< TTermContainer >::TermContainerType |
Definition at line 71 of file itkLevelSetEquationContainerBase.h.
itk::LevelSetEquationContainerBase< TTermContainer >::LevelSetEquationContainerBase | ( | ) | [protected] |
virtual itk::LevelSetEquationContainerBase< TTermContainer >::~LevelSetEquationContainerBase | ( | ) | [protected, virtual] |
itk::LevelSetEquationContainerBase< TTermContainer >::LevelSetEquationContainerBase | ( | const Self & | ) | [private] |
void itk::LevelSetEquationContainerBase< TTermContainer >::AddEquation | ( | const LevelSetIdentifierType & | iId, |
TermContainerType * | iEquation | ||
) |
Add a equation to the system of equations in the EquationContainer map
Iterator itk::LevelSetEquationContainerBase< TTermContainer >::Begin | ( | ) |
ConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::Begin | ( | ) | const |
LevelSetOutputRealType itk::LevelSetEquationContainerBase< TTermContainer >::ComputeCFLContribution | ( | ) | const |
Returns the Courant-Friedrichs-Lewy (CFL) contribution for all the equations
virtual::itk::LightObject::Pointer itk::LevelSetEquationContainerBase< TTermContainer >::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.
Iterator itk::LevelSetEquationContainerBase< TTermContainer >::End | ( | ) |
ConstIterator itk::LevelSetEquationContainerBase< TTermContainer >::End | ( | ) | const |
TermContainerType* itk::LevelSetEquationContainerBase< TTermContainer >::GetEquation | ( | const LevelSetIdentifierType & | iId | ) | const |
Return a pointer to the equation of given id
virtual const InputImageType* itk::LevelSetEquationContainerBase< TTermContainer >::GetInput | ( | ) | [virtual] |
Set/Get the input speed or feature image
virtual LevelSetContainerType* itk::LevelSetEquationContainerBase< TTermContainer >::GetLevelSetContainer | ( | ) | [virtual] |
virtual const char* itk::LevelSetEquationContainerBase< TTermContainer >::GetNameOfClass | ( | ) | const [virtual] |
Run-time type information
Reimplemented from itk::Object.
void itk::LevelSetEquationContainerBase< TTermContainer >::InitializeParameters | ( | ) |
Initialize parameters in the terms of all the equations
static Pointer itk::LevelSetEquationContainerBase< TTermContainer >::New | ( | ) | [static] |
Method for creation through object factory
Reimplemented from itk::Object.
void itk::LevelSetEquationContainerBase< TTermContainer >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
virtual void itk::LevelSetEquationContainerBase< TTermContainer >::SetInput | ( | InputImageType * | _arg | ) | [virtual] |
Set/Get the input speed or feature image
virtual void itk::LevelSetEquationContainerBase< TTermContainer >::SetLevelSetContainer | ( | LevelSetContainerType * | _arg | ) | [virtual] |
void itk::LevelSetEquationContainerBase< TTermContainer >::UpdateInternalEquationTerms | ( | ) |
Update the equation container recursively by calling update on individual equations
void itk::LevelSetEquationContainerBase< TTermContainer >::UpdatePixel | ( | const LevelSetInputIndexType & | iP, |
const LevelSetOutputRealType & | oldValue, | ||
const LevelSetOutputRealType & | newValue | ||
) |
Supply the update at a given pixel index to update the terms
friend class Iterator [friend] |
Definition at line 121 of file itkLevelSetEquationContainerBase.h.
MapContainerType itk::LevelSetEquationContainerBase< TTermContainer >::m_Container [protected] |
Definition at line 261 of file itkLevelSetEquationContainerBase.h.
InputImagePointer itk::LevelSetEquationContainerBase< TTermContainer >::m_Input [protected] |
Definition at line 262 of file itkLevelSetEquationContainerBase.h.
LevelSetContainerPointer itk::LevelSetEquationContainerBase< TTermContainer >::m_LevelSetContainer [protected] |
Definition at line 260 of file itkLevelSetEquationContainerBase.h.