ITK
4.1.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetDomainPartitionBase.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetDomainPartitionBase | Self |
typedef Object | Superclass |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetNumberOfLevelSetFunctions (IdentifierType _arg) |
virtual IdentifierType | GetNumberOfLevelSetFunctions () |
Protected Types | |
typedef IdentifierListType::const_iterator | IdentifierListConstIterator |
typedef IdentifierListType::iterator | IdentifierListIterator |
typedef std::list< IdentifierType > | IdentifierListType |
Protected Member Functions | |
virtual void | AllocateListDomain ()=0 |
LevelSetDomainPartitionBase () | |
virtual void | PopulateListDomain ()=0 |
virtual | ~LevelSetDomainPartitionBase () |
Protected Attributes | |
IdentifierType | m_NumberOfLevelSetFunctions |
Private Member Functions | |
LevelSetDomainPartitionBase (const Self &) | |
void | operator= (const Self &) |
Helper class used to partition domain and efficiently compute overlap.
Definition at line 34 of file itkLevelSetDomainPartitionBase.h.
typedef SmartPointer< const Self > itk::LevelSetDomainPartitionBase< TDomain >::ConstPointer |
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >, itk::LevelSetDomainPartition< TImage >, itk::LevelSetDomainPartitionMeshBase< TMesh >, and itk::LevelSetDomainPartitionImageBase< TImage >.
Definition at line 41 of file itkLevelSetDomainPartitionBase.h.
typedef IdentifierListType::const_iterator itk::LevelSetDomainPartitionBase< TDomain >::IdentifierListConstIterator [protected] |
Definition at line 63 of file itkLevelSetDomainPartitionBase.h.
typedef IdentifierListType::iterator itk::LevelSetDomainPartitionBase< TDomain >::IdentifierListIterator [protected] |
Definition at line 62 of file itkLevelSetDomainPartitionBase.h.
typedef std::list< IdentifierType > itk::LevelSetDomainPartitionBase< TDomain >::IdentifierListType [protected] |
Reimplemented in itk::LevelSetDomainPartitionImageBase< TImage >, itk::LevelSetDomainPartitionImageWithKdTree< TImage >, and itk::LevelSetDomainPartitionMeshBase< TMesh >.
Definition at line 61 of file itkLevelSetDomainPartitionBase.h.
typedef SmartPointer< Self > itk::LevelSetDomainPartitionBase< TDomain >::Pointer |
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >, itk::LevelSetDomainPartition< TImage >, itk::LevelSetDomainPartitionMeshBase< TMesh >, and itk::LevelSetDomainPartitionImageBase< TImage >.
Definition at line 40 of file itkLevelSetDomainPartitionBase.h.
typedef LevelSetDomainPartitionBase itk::LevelSetDomainPartitionBase< TDomain >::Self |
Smart pointer typedef support.
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >, itk::LevelSetDomainPartition< TImage >, itk::LevelSetDomainPartitionMeshBase< TMesh >, and itk::LevelSetDomainPartitionImageBase< TImage >.
Definition at line 38 of file itkLevelSetDomainPartitionBase.h.
typedef Object itk::LevelSetDomainPartitionBase< TDomain >::Superclass |
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >, itk::LevelSetDomainPartition< TImage >, itk::LevelSetDomainPartitionMeshBase< TMesh >, and itk::LevelSetDomainPartitionImageBase< TImage >.
Definition at line 39 of file itkLevelSetDomainPartitionBase.h.
itk::LevelSetDomainPartitionBase< TDomain >::LevelSetDomainPartitionBase | ( | ) | [protected] |
Constructor.
virtual itk::LevelSetDomainPartitionBase< TDomain >::~LevelSetDomainPartitionBase | ( | ) | [protected, virtual] |
Destructor.
itk::LevelSetDomainPartitionBase< TDomain >::LevelSetDomainPartitionBase | ( | const Self & | ) | [private] |
virtual void itk::LevelSetDomainPartitionBase< TDomain >::AllocateListDomain | ( | ) | [protected, pure virtual] |
virtual const char* itk::LevelSetDomainPartitionBase< TDomain >::GetNameOfClass | ( | ) | const [virtual] |
Standard part of all itk objects.
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetDomainPartitionImageWithKdTree< TImage >, itk::LevelSetDomainPartition< TImage >, itk::LevelSetDomainPartitionMeshBase< TMesh >, and itk::LevelSetDomainPartitionImageBase< TImage >.
virtual IdentifierType itk::LevelSetDomainPartitionBase< TDomain >::GetNumberOfLevelSetFunctions | ( | ) | [virtual] |
Get/Set the number of level set functions
void itk::LevelSetDomainPartitionBase< TDomain >::operator= | ( | const Self & | ) | [private] |
Mutex lock to protect modification to the reference count
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetDomainPartitionImageBase< TImage >, itk::LevelSetDomainPartitionImageWithKdTree< TImage >, itk::LevelSetDomainPartitionMeshBase< TMesh >, and itk::LevelSetDomainPartition< TImage >.
virtual void itk::LevelSetDomainPartitionBase< TDomain >::PopulateListDomain | ( | ) | [protected, pure virtual] |
virtual void itk::LevelSetDomainPartitionBase< TDomain >::SetNumberOfLevelSetFunctions | ( | IdentifierType | _arg | ) | [virtual] |
Get/Set the number of level set functions
IdentifierType itk::LevelSetDomainPartitionBase< TDomain >::m_NumberOfLevelSetFunctions [protected] |
Definition at line 65 of file itkLevelSetDomainPartitionBase.h.