ITK  4.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Member Functions
itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer > Class Template Reference

#include <itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h>

Inheritance diagram for itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >:
Collaboration diagram for itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< 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
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
LevelSetEvolutionNumberOfIterationsStoppingCriterion 
Self
typedef
LevelSetEvolutionStoppingCriterionBase
< TLevelSetContainer > 
Superclass

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual std::string GetDescription () const
virtual const char * GetNameOfClass () const
virtual bool IsSatisfied () const

Static Public Member Functions

static Pointer New ()

Protected Member Functions

 LevelSetEvolutionNumberOfIterationsStoppingCriterion ()
virtual ~LevelSetEvolutionNumberOfIterationsStoppingCriterion ()

Private Member Functions

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

Detailed Description

template<class TLevelSetContainer>
class itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >

Definition at line 31 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.


Member Typedef Documentation

template<class TLevelSetContainer >
typedef SmartPointer< const Self > itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::ConstPointer
template<class TLevelSetContainer >
typedef LevelSetContainerType::GradientType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::GradientType
template<class TLevelSetContainer >
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HeavisidePointer
template<class TLevelSetContainer >
typedef LevelSetContainerType::HeavisideType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HeavisideType
template<class TLevelSetContainer >
typedef LevelSetContainerType::HessianType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::HessianType
template<class TLevelSetContainer >
typedef LevelSetContainerType::InputIndexType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::InputIndexType
template<class TLevelSetContainer >
typedef LevelSetContainerType::Pointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetContainerPointer
template<class TLevelSetContainer >
typedef TLevelSetContainer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetContainerType
template<class TLevelSetContainer >
typedef LevelSetContainerType::LevelSetIdentifierType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetIdentifierType
template<class TLevelSetContainer >
typedef LevelSetContainerType::LevelSetPointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetPointer
template<class TLevelSetContainer >
typedef LevelSetContainerType::LevelSetType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetType
template<class TLevelSetContainer >
typedef LevelSetContainerType::OutputRealType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::OutputRealType
template<class TLevelSetContainer >
typedef LevelSetContainerType::OutputType itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::OutputType
template<class TLevelSetContainer >
typedef SmartPointer< Self > itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::Pointer

Smart pointer typedef support.

Reimplemented from itk::LevelSetEvolutionStoppingCriterionBase< TLevelSetContainer >.

Definition at line 35 of file itkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h.

template<class TLevelSetContainer >
typedef LevelSetEvolutionStoppingCriterionBase< TLevelSetContainer > itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::Superclass

Constructor & Destructor Documentation

template<class TLevelSetContainer >
itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetEvolutionNumberOfIterationsStoppingCriterion ( ) [protected]

Constructor

template<class TLevelSetContainer >
virtual itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::~LevelSetEvolutionNumberOfIterationsStoppingCriterion ( ) [protected, virtual]

Destructor

template<class TLevelSetContainer >
itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::LevelSetEvolutionNumberOfIterationsStoppingCriterion ( const Self ) [private]

Member Function Documentation

template<class TLevelSetContainer >
virtual::itk::LightObject::Pointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::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.

template<class TLevelSetContainer >
virtual std::string itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::GetDescription ( ) const [virtual]
Returns:
true if the stopping criterion is reached (and the algorithm must stop).
fasle else.

Implements itk::StoppingCriterionBase.

template<class TLevelSetContainer >
virtual const char* itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::GetNameOfClass ( ) const [virtual]

Run-time type information (and related methods).

Reimplemented from itk::LevelSetEvolutionStoppingCriterionBase< TLevelSetContainer >.

template<class TLevelSetContainer >
virtual bool itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::IsSatisfied ( ) const [virtual]
Returns:
true if the stopping criterion is reached (and the algorithm must stop).
fasle else.

Implements itk::StoppingCriterionBase.

template<class TLevelSetContainer >
static Pointer itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::New ( ) [static]

Method for creation through object factory

Reimplemented from itk::Object.

template<class TLevelSetContainer >
void itk::LevelSetEvolutionNumberOfIterationsStoppingCriterion< TLevelSetContainer >::operator= ( const Self ) [private]

Mutex lock to protect modification to the reference count

Reimplemented from itk::LevelSetEvolutionStoppingCriterionBase< TLevelSetContainer >.


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