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

#include <itkLevelSetDomainPartitionMesh.h>

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

Detailed Description

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

Helper class used to partition domain and efficiently compute overlap.

Definition at line 32 of file itkLevelSetDomainPartitionMesh.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using IdentifierListType = typename Superclass::IdentifierListType
 
using ListMeshType = std::map< PointIdentifierType, IdentifierListType >
 
using MeshConstPointer = typename MeshType::ConstPointer
 
using MeshPointer = typename MeshType::Pointer
 
using MeshType = TMesh
 
using Pointer = SmartPointer< Self >
 
using PointIdentifierType = typename MeshType::PointIdentifierType
 
using PointsContainerConstIterator = typename MeshType::PointsContainerConstIterator
 
using PointsContainerConstPointer = typename MeshType::PointsContainerConstPointer
 
using PointType = typename MeshType::PointType
 
using Self = LevelSetDomainPartitionMesh
 
using Superclass = LevelSetDomainPartitionBase< TMesh >
 
- Public Types inherited from itk::LevelSetDomainPartitionBase< TMesh >
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = LevelSetDomainPartitionBase
 
using Superclass = Object
 
- Public Types inherited from itk::Object
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = Object
 
using Superclass = LightObject
 
- Public Types inherited from itk::LightObject
using ConstPointer = SmartPointer< const Self >
 
using Pointer = SmartPointer< Self >
 
using Self = 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
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType 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
 
void Register () const override
 
void RemoveAllObservers ()
 
void RemoveObserver (unsigned long tag)
 
void SetDebug (bool debugFlag) const
 
void SetReferenceCount (int) override
 
void UnRegister () const noexceptoverride
 
void SetMetaDataDictionary (const MetaDataDictionary &rhs)
 
void SetMetaDataDictionary (MetaDataDictionary &&rrhs)
 
virtual void SetObjectName (std::string _arg)
 
virtual const std::string & GetObjectName () 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 constexpr unsigned int PointDimension = TMesh::PointDimension
 

Protected Member Functions

void AllocateListDomain ()
 
 LevelSetDomainPartitionMesh ()=default
 
virtual void PopulateListDomain ()
 
virtual ~LevelSetDomainPartitionMesh ()=default
 
- Protected Member Functions inherited from itk::LevelSetDomainPartitionBase< TMesh >
 LevelSetDomainPartitionBase ()
 
 ~LevelSetDomainPartitionBase () override=default
 
- Protected Member Functions inherited from itk::Object
 Object ()
 
bool PrintObservers (std::ostream &os, Indent indent) const
 
void PrintSelf (std::ostream &os, Indent indent) const override
 
virtual void SetTimeStamp (const TimeStamp &time)
 
 ~Object () override
 
- 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 Attributes

ListMeshType m_ListDomain
 
MeshPointer m_Mesh
 

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)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Protected Types inherited from itk::LevelSetDomainPartitionBase< TMesh >
using IdentifierListConstIterator = typename IdentifierListType::const_iterator
 
using IdentifierListIterator = typename IdentifierListType::iterator
 
using IdentifierListType = std::list< IdentifierType >
 
- Protected Attributes inherited from itk::LevelSetDomainPartitionBase< TMesh >
IdentifierType m_NumberOfLevelSetFunctions
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::ConstPointer = SmartPointer< const Self >

Definition at line 41 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::IdentifierListType = typename Superclass::IdentifierListType

Definition at line 57 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::ListMeshType = std::map< PointIdentifierType, IdentifierListType >

Definition at line 59 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::MeshConstPointer = typename MeshType::ConstPointer

Definition at line 50 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::MeshPointer = typename MeshType::Pointer

Definition at line 49 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::MeshType = TMesh

Definition at line 48 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::Pointer = SmartPointer< Self >

Definition at line 40 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::PointIdentifierType = typename MeshType::PointIdentifierType

Definition at line 52 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstIterator = typename MeshType::PointsContainerConstIterator

Definition at line 55 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstPointer = typename MeshType::PointsContainerConstPointer

Definition at line 54 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::PointType = typename MeshType::PointType

Definition at line 51 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::Self = LevelSetDomainPartitionMesh

Definition at line 38 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
using itk::LevelSetDomainPartitionMesh< TMesh >::Superclass = LevelSetDomainPartitionBase< TMesh >

Definition at line 39 of file itkLevelSetDomainPartitionMesh.h.

Constructor & Destructor Documentation

template<typename TMesh >
itk::LevelSetDomainPartitionMesh< TMesh >::LevelSetDomainPartitionMesh ( )
protecteddefault
template<typename TMesh >
virtual itk::LevelSetDomainPartitionMesh< TMesh >::~LevelSetDomainPartitionMesh ( )
protectedvirtualdefault

Member Function Documentation

template<typename 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<typename TMesh >
virtual const char* itk::LevelSetDomainPartitionMesh< TMesh >::GetNameOfClass ( ) const
virtual

Standard part of all itk objects.

Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.

template<typename 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<typename TMesh >
virtual void itk::LevelSetDomainPartitionMesh< TMesh >::SetMesh ( MeshType _arg)
virtual

Member Data Documentation

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

Definition at line 77 of file itkLevelSetDomainPartitionMesh.h.

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

Definition at line 76 of file itkLevelSetDomainPartitionMesh.h.

template<typename TMesh >
constexpr unsigned int itk::LevelSetDomainPartitionMesh< TMesh >::PointDimension = TMesh::PointDimension
static

Definition at line 43 of file itkLevelSetDomainPartitionMesh.h.


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