ITK  5.4.0
Insight 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>

Detailed Description

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

Helper class used to partition domain and efficiently compute overlap.

Definition at line 33 of file itkLevelSetDomainPartitionMesh.h.

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

Public Types

using ConstPointer = SmartPointer< const Self >
 
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

const char * GetNameOfClass () const override
 
virtual void SetMesh (MeshType *_arg)
 
- Public Member Functions inherited from itk::LevelSetDomainPartitionBase< TMesh >
const char * GetNameOfClass () const override
 
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
 
unsigned long AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) 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 noexcept override
 
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
Pointer Clone () const
 
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
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 &timeStamp)
 
 ~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 val)
 
- 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

◆ ConstPointer

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

Definition at line 41 of file itkLevelSetDomainPartitionMesh.h.

◆ ListMeshType

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

Definition at line 58 of file itkLevelSetDomainPartitionMesh.h.

◆ MeshConstPointer

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

Definition at line 49 of file itkLevelSetDomainPartitionMesh.h.

◆ MeshPointer

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

Definition at line 48 of file itkLevelSetDomainPartitionMesh.h.

◆ MeshType

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

Definition at line 47 of file itkLevelSetDomainPartitionMesh.h.

◆ Pointer

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

Definition at line 40 of file itkLevelSetDomainPartitionMesh.h.

◆ PointIdentifierType

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

Definition at line 51 of file itkLevelSetDomainPartitionMesh.h.

◆ PointsContainerConstIterator

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

Definition at line 54 of file itkLevelSetDomainPartitionMesh.h.

◆ PointsContainerConstPointer

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

Definition at line 53 of file itkLevelSetDomainPartitionMesh.h.

◆ PointType

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

Definition at line 50 of file itkLevelSetDomainPartitionMesh.h.

◆ Self

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

Definition at line 38 of file itkLevelSetDomainPartitionMesh.h.

◆ Superclass

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

Definition at line 39 of file itkLevelSetDomainPartitionMesh.h.

Constructor & Destructor Documentation

◆ LevelSetDomainPartitionMesh()

template<typename TMesh >
itk::LevelSetDomainPartitionMesh< TMesh >::LevelSetDomainPartitionMesh ( )
protecteddefault

◆ ~LevelSetDomainPartitionMesh()

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

Member Function Documentation

◆ AllocateListDomain()

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 >.

◆ GetNameOfClass()

template<typename TMesh >
const char* itk::LevelSetDomainPartitionMesh< TMesh >::GetNameOfClass ( ) const
overridevirtual
See also
LightObject::GetNameOfClass()

Reimplemented from itk::Object.

◆ PopulateListDomain()

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 >.

◆ SetMesh()

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

Member Data Documentation

◆ m_ListDomain

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

Definition at line 78 of file itkLevelSetDomainPartitionMesh.h.

◆ m_Mesh

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

Definition at line 77 of file itkLevelSetDomainPartitionMesh.h.

◆ PointDimension

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

Definition at line 43 of file itkLevelSetDomainPartitionMesh.h.


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