ITK  4.4.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > > Class Template Reference

#include <itkLevelSetContainer.h>

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

Detailed Description

template<class TIdentifier, class TImage>
class itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >

Container class for dense level sets.

Definition at line 97 of file itkLevelSetContainer.h.

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 LevelSetImageType::Pointer LevelSetImagePointer
 
typedef LevelSetType::ImageType LevelSetImageType
 
typedef Superclass::LevelSetPointer LevelSetPointer
 
typedef LevelSetDenseImage
< TImage > 
LevelSetType
 
typedef Superclass::OutputType OutputPixelType
 
typedef Superclass::OutputRealType OutputRealType
 
typedef SmartPointer< SelfPointer
 
typedef LevelSetContainer Self
 
typedef LevelSetContainerBase
< TIdentifier, LevelSetType
Superclass
 
- Public Types inherited from itk::LevelSetContainerBase< TIdentifier, LevelSetDenseImage< TImage > >
typedef Image< short, Dimension > CacheImageType
 
typedef SmartPointer< const SelfConstPointer
 
typedef std::map
< LevelSetIdentifierType,
LevelSetDomainType
DomainContainerType
 
typedef
DomainContainerType::iterator 
DomainIteratorType
 
typedef
DomainMapImageFilterType::Pointer 
DomainMapImageFilterPointer
 
typedef
LevelSetDomainMapImageFilter
< IdListImageType,
CacheImageType
DomainMapImageFilterType
 
typedef LevelSetType::GradientType GradientType
 
typedef HeavisideType::ConstPointer HeavisideConstPointer
 
typedef
HeavisideStepFunctionBase
< OutputRealType,
OutputRealType
HeavisideType
 
typedef LevelSetType::HessianType HessianType
 
typedef IdListType::const_iterator IdListConstIterator
 
typedef Image< IdListType,
Dimension > 
IdListImageType
 
typedef IdListType::iterator IdListIterator
 
typedef std::list
< LevelSetIdentifierType
IdListType
 
typedef LevelSetType::InputType InputIndexType
 
typedef
LevelSetContainerType::const_iterator 
LevelSetContainerConstIteratorType
 
typedef
LevelSetContainerType::iterator 
LevelSetContainerIteratorType
 
typedef std::map
< LevelSetIdentifierType,
LevelSetPointer
LevelSetContainerType
 
typedef
LevelSetType::LevelSetDataType 
LevelSetDataType
 
typedef
DomainMapImageFilterType::LevelSetDomain 
LevelSetDomainType
 
typedef TIdentifier LevelSetIdentifierType
 
typedef std::pair
< LevelSetIdentifierType,
LevelSetPointer
LevelSetPairType
 
typedef LevelSetType::Pointer LevelSetPointer
 
typedef LevelSetDenseImage
< TImage > 
LevelSetType
 
typedef
LevelSetType::OutputRealType 
OutputRealType
 
typedef LevelSetType::OutputType OutputType
 
typedef SmartPointer< SelfPointer
 
typedef LevelSetContainerBase Self
 
typedef Object Superclass
 
- Public Types inherited from itk::Object
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef Object Self
 
typedef LightObject Superclass
 
- Public Types inherited from itk::LightObject
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LightObject Self
 

Public Member Functions

virtual ::itk::LightObject::Pointer CreateAnother (void) const
 
virtual const char * GetNameOfClass () const
 
- Public Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, LevelSetDenseImage< TImage > >
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 (const HeavisideType *_arg)
 
virtual const HeavisideTypeGetHeaviside () const
 
virtual void SetDomainMapFilter (DomainMapImageFilterType *_arg)
 
virtual DomainMapImageFilterTypeGetModifiableDomainMapFilter ()
 
virtual const
DomainMapImageFilterType
GetDomainMapFilter () const
 
- 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 ModifiedTimeType 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, LevelSetDenseImage< TImage > >
static const unsigned int Dimension
 
void CopyInformationAndAllocate (const Self *iOther, const bool &iAllocate)
 
 LevelSetContainer ()
 
 ~LevelSetContainer ()
 
 LevelSetContainer (const Self &)
 
void operator= (const Self &)
 

Additional Inherited Members

- Protected Types inherited from itk::LightObject
typedef int InternalReferenceCountType
 
- Protected Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, LevelSetDenseImage< TImage > >
const LevelSetContainerTypeGetContainer () const
 
 LevelSetContainerBase ()
 
void SetContainer (const LevelSetContainerType &iContainer)
 
 ~LevelSetContainerBase ()
 
- Protected Attributes inherited from itk::LightObject
InternalReferenceCountType m_ReferenceCount
 
SimpleFastMutexLock m_ReferenceCountLock
 

Member Typedef Documentation

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

Definition at line 134 of file itkLevelSetContainer.h.

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

Definition at line 106 of file itkLevelSetContainer.h.

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

Definition at line 139 of file itkLevelSetContainer.h.

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

Definition at line 137 of file itkLevelSetContainer.h.

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

Definition at line 135 of file itkLevelSetContainer.h.

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

Definition at line 119 of file itkLevelSetContainer.h.

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

Definition at line 127 of file itkLevelSetContainer.h.

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

Definition at line 126 of file itkLevelSetContainer.h.

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

Definition at line 120 of file itkLevelSetContainer.h.

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

Definition at line 133 of file itkLevelSetContainer.h.

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

Definition at line 132 of file itkLevelSetContainer.h.

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

Definition at line 131 of file itkLevelSetContainer.h.

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

Definition at line 116 of file itkLevelSetContainer.h.

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

Definition at line 123 of file itkLevelSetContainer.h.

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

Definition at line 124 of file itkLevelSetContainer.h.

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

Definition at line 122 of file itkLevelSetContainer.h.

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

Definition at line 138 of file itkLevelSetContainer.h.

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

Definition at line 111 of file itkLevelSetContainer.h.

template<class TIdentifier , class TImage >
typedef LevelSetImageType::Pointer itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::LevelSetImagePointer

Definition at line 142 of file itkLevelSetContainer.h.

template<class TIdentifier , class TImage >
typedef LevelSetType::ImageType itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::LevelSetImageType

Definition at line 141 of file itkLevelSetContainer.h.

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

Definition at line 115 of file itkLevelSetContainer.h.

template<class TIdentifier , class TImage >
typedef LevelSetDenseImage< TImage > itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::LevelSetType

Definition at line 101 of file itkLevelSetContainer.h.

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

Definition at line 117 of file itkLevelSetContainer.h.

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

Definition at line 118 of file itkLevelSetContainer.h.

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

Definition at line 105 of file itkLevelSetContainer.h.

template<class TIdentifier , class TImage >
typedef LevelSetContainer itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::Self

Definition at line 103 of file itkLevelSetContainer.h.

template<class TIdentifier , class TImage >
typedef LevelSetContainerBase< TIdentifier, LevelSetType > itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::Superclass

Definition at line 104 of file itkLevelSetContainer.h.

Constructor & Destructor Documentation

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

Compute information from data object and/or allocate new level set image

Definition at line 184 of file itkLevelSetContainer.h.

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

Compute information from data object and/or allocate new level set image

Definition at line 185 of file itkLevelSetContainer.h.

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

Compute information from data object and/or allocate new level set image

Member Function Documentation

template<class TIdentifier , class TImage >
void itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::CopyInformationAndAllocate ( const Self iOther,
const bool &  iAllocate 
)
inline

Compute information from data object and/or allocate new level set image

Definition at line 145 of file itkLevelSetContainer.h.

References itk::LevelSetContainerBase< TIdentifier, TLevelSet >::SetContainer().

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

Run-time type information

Reimplemented from itk::LevelSetContainerBase< TIdentifier, LevelSetDenseImage< TImage > >.

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

Method for creation through object factory

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

Compute information from data object and/or allocate new level set image

Member Data Documentation

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

Definition at line 129 of file itkLevelSetContainer.h.


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