ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationContainer.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 LevelSetEquationContainer | Self |
typedef Object | Superclass |
typedef TermContainerType::Pointer | TermContainerPointer |
typedef TTermContainer | TermContainerType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
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 () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | GetMTime () const |
virtual const TimeStamp & | GetTimeStamp () const |
bool | HasObserver (const EventObject &event) const |
void | InvokeEvent (const EventObject &) |
void | InvokeEvent (const EventObject &) const |
virtual void | Modified () const |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const |
Public Member Functions inherited from itk::LightObject | |
virtual void | Delete () |
virtual int | GetReferenceCount () const |
itkCloneMacro (Self) | |
void | Print (std::ostream &os, Indent indent=0) const |
Static Public Member Functions | |
static Pointer | New () |
Static Public Member Functions inherited from itk::Object | |
static bool | GetGlobalWarningDisplay () |
static void | GlobalWarningDisplayOff () |
static void | GlobalWarningDisplayOn () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
Protected Types | |
typedef MapContainerType::const_iterator | MapContainerConstIterator |
typedef MapContainerType::iterator | MapContainerIterator |
typedef std::map < LevelSetIdentifierType, TermContainerPointer > | MapContainerType |
Protected Member Functions | |
LevelSetEquationContainer () | |
virtual | ~LevelSetEquationContainer () |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
Protected Member Functions inherited from itk::LightObject | |
virtual LightObject::Pointer | InternalClone () const |
LightObject () | |
virtual void | PrintHeader (std::ostream &os, Indent indent) const |
virtual void | PrintTrailer (std::ostream &os, Indent indent) const |
virtual | ~LightObject () |
Protected Attributes | |
MapContainerType | m_Container |
InputImagePointer | m_Input |
LevelSetContainerPointer | m_LevelSetContainer |
Private Member Functions | |
LevelSetEquationContainer (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 itkLevelSetEquationContainer.h.
typedef SmartPointer< const Self > itk::LevelSetEquationContainer< TTermContainer >::ConstPointer |
Reimplemented from itk::Object.
Definition at line 63 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::InputImagePointer itk::LevelSetEquationContainer< TTermContainer >::InputImagePointer |
Definition at line 77 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::InputImageType itk::LevelSetEquationContainer< TTermContainer >::InputImageType |
Definition at line 76 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::LevelSetContainerPointer itk::LevelSetEquationContainer< TTermContainer >::LevelSetContainerPointer |
Definition at line 84 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::LevelSetContainerType itk::LevelSetEquationContainer< TTermContainer >::LevelSetContainerType |
Definition at line 83 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::LevelSetIdentifierType itk::LevelSetEquationContainer< TTermContainer >::LevelSetIdentifierType |
Definition at line 82 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::LevelSetInputIndexType itk::LevelSetEquationContainer< TTermContainer >::LevelSetInputIndexType |
Definition at line 80 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::LevelSetOutputRealType itk::LevelSetEquationContainer< TTermContainer >::LevelSetOutputRealType |
Definition at line 79 of file itkLevelSetEquationContainer.h.
|
protected |
Definition at line 118 of file itkLevelSetEquationContainer.h.
|
protected |
Definition at line 117 of file itkLevelSetEquationContainer.h.
|
protected |
Definition at line 113 of file itkLevelSetEquationContainer.h.
typedef SmartPointer< Self > itk::LevelSetEquationContainer< TTermContainer >::Pointer |
Reimplemented from itk::Object.
Definition at line 62 of file itkLevelSetEquationContainer.h.
typedef LevelSetEquationContainer itk::LevelSetEquationContainer< TTermContainer >::Self |
Smart pointer typedef support.
Reimplemented from itk::Object.
Definition at line 61 of file itkLevelSetEquationContainer.h.
typedef Object itk::LevelSetEquationContainer< TTermContainer >::Superclass |
Reimplemented from itk::Object.
Definition at line 64 of file itkLevelSetEquationContainer.h.
typedef TermContainerType::Pointer itk::LevelSetEquationContainer< TTermContainer >::TermContainerPointer |
Definition at line 74 of file itkLevelSetEquationContainer.h.
typedef TTermContainer itk::LevelSetEquationContainer< TTermContainer >::TermContainerType |
Definition at line 71 of file itkLevelSetEquationContainer.h.
|
protected |
|
protectedvirtual |
|
private |
void itk::LevelSetEquationContainer< TTermContainer >::AddEquation | ( | const LevelSetIdentifierType & | iId, |
TermContainerType * | iEquation | ||
) |
Add a equation to the system of equations in the EquationContainer map
Iterator itk::LevelSetEquationContainer< TTermContainer >::Begin | ( | ) |
ConstIterator itk::LevelSetEquationContainer< TTermContainer >::Begin | ( | ) | const |
LevelSetOutputRealType itk::LevelSetEquationContainer< TTermContainer >::ComputeCFLContribution | ( | ) | const |
Returns the Courant-Friedrichs-Lewy (CFL) contribution for all the equations
|
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::LevelSetEquationContainer< TTermContainer >::End | ( | ) |
ConstIterator itk::LevelSetEquationContainer< TTermContainer >::End | ( | ) | const |
TermContainerType* itk::LevelSetEquationContainer< TTermContainer >::GetEquation | ( | const LevelSetIdentifierType & | iId | ) | const |
Return a pointer to the equation of given id
|
virtual |
Set/Get the input speed or feature image
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::Object.
void itk::LevelSetEquationContainer< TTermContainer >::InitializeParameters | ( | ) |
Initialize parameters in the terms of all the equations
|
static |
Method for creation through object factory
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
|
virtual |
Set/Get the input speed or feature image
|
virtual |
void itk::LevelSetEquationContainer< TTermContainer >::UpdateInternalEquationTerms | ( | ) |
Update the equation container recursively by calling update on individual equations
void itk::LevelSetEquationContainer< TTermContainer >::UpdatePixel | ( | const LevelSetInputIndexType & | iP, |
const LevelSetOutputRealType & | oldValue, | ||
const LevelSetOutputRealType & | newValue | ||
) |
Supply the update at a given pixel index to update the terms
|
friend |
Definition at line 121 of file itkLevelSetEquationContainer.h.
|
protected |
Definition at line 261 of file itkLevelSetEquationContainer.h.
|
protected |
Definition at line 262 of file itkLevelSetEquationContainer.h.
|
protected |
Definition at line 260 of file itkLevelSetEquationContainer.h.