ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h>
Definition at line 31 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.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 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 LevelSetEvolutionNumberOfIterationsStoppingCriterion | Self |
typedef LevelSetEvolutionStoppingCriterion < TLevelSetContainer > | Superclass |
Public Types inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer > | |
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 | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef StoppingCriterionBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother () const |
virtual std::string | GetDescription () const override |
virtual const char * | GetNameOfClass () const |
virtual bool | IsSatisfied () const override |
Public Member Functions inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer > | |
virtual IterationIdType | GetCurrentIteration () |
virtual const LevelSetContainerType * | GetLevelSetContainer () const |
virtual LevelSetContainerType * | GetModifiableLevelSetContainer () |
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::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 () |
const MetaDataDictionary & | GetMetaDataDictionary () const |
virtual ModifiedTimeType | 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 override |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) override |
virtual void | UnRegister () const noexceptoverride |
virtual void | SetObjectName (std::string _arg) |
virtual const std::string & | GetObjectName () 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 Pointer | New () |
static void | SetGlobalWarningDisplay (bool flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
LevelSetEvolutionNumberOfIterationsStoppingCriterion () | |
virtual | ~LevelSetEvolutionNumberOfIterationsStoppingCriterion () |
Protected Member Functions inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer > | |
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 override |
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 () |
Private Member Functions | |
LevelSetEvolutionNumberOfIterationsStoppingCriterion (const Self &) | |
void | operator= (const Self &) |
Additional Inherited Members | |
Protected Attributes inherited from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer > | |
IterationIdType | m_CurrentIteration |
LevelSetContainerPointer | m_LevelSetContainer |
IterationIdType | m_NumberOfIterations |
OutputRealType | m_RMSChangeAccumulator |
Protected Attributes inherited from itk::LightObject | |
AtomicInt< int > | m_ReferenceCount |
typedef SmartPointer< const Self > itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::ConstPointer |
Definition at line 38 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::GradientType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::GradientType |
Definition at line 57 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HeavisidePointer |
Definition at line 61 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HeavisideType |
Definition at line 60 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::HessianType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HessianType |
Definition at line 58 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::InputIndexType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::InputIndexType |
Definition at line 54 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::Pointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetContainerPointer |
Definition at line 48 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef TLevelSetContainer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetContainerType |
Definition at line 45 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::LevelSetIdentifierType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetIdentifierType |
Definition at line 50 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::LevelSetPointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetPointer |
Definition at line 52 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::LevelSetType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetType |
Definition at line 51 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::OutputRealType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::OutputRealType |
Definition at line 56 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetContainerType::OutputType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::OutputType |
Definition at line 55 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef SmartPointer< Self > itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::Pointer |
Definition at line 37 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetEvolutionNumberOfIterationsStoppingCriterion itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::Self |
Definition at line 35 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
typedef LevelSetEvolutionStoppingCriterion< TLevelSetContainer > itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::Superclass |
Definition at line 36 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.
|
protected |
Constructor
|
protectedvirtual |
Destructor
|
private |
|
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.
|
overridevirtual |
true
if the stopping criterion is reached (and the algorithm must stop). fasle
else. Implements itk::StoppingCriterionBase.
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::LevelSetEvolutionStoppingCriterion< TLevelSetContainer >.
|
overridevirtual |
true
if the stopping criterion is reached (and the algorithm must stop). fasle
else. Implements itk::StoppingCriterionBase.
|
static |
Method for creation through object factory
|
private |