ITK  4.2.0
Insight Segmentation and Registration Toolkit
Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Private Member Functions | Private Attributes
itk::LevelSetDomainPartitionMesh< TMesh > Class Template Reference

#include <itkLevelSetDomainPartitionMesh.h>

+ Inheritance diagram for itk::LevelSetDomainPartitionMesh< TMesh >:
+ Collaboration diagram for itk::LevelSetDomainPartitionMesh< TMesh >:

List of all members.

Public Types

typedef SmartPointer< const SelfConstPointer
typedef
Superclass::IdentifierListType 
IdentifierListType
typedef std::map
< PointIdentifierType,
IdentifierListType
ListMeshType
typedef MeshType::ConstPointer MeshConstPointer
typedef MeshType::Pointer MeshPointer
typedef TMesh MeshType
typedef SmartPointer< SelfPointer
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
CommandGetCommand (unsigned long tag)
bool GetDebug () const
MetaDataDictionaryGetMetaDataDictionary (void)
const MetaDataDictionaryGetMetaDataDictionary (void) const
virtual unsigned long GetMTime () const
virtual const TimeStampGetTimeStamp () 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

Detailed Description

template<class TMesh>
class itk::LevelSetDomainPartitionMesh< TMesh >

Helper class used to partition domain and efficiently compute overlap.

Definition at line 32 of file itkLevelSetDomainPartitionMesh.h.


Member Typedef Documentation

template<class TMesh >
typedef SmartPointer< const Self > itk::LevelSetDomainPartitionMesh< TMesh >::ConstPointer

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

Definition at line 40 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef Superclass::IdentifierListType itk::LevelSetDomainPartitionMesh< TMesh >::IdentifierListType

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

Definition at line 56 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef std::map< PointIdentifierType, IdentifierListType > itk::LevelSetDomainPartitionMesh< TMesh >::ListMeshType

Definition at line 58 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef MeshType::ConstPointer itk::LevelSetDomainPartitionMesh< TMesh >::MeshConstPointer

Definition at line 49 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef MeshType::Pointer itk::LevelSetDomainPartitionMesh< TMesh >::MeshPointer

Definition at line 48 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef TMesh itk::LevelSetDomainPartitionMesh< TMesh >::MeshType

Definition at line 45 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef SmartPointer< Self > itk::LevelSetDomainPartitionMesh< TMesh >::Pointer

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

Definition at line 39 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef MeshType::PointIdentifierType itk::LevelSetDomainPartitionMesh< TMesh >::PointIdentifierType

Definition at line 51 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef MeshType::PointsContainerConstIterator itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstIterator

Definition at line 54 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef MeshType::PointsContainerConstPointer itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstPointer

Definition at line 53 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef MeshType::PointType itk::LevelSetDomainPartitionMesh< TMesh >::PointType

Definition at line 50 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef LevelSetDomainPartitionMesh itk::LevelSetDomainPartitionMesh< TMesh >::Self

Smart pointer typedef support.

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

Definition at line 37 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
typedef LevelSetDomainPartitionBase< TMesh > itk::LevelSetDomainPartitionMesh< TMesh >::Superclass

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

Definition at line 38 of file itkLevelSetDomainPartitionMesh.h.


Constructor & Destructor Documentation

template<class TMesh >
itk::LevelSetDomainPartitionMesh< TMesh >::LevelSetDomainPartitionMesh ( )
protected
template<class TMesh >
virtual itk::LevelSetDomainPartitionMesh< TMesh >::~LevelSetDomainPartitionMesh ( )
protectedvirtual
template<class TMesh >
itk::LevelSetDomainPartitionMesh< TMesh >::LevelSetDomainPartitionMesh ( const Self )
private

Member Function Documentation

template<class TMesh >
void itk::LevelSetDomainPartitionMesh< TMesh >::AllocateListDomain ( )
protectedvirtual

Allocate a list mesh with each node being a list of overlapping level set support at that pixel

Implements itk::LevelSetDomainPartitionBase< TMesh >.

template<class TMesh >
virtual const char* itk::LevelSetDomainPartitionMesh< TMesh >::GetNameOfClass ( ) const
virtual

Standard part of all itk objects.

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

template<class TMesh >
void itk::LevelSetDomainPartitionMesh< TMesh >::operator= ( const Self )
private

Mutex lock to protect modification to the reference count

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

template<class TMesh >
virtual void itk::LevelSetDomainPartitionMesh< TMesh >::PopulateListDomain ( )
protectedvirtual

Populate a list mesh with each node being a list of overlapping level set support at that pixel

Implements itk::LevelSetDomainPartitionBase< TMesh >.

template<class TMesh >
virtual void itk::LevelSetDomainPartitionMesh< TMesh >::SetMesh ( MeshType _arg)
virtual

Member Data Documentation

template<class TMesh >
ListMeshType itk::LevelSetDomainPartitionMesh< TMesh >::m_ListDomain
private

Definition at line 79 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
MeshPointer itk::LevelSetDomainPartitionMesh< TMesh >::m_Mesh
private

Definition at line 78 of file itkLevelSetDomainPartitionMesh.h.

template<class TMesh >
const unsigned int itk::LevelSetDomainPartitionMesh< TMesh >::PointDimension = TMesh::PointDimension
static

Definition at line 42 of file itkLevelSetDomainPartitionMesh.h.


The documentation for this class was generated from the following file: