ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEvolutionStoppingCriterion.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
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< Self > | Pointer |
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 LevelSetContainerType * | GetLevelSetContainer () |
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 |
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 |
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 &) |
Definition at line 32 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef SmartPointer< const Self > itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::ConstPointer |
Reimplemented from itk::StoppingCriterionBase.
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 38 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::GradientType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::GradientType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 55 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::HeavisidePointer |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 59 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::HeavisideType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 58 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::HessianType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::HessianType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 56 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::InputIndexType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::InputIndexType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 52 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef IdentifierType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::IterationIdType |
Definition at line 61 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::Pointer itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetContainerPointer |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 44 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef TLevelSetContainer itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetContainerType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 41 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::LevelSetIdentifierType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetIdentifierType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 47 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::LevelSetPointer itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetPointer |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 50 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::LevelSetType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::LevelSetType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 49 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::OutputRealType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::OutputRealType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 54 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef LevelSetContainerType::OutputType itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::OutputType |
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 53 of file itkLevelSetEvolutionStoppingCriterion.h.
typedef SmartPointer< Self > itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::Pointer |
Reimplemented from itk::StoppingCriterionBase.
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 37 of file itkLevelSetEvolutionStoppingCriterion.h.
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.
typedef StoppingCriterionBase itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >::Superclass |
Reimplemented from itk::StoppingCriterionBase.
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
Definition at line 36 of file itkLevelSetEvolutionStoppingCriterion.h.
|
protected |
Constructor
|
protectedvirtual |
Destructor
|
private |
|
virtual |
|
virtual |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::StoppingCriterionBase.
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
|
virtual |
|
virtual |
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::StoppingCriterionBase.
Reimplemented in itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
Definition at line 85 of file itkLevelSetEvolutionStoppingCriterion.h.
|
protected |
Definition at line 82 of file itkLevelSetEvolutionStoppingCriterion.h.
|
protected |
Definition at line 84 of file itkLevelSetEvolutionStoppingCriterion.h.
|
protected |
Definition at line 83 of file itkLevelSetEvolutionStoppingCriterion.h.