ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetDomainPartitionImageBase.h>
Helper class used to partition domain and efficiently compute overlap.
Definition at line 32 of file itkLevelSetDomainPartitionImageBase.h.
typedef SmartPointer< const Self > itk::LevelSetDomainPartitionImageBase< TImage >::ConstPointer |
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 39 of file itkLevelSetDomainPartitionImageBase.h.
typedef Superclass::IdentifierListType itk::LevelSetDomainPartitionImageBase< TImage >::IdentifierListType |
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 57 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::ConstPointer itk::LevelSetDomainPartitionImageBase< TImage >::ImageConstPointer |
Definition at line 47 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::Pointer itk::LevelSetDomainPartitionImageBase< TImage >::ImagePointer |
Definition at line 46 of file itkLevelSetDomainPartitionImageBase.h.
typedef TImage itk::LevelSetDomainPartitionImageBase< TImage >::ImageType |
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 43 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::IndexType itk::LevelSetDomainPartitionImageBase< TImage >::IndexType |
Definition at line 53 of file itkLevelSetDomainPartitionImageBase.h.
typedef IndexType::IndexValueType itk::LevelSetDomainPartitionImageBase< TImage >::IndexValueType |
Definition at line 54 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListImageType::ConstPointer itk::LevelSetDomainPartitionImageBase< TImage >::ListImageConstPointer |
Definition at line 61 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListImageType::Pointer itk::LevelSetDomainPartitionImageBase< TImage >::ListImagePointer |
Definition at line 60 of file itkLevelSetDomainPartitionImageBase.h.
typedef Image< IdentifierListType, ImageDimension > itk::LevelSetDomainPartitionImageBase< TImage >::ListImageType |
Definition at line 59 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListImageType::IndexType itk::LevelSetDomainPartitionImageBase< TImage >::ListIndexType |
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 66 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListIndexType::IndexValueType itk::LevelSetDomainPartitionImageBase< TImage >::ListIndexValueType |
Definition at line 67 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageRegionIteratorWithIndex< ListImageType > itk::LevelSetDomainPartitionImageBase< TImage >::ListIteratorType |
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 69 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListImageType::PointType itk::LevelSetDomainPartitionImageBase< TImage >::ListPointType |
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 68 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListImageType::RegionType itk::LevelSetDomainPartitionImageBase< TImage >::ListRegionType |
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 62 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListImageType::SizeType itk::LevelSetDomainPartitionImageBase< TImage >::ListSizeType |
Definition at line 63 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListSizeType::SizeValueType itk::LevelSetDomainPartitionImageBase< TImage >::ListSizeValueType |
Definition at line 64 of file itkLevelSetDomainPartitionImageBase.h.
typedef ListImageType::SpacingType itk::LevelSetDomainPartitionImageBase< TImage >::ListSpacingType |
Definition at line 65 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::PixelType itk::LevelSetDomainPartitionImageBase< TImage >::PixelType |
Definition at line 48 of file itkLevelSetDomainPartitionImageBase.h.
typedef SmartPointer< Self > itk::LevelSetDomainPartitionImageBase< TImage >::Pointer |
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 38 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::PointType itk::LevelSetDomainPartitionImageBase< TImage >::PointType |
Definition at line 55 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::RegionType itk::LevelSetDomainPartitionImageBase< TImage >::RegionType |
Definition at line 49 of file itkLevelSetDomainPartitionImageBase.h.
typedef LevelSetDomainPartitionImageBase itk::LevelSetDomainPartitionImageBase< TImage >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 36 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::SizeType itk::LevelSetDomainPartitionImageBase< TImage >::SizeType |
Definition at line 50 of file itkLevelSetDomainPartitionImageBase.h.
typedef SizeType::SizeValueType itk::LevelSetDomainPartitionImageBase< TImage >::SizeValueType |
Definition at line 51 of file itkLevelSetDomainPartitionImageBase.h.
typedef ImageType::SpacingType itk::LevelSetDomainPartitionImageBase< TImage >::SpacingType |
Definition at line 52 of file itkLevelSetDomainPartitionImageBase.h.
typedef LevelSetDomainPartitionBase< TImage > itk::LevelSetDomainPartitionImageBase< TImage >::Superclass |
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 37 of file itkLevelSetDomainPartitionImageBase.h.
itk::LevelSetDomainPartitionImageBase< TImage >::LevelSetDomainPartitionImageBase | ( | ) | [protected] |
virtual itk::LevelSetDomainPartitionImageBase< TImage >::~LevelSetDomainPartitionImageBase | ( | ) | [protected, virtual] |
itk::LevelSetDomainPartitionImageBase< TImage >::LevelSetDomainPartitionImageBase | ( | const Self & | ) | [private] |
void itk::LevelSetDomainPartitionImageBase< TImage >::AllocateListDomain | ( | ) | [protected, virtual] |
Allocate a list image with each pixel being a list of overlapping level set support at that pixel
Implements itk::LevelSetDomainPartitionBase< TImage >.
virtual const ImageType* itk::LevelSetDomainPartitionImageBase< TImage >::GetImage | ( | ) | [virtual] |
Set the input image that will be used to compute an image with the list of level sets domain overlaps.
virtual const ListImageType* itk::LevelSetDomainPartitionImageBase< TImage >::GetListDomain | ( | ) | [virtual] |
Get the image with the list of level set domains.
virtual const char* itk::LevelSetDomainPartitionImageBase< TImage >::GetNameOfClass | ( | ) | const [virtual] |
Standard part of all itk objects.
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
void itk::LevelSetDomainPartitionImageBase< TImage >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
virtual void itk::LevelSetDomainPartitionImageBase< TImage >::PopulateListDomain | ( | ) | [protected, virtual] |
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 >.
virtual void itk::LevelSetDomainPartitionImageBase< 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.
const unsigned int itk::LevelSetDomainPartitionImageBase< TImage >::ImageDimension = TImage::ImageDimension [static] |
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
Definition at line 41 of file itkLevelSetDomainPartitionImageBase.h.
ImageConstPointer itk::LevelSetDomainPartitionImageBase< TImage >::m_Image [private] |
Definition at line 96 of file itkLevelSetDomainPartitionImageBase.h.
ListImagePointer itk::LevelSetDomainPartitionImageBase< TImage >::m_ListDomain [private] |
Definition at line 97 of file itkLevelSetDomainPartitionImageBase.h.