![]() |
ITK
4.4.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetDomainPartitionImage.h>
Inheritance diagram for itk::LevelSetDomainPartitionImage< TImage >:
Collaboration diagram for itk::LevelSetDomainPartitionImage< TImage >:Helper class used to partition domain and efficiently compute overlap.
Definition at line 32 of file itkLevelSetDomainPartitionImage.h.
Public Member Functions | |
| virtual const ListImageType * | GetListDomain () const |
| virtual ListImageType * | GetModifiableListDomain () |
| virtual const char * | GetNameOfClass () const |
| virtual void | SetImage (const ImageType *_arg) |
| virtual const ImageType * | GetImage () 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 LightObject::Pointer | CreateAnother () const |
| virtual void | DebugOff () const |
| virtual void | DebugOn () const |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary (void) |
| const MetaDataDictionary & | GetMetaDataDictionary (void) const |
| virtual ModifiedTimeType | GetMTime () const |
| virtual const TimeStamp & | GetTimeStamp () 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 Attributes | |
| static const unsigned int | ImageDimension = TImage::ImageDimension |
Protected Member Functions | |
| void | AllocateListDomain () |
| LevelSetDomainPartitionImage () | |
| virtual void | PopulateListDomain () |
| virtual | ~LevelSetDomainPartitionImage () |
Protected Member Functions inherited from itk::LevelSetDomainPartitionBase< TImage > | |
| LevelSetDomainPartitionBase () | |
| virtual | ~LevelSetDomainPartitionBase () |
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 |
| 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 | |
| LevelSetDomainPartitionImage (const Self &) | |
| void | operator= (const Self &) |
Private Attributes | |
| ImageConstPointer | m_Image |
| ListImagePointer | m_ListDomain |
Additional Inherited Members | |
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) |
Protected Types inherited from itk::LevelSetDomainPartitionBase< TImage > | |
| typedef IdentifierListType::const_iterator | IdentifierListConstIterator |
| typedef IdentifierListType::iterator | IdentifierListIterator |
| typedef std::list< IdentifierType > | IdentifierListType |
Protected Attributes inherited from itk::LevelSetDomainPartitionBase< TImage > | |
| IdentifierType | m_NumberOfLevelSetFunctions |
| typedef SmartPointer< const Self > itk::LevelSetDomainPartitionImage< TImage >::ConstPointer |
Definition at line 39 of file itkLevelSetDomainPartitionImage.h.
| typedef Superclass::IdentifierListType itk::LevelSetDomainPartitionImage< TImage >::IdentifierListType |
Definition at line 57 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::ConstPointer itk::LevelSetDomainPartitionImage< TImage >::ImageConstPointer |
Definition at line 47 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::Pointer itk::LevelSetDomainPartitionImage< TImage >::ImagePointer |
Definition at line 46 of file itkLevelSetDomainPartitionImage.h.
| typedef TImage itk::LevelSetDomainPartitionImage< TImage >::ImageType |
Definition at line 43 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::IndexType itk::LevelSetDomainPartitionImage< TImage >::IndexType |
Definition at line 53 of file itkLevelSetDomainPartitionImage.h.
| typedef IndexType::IndexValueType itk::LevelSetDomainPartitionImage< TImage >::IndexValueType |
Definition at line 54 of file itkLevelSetDomainPartitionImage.h.
| typedef ListImageType::ConstPointer itk::LevelSetDomainPartitionImage< TImage >::ListImageConstPointer |
Definition at line 61 of file itkLevelSetDomainPartitionImage.h.
| typedef ListImageType::Pointer itk::LevelSetDomainPartitionImage< TImage >::ListImagePointer |
Definition at line 60 of file itkLevelSetDomainPartitionImage.h.
| typedef Image< IdentifierListType, ImageDimension > itk::LevelSetDomainPartitionImage< TImage >::ListImageType |
Definition at line 59 of file itkLevelSetDomainPartitionImage.h.
| typedef ListImageType::IndexType itk::LevelSetDomainPartitionImage< TImage >::ListIndexType |
Definition at line 66 of file itkLevelSetDomainPartitionImage.h.
| typedef ListIndexType::IndexValueType itk::LevelSetDomainPartitionImage< TImage >::ListIndexValueType |
Definition at line 67 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageRegionIteratorWithIndex< ListImageType > itk::LevelSetDomainPartitionImage< TImage >::ListIteratorType |
Definition at line 69 of file itkLevelSetDomainPartitionImage.h.
| typedef ListImageType::PointType itk::LevelSetDomainPartitionImage< TImage >::ListPointType |
Definition at line 68 of file itkLevelSetDomainPartitionImage.h.
| typedef ListImageType::RegionType itk::LevelSetDomainPartitionImage< TImage >::ListRegionType |
Definition at line 62 of file itkLevelSetDomainPartitionImage.h.
| typedef ListImageType::SizeType itk::LevelSetDomainPartitionImage< TImage >::ListSizeType |
Definition at line 63 of file itkLevelSetDomainPartitionImage.h.
| typedef ListSizeType::SizeValueType itk::LevelSetDomainPartitionImage< TImage >::ListSizeValueType |
Definition at line 64 of file itkLevelSetDomainPartitionImage.h.
| typedef ListImageType::SpacingType itk::LevelSetDomainPartitionImage< TImage >::ListSpacingType |
Definition at line 65 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::PixelType itk::LevelSetDomainPartitionImage< TImage >::PixelType |
Definition at line 48 of file itkLevelSetDomainPartitionImage.h.
| typedef SmartPointer< Self > itk::LevelSetDomainPartitionImage< TImage >::Pointer |
Definition at line 38 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::PointType itk::LevelSetDomainPartitionImage< TImage >::PointType |
Definition at line 55 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::RegionType itk::LevelSetDomainPartitionImage< TImage >::RegionType |
Definition at line 49 of file itkLevelSetDomainPartitionImage.h.
| typedef LevelSetDomainPartitionImage itk::LevelSetDomainPartitionImage< TImage >::Self |
Definition at line 36 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::SizeType itk::LevelSetDomainPartitionImage< TImage >::SizeType |
Definition at line 50 of file itkLevelSetDomainPartitionImage.h.
| typedef SizeType::SizeValueType itk::LevelSetDomainPartitionImage< TImage >::SizeValueType |
Definition at line 51 of file itkLevelSetDomainPartitionImage.h.
| typedef ImageType::SpacingType itk::LevelSetDomainPartitionImage< TImage >::SpacingType |
Definition at line 52 of file itkLevelSetDomainPartitionImage.h.
| typedef LevelSetDomainPartitionBase< TImage > itk::LevelSetDomainPartitionImage< TImage >::Superclass |
Definition at line 37 of file itkLevelSetDomainPartitionImage.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
Allocate a list image with each pixel being a list of overlapping level set support at that pixel
Implements itk::LevelSetDomainPartitionBase< TImage >.
|
virtual |
Set the input image that will be used to compute an image with the list of level sets domain overlaps.
|
virtual |
|
virtual |
Get the image with the list of level set domains.
|
virtual |
Standard part of all itk objects.
Reimplemented from itk::LevelSetDomainPartitionBase< TImage >.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >.
|
private |
|
protectedvirtual |
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 |
Set the input image that will be used to compute an image with the list of level sets domain overlaps.
|
static |
Definition at line 41 of file itkLevelSetDomainPartitionImage.h.
|
private |
Definition at line 96 of file itkLevelSetDomainPartitionImage.h.
|
private |
Definition at line 97 of file itkLevelSetDomainPartitionImage.h.
1.8.3.1