ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions
itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer > Class Template Reference

#include <itkLevelSetEvolutionStoppingCriterion.h>

+ Inheritance diagram for itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >:
+ Collaboration diagram for itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
LevelSetContainerType::GradientType 
GradientType
typedef
LevelSetContainerType::HeavisideType 
HeavisidePointer
typedef
LevelSetContainerType::HeavisideType 
HeavisideType
typedef
LevelSetContainerType::HessianType 
HessianType
typedef
LevelSetContainerType::InputIndexType 
InputIndexType
typedef IdentifierType IterationIdType
typedef
LevelSetContainerType::Pointer 
LevelSetContainerPointer
typedef TLevelSetContainer LevelSetContainerType
typedef
LevelSetContainerType::LevelSetIdentifierType 
LevelSetIdentifierType
typedef
LevelSetContainerType::LevelSetPointer 
LevelSetPointer
typedef
LevelSetContainerType::LevelSetType 
LevelSetType
typedef
LevelSetContainerType::OutputRealType 
OutputRealType
typedef
LevelSetContainerType::OutputType 
OutputType
typedef SmartPointer< SelfPointer
typedef
LevelSetEvolutionStoppingCriterion 
Self
typedef StoppingCriterionBase Superclass
- Public Types inherited from itk::StoppingCriterionBase
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual IterationIdType GetCurrentIteration ()
virtual LevelSetContainerTypeGetLevelSetContainer ()
virtual const char * GetNameOfClass () const
virtual IterationIdType GetNumberOfIterations ()
virtual OutputRealType GetRMSChangeAccumulator ()
virtual void SetCurrentIteration (IterationIdType _arg)
virtual void SetLevelSetContainer (LevelSetContainerType *_arg)
virtual void SetNumberOfIterations (IterationIdType _arg)
virtual void SetRMSChangeAccumulator (OutputRealType _arg)
- Public Member Functions inherited from itk::StoppingCriterionBase
virtual bool IsSatisfied () const =0
virtual std::string GetDescription () const =0
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
unsigned long AddObserver (const EventObject &event, Command *) const
virtual LightObject::Pointer CreateAnother () const
virtual void DebugOff () const
virtual void DebugOn () const
CommandGetCommand (unsigned long tag)
bool GetDebug () const
MetaDataDictionaryGetMetaDataDictionary (void)
const MetaDataDictionaryGetMetaDataDictionary (void) const
virtual unsigned long GetMTime () const
virtual const TimeStampGetTimeStamp () 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

Protected Member Functions

 LevelSetEvolutionStoppingCriterion ()
virtual ~LevelSetEvolutionStoppingCriterion ()
- Protected Member Functions inherited from itk::StoppingCriterionBase
 StoppingCriterionBase ()
virtual ~StoppingCriterionBase ()
- 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

IterationIdType m_CurrentIteration
LevelSetContainerPointer m_LevelSetContainer
IterationIdType m_NumberOfIterations
OutputRealType m_RMSChangeAccumulator

Private Member Functions

 LevelSetEvolutionStoppingCriterion (const Self &)
void operator= (const Self &)

Detailed Description

template<class TLevelSetContainer>
class itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >

Definition at line 32 of file itkLevelSetEvolutionStoppingCriterion.h.


Member Typedef Documentation

template<class TLevelSetContainer >
typedef SmartPointer< const Self > itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::ConstPointer
template<class TLevelSetContainer >
typedef LevelSetContainerType::GradientType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::GradientType
template<class TLevelSetContainer >
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::HeavisidePointer
template<class TLevelSetContainer >
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::HeavisideType
template<class TLevelSetContainer >
typedef LevelSetContainerType::HessianType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::HessianType
template<class TLevelSetContainer >
typedef LevelSetContainerType::InputIndexType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::InputIndexType
template<class TLevelSetContainer >
typedef IdentifierType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::IterationIdType

Definition at line 61 of file itkLevelSetEvolutionStoppingCriterion.h.

template<class TLevelSetContainer >
typedef LevelSetContainerType::Pointer itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetContainerPointer
template<class TLevelSetContainer >
typedef TLevelSetContainer itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetContainerType
template<class TLevelSetContainer >
typedef LevelSetContainerType::LevelSetIdentifierType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetIdentifierType
template<class TLevelSetContainer >
typedef LevelSetContainerType::LevelSetPointer itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetPointer
template<class TLevelSetContainer >
typedef LevelSetContainerType::LevelSetType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetType
template<class TLevelSetContainer >
typedef LevelSetContainerType::OutputRealType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::OutputRealType
template<class TLevelSetContainer >
typedef LevelSetContainerType::OutputType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::OutputType
template<class TLevelSetContainer >
typedef SmartPointer< Self > itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::Pointer
template<class TLevelSetContainer >
typedef LevelSetEvolutionStoppingCriterion itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::Self

Smart pointer typedef support.

Reimplemented from itk::StoppingCriterionBase.

Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.

Definition at line 35 of file itkLevelSetEvolutionStoppingCriterion.h.

template<class TLevelSetContainer >
typedef StoppingCriterionBase itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::Superclass

Constructor & Destructor Documentation

template<class TLevelSetContainer >
itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetEvolutionStoppingCriterion ( )
protected

Constructor

template<class TLevelSetContainer >
virtual itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::~LevelSetEvolutionStoppingCriterion ( )
protectedvirtual

Destructor

template<class TLevelSetContainer >
itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetEvolutionStoppingCriterion ( const Self )
private

Member Function Documentation

template<class TLevelSetContainer >
virtual IterationIdType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::GetCurrentIteration ( )
virtual
template<class TLevelSetContainer >
virtual LevelSetContainerType* itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::GetLevelSetContainer ( )
virtual
template<class TLevelSetContainer >
virtual const char* itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::GetNameOfClass ( ) const
virtual

Run-time type information (and related methods).

Reimplemented from itk::StoppingCriterionBase.

Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.

template<class TLevelSetContainer >
virtual IterationIdType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::GetNumberOfIterations ( )
virtual
template<class TLevelSetContainer >
virtual OutputRealType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::GetRMSChangeAccumulator ( )
virtual
template<class TLevelSetContainer >
void itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::operator= ( const Self )
private

Mutex lock to protect modification to the reference count

Reimplemented from itk::StoppingCriterionBase.

Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.

template<class TLevelSetContainer >
virtual void itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::SetCurrentIteration ( IterationIdType  _arg)
virtual
template<class TLevelSetContainer >
virtual void itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::SetLevelSetContainer ( LevelSetContainerType _arg)
virtual
template<class TLevelSetContainer >
virtual void itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::SetNumberOfIterations ( IterationIdType  _arg)
virtual
template<class TLevelSetContainer >
virtual void itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::SetRMSChangeAccumulator ( OutputRealType  _arg)
virtual

Member Data Documentation

template<class TLevelSetContainer >
IterationIdType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::m_CurrentIteration
protected

Definition at line 85 of file itkLevelSetEvolutionStoppingCriterion.h.

template<class TLevelSetContainer >
LevelSetContainerPointer itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::m_LevelSetContainer
protected

Definition at line 82 of file itkLevelSetEvolutionStoppingCriterion.h.

template<class TLevelSetContainer >
IterationIdType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::m_NumberOfIterations
protected

Definition at line 84 of file itkLevelSetEvolutionStoppingCriterion.h.

template<class TLevelSetContainer >
OutputRealType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::m_RMSChangeAccumulator
protected

Definition at line 83 of file itkLevelSetEvolutionStoppingCriterion.h.


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