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

#include <itkLevelSetContainer.h>

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

Detailed Description

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

Container of Level-Sets.

Template Parameters
TIdentifierInput level set id type
TLevelSetLevel Set Type
Examples:
SphinxExamples/src/Segmentation/LevelSetsv4Visualization/VisualizeEvolvingDense2DLevelSetAsElevationMap/Code.cxx, and SphinxExamples/src/Segmentation/LevelSetsv4Visualization/VisualizeEvolvingDense2DLevelSetZeroSet/Code.cxx.

Definition at line 39 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 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 Image< short, DimensionCacheImageType
 
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 TLevelSet 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 () 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 (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 ()
 
const MetaDataDictionaryGetMetaDataDictionary () 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 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 ()
 

Static Public Attributes

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

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 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

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

Additional Inherited Members

- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Member Typedef Documentation

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

Definition at line 76 of file itkLevelSetContainer.h.

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

Definition at line 47 of file itkLevelSetContainer.h.

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

Definition at line 81 of file itkLevelSetContainer.h.

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

Definition at line 79 of file itkLevelSetContainer.h.

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

Definition at line 77 of file itkLevelSetContainer.h.

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

Definition at line 61 of file itkLevelSetContainer.h.

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

Definition at line 69 of file itkLevelSetContainer.h.

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

Definition at line 68 of file itkLevelSetContainer.h.

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

Definition at line 62 of file itkLevelSetContainer.h.

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

Definition at line 75 of file itkLevelSetContainer.h.

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

Definition at line 74 of file itkLevelSetContainer.h.

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

Definition at line 73 of file itkLevelSetContainer.h.

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

Definition at line 58 of file itkLevelSetContainer.h.

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

Definition at line 65 of file itkLevelSetContainer.h.

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

Definition at line 66 of file itkLevelSetContainer.h.

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

Definition at line 64 of file itkLevelSetContainer.h.

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

Definition at line 80 of file itkLevelSetContainer.h.

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

Definition at line 52 of file itkLevelSetContainer.h.

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

Definition at line 57 of file itkLevelSetContainer.h.

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

Definition at line 56 of file itkLevelSetContainer.h.

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

Definition at line 59 of file itkLevelSetContainer.h.

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

Definition at line 60 of file itkLevelSetContainer.h.

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

Definition at line 46 of file itkLevelSetContainer.h.

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

Definition at line 44 of file itkLevelSetContainer.h.

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

Definition at line 45 of file itkLevelSetContainer.h.

Constructor & Destructor Documentation

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

Definition at line 84 of file itkLevelSetContainer.h.

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

Definition at line 85 of file itkLevelSetContainer.h.

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

Member Function Documentation

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

Run-time type information

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

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

Method for creation through object factory

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

Member Data Documentation

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

Definition at line 71 of file itkLevelSetContainer.h.


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