ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetDomainPartitionImageWithKdTree.h>
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
virtual void | SetKdTree (TreeType *_arg) |
virtual void | SetNumberOfNeighbors (NeighborsIdType _arg) |
virtual NeighborsIdType | GetNumberOfNeighbors () |
Public Member Functions inherited from itk::LevelSetDomainPartitionImage< TImage > | |
virtual const ListImageType * | GetListDomain () |
virtual void | SetImage (const ImageType *_arg) |
virtual const ImageType * | GetImage () |
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 |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | 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 Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::ImageDimension |
Static Public Attributes inherited from itk::LevelSetDomainPartitionImage< TImage > |
Protected Member Functions | |
LevelSetDomainPartitionImageWithKdTree () | |
void | PopulateDomainWithKdTree () |
void | PopulateListDomain () |
~LevelSetDomainPartitionImageWithKdTree () | |
Protected Member Functions inherited from itk::LevelSetDomainPartitionImage< TImage > | |
void | AllocateListDomain () |
LevelSetDomainPartitionImage () | |
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 | |
LevelSetDomainPartitionImageWithKdTree (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
KdTreePointer | m_KdTree |
NeighborsIdType | m_NumberOfNeighbors |
Helper class used to share data in the ScalarChanAndVeseLevelSetFunction.
Definition at line 34 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef ListPointType::VectorType itk::LevelSetDomainPartitionImageWithKdTree< TImage >::CentroidVectorType |
Definition at line 59 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef SmartPointer< const Self > itk::LevelSetDomainPartitionImageWithKdTree< TImage >::ConstPointer |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 42 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef Superclass::IdentifierListType itk::LevelSetDomainPartitionImageWithKdTree< TImage >::IdentifierListType |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 57 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef TImage itk::LevelSetDomainPartitionImageWithKdTree< TImage >::ImageType |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 50 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef TreeType::Pointer itk::LevelSetDomainPartitionImageWithKdTree< TImage >::KdTreePointer |
Definition at line 64 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef Superclass::ListIndexType itk::LevelSetDomainPartitionImageWithKdTree< TImage >::ListIndexType |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 53 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef Superclass::ListIteratorType itk::LevelSetDomainPartitionImageWithKdTree< TImage >::ListIteratorType |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 56 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef Superclass::ListPointType itk::LevelSetDomainPartitionImageWithKdTree< TImage >::ListPointType |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 55 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef Superclass::ListRegionType itk::LevelSetDomainPartitionImageWithKdTree< TImage >::ListRegionType |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 54 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef unsigned int itk::LevelSetDomainPartitionImageWithKdTree< TImage >::NeighborsIdType |
Number of neighbors level sets connected to this level set.
Definition at line 67 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef SmartPointer< Self > itk::LevelSetDomainPartitionImageWithKdTree< TImage >::Pointer |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 41 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef Statistics::ListSample< CentroidVectorType > itk::LevelSetDomainPartitionImageWithKdTree< TImage >::SampleType |
Definition at line 60 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef LevelSetDomainPartitionImageWithKdTree itk::LevelSetDomainPartitionImageWithKdTree< TImage >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 39 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef LevelSetDomainPartitionImage< TImage > itk::LevelSetDomainPartitionImageWithKdTree< TImage >::Superclass |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 40 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef Statistics::KdTreeGenerator< SampleType > itk::LevelSetDomainPartitionImageWithKdTree< TImage >::TreeGeneratorType |
Definition at line 61 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef TreeGeneratorType::Pointer itk::LevelSetDomainPartitionImageWithKdTree< TImage >::TreePointer |
Definition at line 62 of file itkLevelSetDomainPartitionImageWithKdTree.h.
typedef TreeGeneratorType::KdTreeType itk::LevelSetDomainPartitionImageWithKdTree< TImage >::TreeType |
Definition at line 63 of file itkLevelSetDomainPartitionImageWithKdTree.h.
|
protected |
|
protected |
|
private |
|
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.
|
virtual |
Standard part of all itk objects.
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
|
virtual |
Get/Set number of neighbors in the kd-tree leaf node
|
static |
Method for creation through the object factory.
Reimplemented from itk::Object.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
|
protected |
Populate a list image with each pixel being a list of overlapping level set support at that pixel
|
protectedvirtual |
Populate a list image with each pixel being a list of overlapping level set support at that pixel
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
|
virtual |
Initialize with a precomputed kd-tree
|
virtual |
Get/Set number of neighbors in the kd-tree leaf node
|
static |
Reimplemented from itk::LevelSetDomainPartitionImage< TImage >.
Definition at line 44 of file itkLevelSetDomainPartitionImageWithKdTree.h.
|
private |
Definition at line 93 of file itkLevelSetDomainPartitionImageWithKdTree.h.
|
private |
Definition at line 94 of file itkLevelSetDomainPartitionImageWithKdTree.h.