ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetDomainPartitionMesh.h>
Public Types | |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::IdentifierListType | IdentifierListType |
typedef std::map < PointIdentifierType, IdentifierListType > | ListMeshType |
typedef MeshType::ConstPointer | MeshConstPointer |
typedef MeshType::Pointer | MeshPointer |
typedef TMesh | MeshType |
typedef SmartPointer< Self > | Pointer |
typedef MeshType::PointIdentifierType | PointIdentifierType |
typedef MeshType::PointsContainerConstIterator | PointsContainerConstIterator |
typedef MeshType::PointsContainerConstPointer | PointsContainerConstPointer |
typedef MeshType::PointType | PointType |
typedef LevelSetDomainPartitionMesh | Self |
typedef LevelSetDomainPartitionBase < TMesh > | Superclass |
Public Types inherited from itk::LevelSetDomainPartitionBase< TMesh > | |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual const char * | GetNameOfClass () const |
virtual void | SetMesh (MeshType *_arg) |
Public Member Functions inherited from itk::LevelSetDomainPartitionBase< TMesh > | |
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 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 Attributes | |
static const unsigned int | PointDimension = TMesh::PointDimension |
Protected Member Functions | |
void | AllocateListDomain () |
LevelSetDomainPartitionMesh () | |
virtual void | PopulateListDomain () |
virtual | ~LevelSetDomainPartitionMesh () |
Protected Member Functions inherited from itk::LevelSetDomainPartitionBase< TMesh > | |
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 | |
LevelSetDomainPartitionMesh (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
ListMeshType | m_ListDomain |
MeshPointer | m_Mesh |
Additional Inherited Members | |
Protected Types inherited from itk::LevelSetDomainPartitionBase< TMesh > | |
typedef IdentifierListType::const_iterator | IdentifierListConstIterator |
typedef IdentifierListType::iterator | IdentifierListIterator |
Protected Attributes inherited from itk::LevelSetDomainPartitionBase< TMesh > | |
IdentifierType | m_NumberOfLevelSetFunctions |
Helper class used to partition domain and efficiently compute overlap.
Definition at line 32 of file itkLevelSetDomainPartitionMesh.h.
typedef SmartPointer< const Self > itk::LevelSetDomainPartitionMesh< TMesh >::ConstPointer |
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
Definition at line 40 of file itkLevelSetDomainPartitionMesh.h.
typedef Superclass::IdentifierListType itk::LevelSetDomainPartitionMesh< TMesh >::IdentifierListType |
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
Definition at line 56 of file itkLevelSetDomainPartitionMesh.h.
typedef std::map< PointIdentifierType, IdentifierListType > itk::LevelSetDomainPartitionMesh< TMesh >::ListMeshType |
Definition at line 58 of file itkLevelSetDomainPartitionMesh.h.
typedef MeshType::ConstPointer itk::LevelSetDomainPartitionMesh< TMesh >::MeshConstPointer |
Definition at line 49 of file itkLevelSetDomainPartitionMesh.h.
typedef MeshType::Pointer itk::LevelSetDomainPartitionMesh< TMesh >::MeshPointer |
Definition at line 48 of file itkLevelSetDomainPartitionMesh.h.
typedef TMesh itk::LevelSetDomainPartitionMesh< TMesh >::MeshType |
Definition at line 45 of file itkLevelSetDomainPartitionMesh.h.
typedef SmartPointer< Self > itk::LevelSetDomainPartitionMesh< TMesh >::Pointer |
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
Definition at line 39 of file itkLevelSetDomainPartitionMesh.h.
typedef MeshType::PointIdentifierType itk::LevelSetDomainPartitionMesh< TMesh >::PointIdentifierType |
Definition at line 51 of file itkLevelSetDomainPartitionMesh.h.
typedef MeshType::PointsContainerConstIterator itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstIterator |
Definition at line 54 of file itkLevelSetDomainPartitionMesh.h.
typedef MeshType::PointsContainerConstPointer itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstPointer |
Definition at line 53 of file itkLevelSetDomainPartitionMesh.h.
typedef MeshType::PointType itk::LevelSetDomainPartitionMesh< TMesh >::PointType |
Definition at line 50 of file itkLevelSetDomainPartitionMesh.h.
typedef LevelSetDomainPartitionMesh itk::LevelSetDomainPartitionMesh< TMesh >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
Definition at line 37 of file itkLevelSetDomainPartitionMesh.h.
typedef LevelSetDomainPartitionBase< TMesh > itk::LevelSetDomainPartitionMesh< TMesh >::Superclass |
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
Definition at line 38 of file itkLevelSetDomainPartitionMesh.h.
|
protected |
|
protectedvirtual |
|
private |
|
protectedvirtual |
Allocate a list mesh with each node being a list of overlapping level set support at that pixel
Implements itk::LevelSetDomainPartitionBase< TMesh >.
|
virtual |
Standard part of all itk objects.
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
|
protectedvirtual |
Populate a list mesh with each node being a list of overlapping level set support at that pixel
Implements itk::LevelSetDomainPartitionBase< TMesh >.
|
virtual |
|
private |
Definition at line 79 of file itkLevelSetDomainPartitionMesh.h.
|
private |
Definition at line 78 of file itkLevelSetDomainPartitionMesh.h.
|
static |
Definition at line 42 of file itkLevelSetDomainPartitionMesh.h.