ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
itk::LevelSetDomainPartitionImage< TImage > Class Template Reference

#include <itkLevelSetDomainPartitionImage.h>

+ Inheritance diagram for itk::LevelSetDomainPartitionImage< TImage >:
+ Collaboration diagram for itk::LevelSetDomainPartitionImage< TImage >:

Detailed Description

template<typename TImage>
class itk::LevelSetDomainPartitionImage< TImage >

Helper class used to partition domain and efficiently compute overlap.

Definition at line 32 of file itkLevelSetDomainPartitionImage.h.

Public Types

typedef SmartPointer< const SelfConstPointer
 
typedef
Superclass::IdentifierListType 
IdentifierListType
 
typedef ImageType::ConstPointer ImageConstPointer
 
typedef ImageType::Pointer ImagePointer
 
typedef TImage ImageType
 
typedef ImageType::IndexType IndexType
 
typedef IndexType::IndexValueType IndexValueType
 
typedef std::vector< RegionTypeLevelSetDomainRegionVectorType
 
typedef ListImageType::ConstPointer ListImageConstPointer
 
typedef ListImageType::Pointer ListImagePointer
 
typedef Image
< IdentifierListType,
ImageDimension
ListImageType
 
typedef ListImageType::IndexType ListIndexType
 
typedef
ListIndexType::IndexValueType 
ListIndexValueType
 
typedef
ImageRegionIteratorWithIndex
< ListImageType
ListIteratorType
 
typedef ListImageType::PointType ListPointType
 
typedef ListImageType::RegionType ListRegionType
 
typedef ListImageType::SizeType ListSizeType
 
typedef ListSizeType::SizeValueType ListSizeValueType
 
typedef ListImageType::SpacingType ListSpacingType
 
typedef ImageType::PixelType PixelType
 
typedef SmartPointer< SelfPointer
 
typedef ImageType::PointType PointType
 
typedef ImageType::RegionType RegionType
 
typedef
LevelSetDomainPartitionImage 
Self
 
typedef ImageType::SizeType SizeType
 
typedef SizeType::SizeValueType SizeValueType
 
typedef ImageType::SpacingType SpacingType
 
typedef
LevelSetDomainPartitionBase
< TImage > 
Superclass
 
- Public Types inherited from itk::LevelSetDomainPartitionBase< TImage >
typedef SmartPointer< const SelfConstPointer
 
typedef SmartPointer< SelfPointer
 
typedef LevelSetDomainPartitionBase 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
 
const
LevelSetDomainRegionVectorType
GetLevelSetDomainRegionVector () const
 
virtual const ListImageTypeGetListDomain () const
 
virtual ListImageTypeGetModifiableListDomain ()
 
virtual const char * GetNameOfClass () const
 
virtual void PopulateListDomain () override
 
void SetLevelSetDomainRegionVector (const LevelSetDomainRegionVectorType &domain)
 
virtual void SetImage (const ImageType *_arg)
 
virtual const ImageTypeGetImage () const
 
- Public Member Functions inherited from itk::LevelSetDomainPartitionBase< TImage >
virtual void SetNumberOfLevelSetFunctions (IdentifierType _arg)
 
virtual IdentifierType GetNumberOfLevelSetFunctions ()
 
- 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 ImageDimension = TImage::ImageDimension
 

Protected Member Functions

void AllocateListDomain () override
 
 LevelSetDomainPartitionImage ()
 
virtual ~LevelSetDomainPartitionImage () override
 
- Protected Member Functions inherited from itk::LevelSetDomainPartitionBase< TImage >
 LevelSetDomainPartitionBase ()
 
virtual ~LevelSetDomainPartitionBase () override
 
- 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 () 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 ()
 

Protected Attributes

ImageConstPointer m_Image
 
LevelSetDomainRegionVectorType m_LevelSetDomainRegionVector
 
ListImagePointer m_ListDomain
 
- Protected Attributes inherited from itk::LevelSetDomainPartitionBase< TImage >
IdentifierType m_NumberOfLevelSetFunctions
 
- Protected Attributes inherited from itk::LightObject
AtomicInt< int > m_ReferenceCount
 

Additional Inherited Members

- Protected Types inherited from itk::LevelSetDomainPartitionBase< TImage >
typedef
IdentifierListType::const_iterator 
IdentifierListConstIterator
 
typedef
IdentifierListType::iterator 
IdentifierListIterator
 
typedef std::list< IdentifierTypeIdentifierListType
 

Member Typedef Documentation

template<typename TImage >
typedef SmartPointer< const Self > itk::LevelSetDomainPartitionImage< TImage >::ConstPointer

Definition at line 39 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef Superclass::IdentifierListType itk::LevelSetDomainPartitionImage< TImage >::IdentifierListType

Definition at line 60 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::ConstPointer itk::LevelSetDomainPartitionImage< TImage >::ImageConstPointer

Definition at line 50 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::Pointer itk::LevelSetDomainPartitionImage< TImage >::ImagePointer

Definition at line 49 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef TImage itk::LevelSetDomainPartitionImage< TImage >::ImageType

Definition at line 46 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::IndexType itk::LevelSetDomainPartitionImage< TImage >::IndexType

Definition at line 56 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef IndexType::IndexValueType itk::LevelSetDomainPartitionImage< TImage >::IndexValueType

Definition at line 57 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef std::vector< RegionType > itk::LevelSetDomainPartitionImage< TImage >::LevelSetDomainRegionVectorType

Definition at line 74 of file itkLevelSetDomainPartitionImage.h.

Definition at line 64 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ListImageType::Pointer itk::LevelSetDomainPartitionImage< TImage >::ListImagePointer

Definition at line 63 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef Image< IdentifierListType, ImageDimension > itk::LevelSetDomainPartitionImage< TImage >::ListImageType

Definition at line 62 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ListImageType::IndexType itk::LevelSetDomainPartitionImage< TImage >::ListIndexType

Definition at line 69 of file itkLevelSetDomainPartitionImage.h.

Definition at line 70 of file itkLevelSetDomainPartitionImage.h.

Definition at line 72 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ListImageType::PointType itk::LevelSetDomainPartitionImage< TImage >::ListPointType

Definition at line 71 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ListImageType::RegionType itk::LevelSetDomainPartitionImage< TImage >::ListRegionType

Definition at line 65 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ListImageType::SizeType itk::LevelSetDomainPartitionImage< TImage >::ListSizeType

Definition at line 66 of file itkLevelSetDomainPartitionImage.h.

Definition at line 67 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ListImageType::SpacingType itk::LevelSetDomainPartitionImage< TImage >::ListSpacingType

Definition at line 68 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::PixelType itk::LevelSetDomainPartitionImage< TImage >::PixelType

Definition at line 51 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef SmartPointer< Self > itk::LevelSetDomainPartitionImage< TImage >::Pointer

Definition at line 38 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::PointType itk::LevelSetDomainPartitionImage< TImage >::PointType

Definition at line 58 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::RegionType itk::LevelSetDomainPartitionImage< TImage >::RegionType

Definition at line 52 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef LevelSetDomainPartitionImage itk::LevelSetDomainPartitionImage< TImage >::Self

Definition at line 36 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::SizeType itk::LevelSetDomainPartitionImage< TImage >::SizeType

Definition at line 53 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef SizeType::SizeValueType itk::LevelSetDomainPartitionImage< TImage >::SizeValueType

Definition at line 54 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef ImageType::SpacingType itk::LevelSetDomainPartitionImage< TImage >::SpacingType

Definition at line 55 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
typedef LevelSetDomainPartitionBase< TImage > itk::LevelSetDomainPartitionImage< TImage >::Superclass

Definition at line 37 of file itkLevelSetDomainPartitionImage.h.

Constructor & Destructor Documentation

template<typename TImage >
itk::LevelSetDomainPartitionImage< TImage >::LevelSetDomainPartitionImage ( )
protected
template<typename TImage >
virtual itk::LevelSetDomainPartitionImage< TImage >::~LevelSetDomainPartitionImage ( )
overrideprotectedvirtual

Member Function Documentation

template<typename TImage >
void itk::LevelSetDomainPartitionImage< TImage >::AllocateListDomain ( )
overrideprotectedvirtual

Allocate a list image with each pixel being a list of overlapping level set support at that pixel

Implements itk::LevelSetDomainPartitionBase< TImage >.

template<typename TImage >
virtual::itk::LightObject::Pointer itk::LevelSetDomainPartitionImage< TImage >::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.

Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.

template<typename TImage >
virtual const ImageType* itk::LevelSetDomainPartitionImage< TImage >::GetImage ( ) const
virtual

Set the input image that will be used to compute an image with the list of level sets domain overlaps.

template<typename TImage >
const LevelSetDomainRegionVectorType& itk::LevelSetDomainPartitionImage< TImage >::GetLevelSetDomainRegionVector ( ) const
template<typename TImage >
virtual const ListImageType* itk::LevelSetDomainPartitionImage< TImage >::GetListDomain ( ) const
virtual
template<typename TImage >
virtual ListImageType* itk::LevelSetDomainPartitionImage< TImage >::GetModifiableListDomain ( )
virtual

Get the image with the list of level set domains.

template<typename TImage >
virtual const char* itk::LevelSetDomainPartitionImage< TImage >::GetNameOfClass ( ) const
virtual

Standard part of all itk objects.

Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.

Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.

template<typename TImage >
static Pointer itk::LevelSetDomainPartitionImage< TImage >::New ( )
static

Method for creation through the object factory.

template<typename TImage >
virtual void itk::LevelSetDomainPartitionImage< TImage >::PopulateListDomain ( )
overridevirtual

Populate a list image with each pixel being a list of overlapping level set support at that pixel

Implements itk::LevelSetDomainPartitionBase< TImage >.

Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.

template<typename TImage >
virtual void itk::LevelSetDomainPartitionImage< TImage >::SetImage ( const ImageType _arg)
virtual

Set the input image that will be used to compute an image with the list of level sets domain overlaps.

template<typename TImage >
void itk::LevelSetDomainPartitionImage< TImage >::SetLevelSetDomainRegionVector ( const LevelSetDomainRegionVectorType domain)

Member Data Documentation

template<typename TImage >
const unsigned int itk::LevelSetDomainPartitionImage< TImage >::ImageDimension = TImage::ImageDimension
static

Definition at line 41 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
ImageConstPointer itk::LevelSetDomainPartitionImage< TImage >::m_Image
protected

Definition at line 100 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
LevelSetDomainRegionVectorType itk::LevelSetDomainPartitionImage< TImage >::m_LevelSetDomainRegionVector
protected

Definition at line 102 of file itkLevelSetDomainPartitionImage.h.

template<typename TImage >
ListImagePointer itk::LevelSetDomainPartitionImage< TImage >::m_ListDomain
protected

Definition at line 101 of file itkLevelSetDomainPartitionImage.h.


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