ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected 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

using CacheImageType = typename Superclass::CacheImageType
 
using ConstPointer = SmartPointer< const Self >
 
using DomainIteratorType = typename Superclass::DomainIteratorType
 
using DomainMapImageFilterPointer = typename Superclass::DomainMapImageFilterPointer
 
using DomainMapImageFilterType = typename Superclass::DomainMapImageFilterType
 
using GradientType = typename Superclass::GradientType
 
using HeavisideConstPointer = typename Superclass::HeavisideConstPointer
 
using HeavisideType = typename Superclass::HeavisideType
 
using HessianType = typename Superclass::HessianType
 
using IdListImageType = typename Superclass::IdListImageType
 
using IdListIterator = typename Superclass::IdListIterator
 
using IdListType = typename Superclass::IdListType
 
using InputIndexType = typename Superclass::InputIndexType
 
using LevelSetContainerConstIteratorType = typename Superclass::LevelSetContainerConstIteratorType
 
using LevelSetContainerIteratorType = typename Superclass::LevelSetContainerIteratorType
 
using LevelSetContainerType = typename Superclass::LevelSetContainerType
 
using LevelSetDomainType = typename Superclass::LevelSetDomainType
 
using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType
 
using LevelSetPointer = typename Superclass::LevelSetPointer
 
using LevelSetType = typename Superclass::LevelSetType
 
using OutputPixelType = typename Superclass::OutputType
 
using OutputRealType = typename Superclass::OutputRealType
 
using Pointer = SmartPointer< Self >
 
using Self = LevelSetContainer
 
using Superclass = LevelSetContainerBase< TIdentifier, TLevelSet >
 
- Public Types inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet >
using CacheImageType = Image< short, Dimension >
 
using ConstPointer = SmartPointer< const Self >
 
using DomainContainerType = std::map< LevelSetIdentifierType, LevelSetDomainType >
 
using DomainIteratorType = typename DomainContainerType::iterator
 
using DomainMapImageFilterPointer = typename DomainMapImageFilterType::Pointer
 
using DomainMapImageFilterType = LevelSetDomainMapImageFilter< IdListImageType, CacheImageType >
 
using GradientType = typename LevelSetType::GradientType
 
using HeavisideConstPointer = typename HeavisideType::ConstPointer
 
using HeavisideType = HeavisideStepFunctionBase< OutputRealType, OutputRealType >
 
using HessianType = typename LevelSetType::HessianType
 
using IdListConstIterator = typename IdListType::const_iterator
 
using IdListImageType = Image< IdListType, Dimension >
 
using IdListIterator = typename IdListType::iterator
 
using IdListType = std::list< LevelSetIdentifierType >
 
using InputIndexType = typename LevelSetType::InputType
 
using LevelSetContainerConstIteratorType = typename LevelSetContainerType::const_iterator
 
using LevelSetContainerIteratorType = typename LevelSetContainerType::iterator
 
using LevelSetContainerType = std::map< LevelSetIdentifierType, LevelSetPointer >
 
using LevelSetDataType = typename LevelSetType::LevelSetDataType
 
using LevelSetDomainType = typename DomainMapImageFilterType::LevelSetDomain
 
using LevelSetIdentifierType = TIdentifier
 
using LevelSetPairType = std::pair< LevelSetIdentifierType, LevelSetPointer >
 
using LevelSetPointer = typename LevelSetType::Pointer
 
using LevelSetType = TLevelSet
 
using OutputRealType = typename LevelSetType::OutputRealType
 
using OutputType = typename LevelSetType::OutputType
 
using Pointer = SmartPointer< Self >
 
using Self = LevelSetContainerBase
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LightObject
 

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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexceptoverride
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
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 constexpr unsigned int Dimension = LevelSetType::Dimension
 
- Static Public Attributes inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet >
static constexpr unsigned int Dimension = LevelSetType::Dimension
 

Protected Member Functions

 LevelSetContainer ()=default
 
 ~LevelSetContainer () override=default
 
- Protected Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet >
const LevelSetContainerTypeGetContainer () const
 
 LevelSetContainerBase ()=default
 
void SetContainer (const LevelSetContainerType &iContainer)
 
 ~LevelSetContainerBase () override=default
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~Object () override
 
- 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 ()
 

Additional Inherited Members

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

Member Typedef Documentation

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

Definition at line 77 of file itkLevelSetContainer.h.

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

Definition at line 48 of file itkLevelSetContainer.h.

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

Definition at line 82 of file itkLevelSetContainer.h.

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

Definition at line 80 of file itkLevelSetContainer.h.

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

Definition at line 78 of file itkLevelSetContainer.h.

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

Definition at line 62 of file itkLevelSetContainer.h.

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

Definition at line 70 of file itkLevelSetContainer.h.

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

Definition at line 69 of file itkLevelSetContainer.h.

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

Definition at line 63 of file itkLevelSetContainer.h.

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

Definition at line 76 of file itkLevelSetContainer.h.

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

Definition at line 75 of file itkLevelSetContainer.h.

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

Definition at line 74 of file itkLevelSetContainer.h.

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

Definition at line 59 of file itkLevelSetContainer.h.

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

Definition at line 66 of file itkLevelSetContainer.h.

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

Definition at line 67 of file itkLevelSetContainer.h.

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

Definition at line 65 of file itkLevelSetContainer.h.

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

Definition at line 81 of file itkLevelSetContainer.h.

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

Definition at line 55 of file itkLevelSetContainer.h.

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

Definition at line 58 of file itkLevelSetContainer.h.

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

Definition at line 57 of file itkLevelSetContainer.h.

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

Definition at line 60 of file itkLevelSetContainer.h.

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

Definition at line 61 of file itkLevelSetContainer.h.

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

Definition at line 47 of file itkLevelSetContainer.h.

template<typename TIdentifier , typename TLevelSet >
using itk::LevelSetContainer< TIdentifier, TLevelSet >::Self = LevelSetContainer

Definition at line 45 of file itkLevelSetContainer.h.

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

Definition at line 46 of file itkLevelSetContainer.h.

Constructor & Destructor Documentation

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

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

Member Data Documentation

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

Definition at line 72 of file itkLevelSetContainer.h.


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