ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions
itk::LevelSetContainer< TIdentifier, TLevelSet > Class Template Reference

#include <itkLevelSetContainer.h>

+ Inheritance diagram for itk::LevelSetContainer< TIdentifier, TLevelSet >:
+ Collaboration diagram for itk::LevelSetContainer< TIdentifier, TLevelSet >:

List of all members.

Public Types

typedef Superclass::CacheImageType CacheImageType
typedef SmartPointer< const SelfConstPointer
typedef
Superclass::DomainIteratorType 
DomainIteratorType
typedef
Superclass::DomainMapImageFilterPointer 
DomainMapImageFilterPointer
typedef
Superclass::DomainMapImageFilterType 
DomainMapImageFilterType
typedef Superclass::GradientType GradientType
typedef
Superclass::HeavisideConstPointer 
HeavisideConstPointer
typedef Superclass::HeavisideType HeavisideType
typedef Superclass::HessianType HessianType
typedef Superclass::IdListImageType IdListImageType
typedef Superclass::IdListIterator IdListIterator
typedef Superclass::IdListType IdListType
typedef Superclass::InputIndexType InputIndexType
typedef
Superclass::LevelSetContainerConstIteratorType 
LevelSetContainerConstIteratorType
typedef
Superclass::LevelSetContainerIteratorType 
LevelSetContainerIteratorType
typedef
Superclass::LevelSetContainerType 
LevelSetContainerType
typedef
Superclass::LevelSetDomainType 
LevelSetDomainType
typedef
Superclass::LevelSetIdentifierType 
LevelSetIdentifierType
typedef Superclass::LevelSetPointer LevelSetPointer
typedef Superclass::LevelSetType LevelSetType
typedef Superclass::OutputType OutputPixelType
typedef Superclass::OutputRealType OutputRealType
typedef SmartPointer< SelfPointer
typedef LevelSetContainer Self
typedef LevelSetContainerBase
< TIdentifier, TLevelSet > 
Superclass
- Public Types inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet >
typedef std::map
< LevelSetIdentifierType,
LevelSetDomainType
DomainContainerType
typedef IdListType::const_iterator IdListConstIterator
typedef
LevelSetType::LevelSetDataType 
LevelSetDataType
typedef std::pair
< LevelSetIdentifierType,
LevelSetPointer
LevelSetPairType
typedef LevelSetType::OutputType OutputType
- Public Types inherited from itk::Object
- Public Types inherited from itk::LightObject

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
virtual const char * GetNameOfClass () const
- Public Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet >
bool AddLevelSet (const LevelSetIdentifierType &iId, LevelSetType *iLevelSet, const bool iForce=true)
Iterator Begin ()
ConstIterator Begin () const
Iterator End ()
ConstIterator End () const
LevelSetPointer GetLevelSet (const LevelSetIdentifierType &iId) const
bool HasDomainMap () const
bool RemoveLevelSet (const LevelSetIdentifierType &iId)
LevelSetIdentifierType Size () const
virtual void SetHeaviside (HeavisideType *_arg)
virtual const HeavisideTypeGetHeaviside ()
virtual void SetDomainMapFilter (DomainMapImageFilterType *_arg)
virtual DomainMapImageFilterTypeGetDomainMapFilter ()
- 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
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

Static Public Member Functions

static Pointer New ()

Static Public Attributes

static const unsigned int Dimension = LevelSetType::Dimension
- Static Public Attributes inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet >

Protected Member Functions

 LevelSetContainer ()
 ~LevelSetContainer ()
- Protected Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet >
const LevelSetContainerTypeGetContainer () const
 LevelSetContainerBase ()
void SetContainer (const LevelSetContainerType &iContainer)
 ~LevelSetContainerBase ()
- 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 ()

Private Member Functions

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

Detailed Description

template<class TIdentifier, class TLevelSet>
class itk::LevelSetContainer< TIdentifier, TLevelSet >

Container of Level-Sets.

Template Parameters:
TIdentifierInput level set id type
TLevelSetLevel Set Type

Definition at line 39 of file itkLevelSetContainer.h.


Member Typedef Documentation

template<class TIdentifier , class TLevelSet >
typedef Superclass::CacheImageType itk::LevelSetContainer< TIdentifier, TLevelSet >::CacheImageType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 76 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef SmartPointer< const Self > itk::LevelSetContainer< TIdentifier, TLevelSet >::ConstPointer

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 47 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::DomainIteratorType itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainIteratorType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 81 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::DomainMapImageFilterPointer itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainMapImageFilterPointer

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 79 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::DomainMapImageFilterType itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainMapImageFilterType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 77 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::GradientType itk::LevelSetContainer< TIdentifier, TLevelSet >::GradientType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 61 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::HeavisideConstPointer itk::LevelSetContainer< TIdentifier, TLevelSet >::HeavisideConstPointer

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 69 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::HeavisideType itk::LevelSetContainer< TIdentifier, TLevelSet >::HeavisideType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 68 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::HessianType itk::LevelSetContainer< TIdentifier, TLevelSet >::HessianType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 62 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::IdListImageType itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListImageType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 75 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::IdListIterator itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListIterator

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 74 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::IdListType itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 73 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::InputIndexType itk::LevelSetContainer< TIdentifier, TLevelSet >::InputIndexType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 58 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::LevelSetContainerConstIteratorType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerConstIteratorType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 65 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::LevelSetContainerIteratorType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerIteratorType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 66 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::LevelSetContainerType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 64 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::LevelSetDomainType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetDomainType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 80 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::LevelSetIdentifierType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetIdentifierType

IdentifierType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 52 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::LevelSetPointer itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetPointer

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 57 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::LevelSetType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetType

typedefs related to the type of level set

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 56 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::OutputType itk::LevelSetContainer< TIdentifier, TLevelSet >::OutputPixelType

Definition at line 59 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef Superclass::OutputRealType itk::LevelSetContainer< TIdentifier, TLevelSet >::OutputRealType

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 60 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef SmartPointer< Self > itk::LevelSetContainer< TIdentifier, TLevelSet >::Pointer

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 46 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef LevelSetContainer itk::LevelSetContainer< TIdentifier, TLevelSet >::Self

Smart pointer typedef support.

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 44 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
typedef LevelSetContainerBase< TIdentifier, TLevelSet > itk::LevelSetContainer< TIdentifier, TLevelSet >::Superclass

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 45 of file itkLevelSetContainer.h.


Constructor & Destructor Documentation

template<class TIdentifier , class TLevelSet >
itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainer ( )
inlineprotected

Definition at line 84 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
itk::LevelSetContainer< TIdentifier, TLevelSet >::~LevelSetContainer ( )
inlineprotected

Definition at line 85 of file itkLevelSetContainer.h.

template<class TIdentifier , class TLevelSet >
itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainer ( const Self )
private

Member Function Documentation

template<class TIdentifier , class TLevelSet >
virtual::itk::LightObject::Pointer itk::LevelSetContainer< TIdentifier, TLevelSet >::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 TIdentifier , class TLevelSet >
virtual const char* itk::LevelSetContainer< TIdentifier, TLevelSet >::GetNameOfClass ( ) const
virtual

Run-time type information

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

template<class TIdentifier , class TLevelSet >
static Pointer itk::LevelSetContainer< TIdentifier, TLevelSet >::New ( )
static

Method for creation through object factory

Reimplemented from itk::Object.

Referenced by itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::CopyInformationAndAllocate().

template<class TIdentifier , class TLevelSet >
void itk::LevelSetContainer< TIdentifier, TLevelSet >::operator= ( const Self )
private

Mutex lock to protect modification to the reference count

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.


Member Data Documentation

template<class TIdentifier , class TLevelSet >
const unsigned int itk::LevelSetContainer< TIdentifier, TLevelSet >::Dimension = LevelSetType::Dimension
static

Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.

Definition at line 71 of file itkLevelSetContainer.h.


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