ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetDomainPartitionMesh.h>
Helper class used to partition domain and efficiently compute overlap.
Definition at line 33 of file itkLevelSetDomainPartitionMesh.h.
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 | PopulateListDomain ()=0 |
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 |
const char * | GetNameOfClass () const override |
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 Pointer | CreateAnother () const |
virtual void | Delete () |
virtual const char * | GetNameOfClass () const |
virtual int | GetReferenceCount () const |
void | Print (std::ostream &os, Indent indent=0) const |
virtual void | Register () const |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () const noexcept |
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 > | |
virtual void | AllocateListDomain ()=0 |
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 | PrintSelf (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 {} |
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 |
|
protectedvirtualdefault |
|
protectedvirtual |
Allocate a list mesh with each node being a list of overlapping level set support at that pixel
Implements itk::LevelSetDomainPartitionBase< TMesh >.
|
overridevirtual |
Reimplemented from itk::Object.
|
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 78 of file itkLevelSetDomainPartitionMesh.h.
|
private |
Definition at line 77 of file itkLevelSetDomainPartitionMesh.h.
|
staticconstexpr |
Definition at line 43 of file itkLevelSetDomainPartitionMesh.h.