#include <itkLevelSetDomainPartitionMesh.h>
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 |
| using | Pointer |
| using | Self |
| using | Superclass |
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 () |
| virtual void | SetNumberOfLevelSetFunctions (IdentifierType _arg) |
| virtual IdentifierType | GetNumberOfLevelSetFunctions () |
Public Member Functions inherited from itk::Object | |
| unsigned long | AddObserver (const EventObject &event, Command *cmd) 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 |
| Command * | GetCommand (unsigned long tag) |
| bool | GetDebug () const |
| MetaDataDictionary & | GetMetaDataDictionary () |
| const MetaDataDictionary & | GetMetaDataDictionary () const |
| virtual ModifiedTimeType | 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 |
| void | Register () const override |
| void | RemoveAllObservers () |
| void | RemoveObserver (unsigned long tag) const |
| 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 () | |
| ~LevelSetDomainPartitionBase () override=default | |
| ~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 |
| using | IdentifierListIterator |
| using | IdentifierListType |
Protected Attributes inherited from itk::LevelSetDomainPartitionBase< TMesh > | |
| IdentifierType | m_NumberOfLevelSetFunctions |
| IdentifierType | m_NumberOfLevelSetFunctions |
Protected Attributes inherited from itk::LightObject | |
| std::atomic< int > | m_ReferenceCount {} |
| using itk::LevelSetDomainPartitionMesh< TMesh >::ConstPointer = SmartPointer<const Self> |
Definition at line 41 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::ListMeshType = std::map<PointIdentifierType, IdentifierListType> |
Definition at line 58 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::MeshConstPointer = typename MeshType::ConstPointer |
Definition at line 49 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::MeshPointer = typename MeshType::Pointer |
Definition at line 48 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::MeshType = TMesh |
Definition at line 47 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::Pointer = SmartPointer<Self> |
Definition at line 40 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::PointIdentifierType = typename MeshType::PointIdentifierType |
Definition at line 51 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstIterator = typename MeshType::PointsContainerConstIterator |
Definition at line 54 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::PointsContainerConstPointer = typename MeshType::PointsContainerConstPointer |
Definition at line 53 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::PointType = typename MeshType::PointType |
Definition at line 50 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::Self = LevelSetDomainPartitionMesh |
Definition at line 38 of file itkLevelSetDomainPartitionMesh.h.
| using itk::LevelSetDomainPartitionMesh< TMesh >::Superclass = LevelSetDomainPartitionBase<TMesh> |
Definition at line 39 of file itkLevelSetDomainPartitionMesh.h.
|
protecteddefault |
Referenced by GetNameOfClass().
|
protectedvirtualdefault |
|
inlineprotectedvirtual |
Allocate a list mesh with each node being a list of overlapping level set support at that pixel
Implements itk::LevelSetDomainPartitionBase< TMesh >.
Definition at line 74 of file itkLevelSetDomainPartitionMesh.h.
|
virtual |
Reimplemented from itk::LevelSetDomainPartitionBase< TMesh >.
References LevelSetDomainPartitionMesh().
|
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.
|
staticconstexpr |
Definition at line 43 of file itkLevelSetDomainPartitionMesh.h.