ITK
6.0.0
Insight Toolkit
|
#include <itkLevelSetContainerBase.h>
Container of level set.
Encapsulate an ordered set of level set function (see LevelSet).
TIdentifier | type of the identifier used to reference on level set function |
TLevelSet | type of level set function in the container. |
Definition at line 42 of file itkLevelSetContainerBase.h.
Classes | |
class | ConstIterator |
class | Iterator |
Public Member Functions | |
const char * | GetNameOfClass () const override |
bool | HasDomainMap () const |
Iterator | Begin () |
Iterator | End () |
ConstIterator | Begin () const |
ConstIterator | End () const |
LevelSetIdentifierType | Size () const |
LevelSetPointer | GetLevelSet (const LevelSetIdentifierType &iId) const |
bool | AddLevelSet (const LevelSetIdentifierType &iId, LevelSetType *iLevelSet, const bool iForce=true) |
bool | RemoveLevelSet (const LevelSetIdentifierType &iId) |
virtual void | SetHeaviside (const HeavisideType *_arg) |
virtual const HeavisideType * | GetHeaviside () const |
virtual void | SetDomainMapFilter (DomainMapImageFilterType *_arg) |
virtual DomainMapImageFilterType * | GetModifiableDomainMapFilter () |
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 | Dimension = LevelSetType::Dimension |
Protected Member Functions | |
const LevelSetContainerType & | GetContainer () const |
LevelSetContainerBase ()=default | |
void | SetContainer (const LevelSetContainerType &iContainer) |
~LevelSetContainerBase () 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 | |
LevelSetContainerType | m_Container {} |
DomainMapImageFilterPointer | m_DomainMapFilter {} |
HeavisideConstPointer | m_Heaviside {} |
Friends | |
class | Iterator |
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 Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount {} |
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::CacheImageType = Image<short, Dimension> |
Definition at line 81 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstPointer = SmartPointer<const Self> |
Definition at line 49 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainContainerType = std::map<LevelSetIdentifierType, LevelSetDomainType> |
Definition at line 90 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainIteratorType = typename DomainContainerType::iterator |
Definition at line 91 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainMapImageFilterPointer = typename DomainMapImageFilterType::Pointer |
Definition at line 87 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainMapImageFilterType = LevelSetDomainMapImageFilter<IdListImageType, CacheImageType> |
Definition at line 83 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::GradientType = typename LevelSetType::GradientType |
Definition at line 61 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HeavisideConstPointer = typename HeavisideType::ConstPointer |
Definition at line 73 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HeavisideType = HeavisideStepFunctionBase<OutputRealType, OutputRealType> |
Definition at line 72 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HessianType = typename LevelSetType::HessianType |
Definition at line 62 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListConstIterator = typename IdListType::const_iterator |
Definition at line 79 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListImageType = Image<IdListType, Dimension> |
Definition at line 80 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListIterator = typename IdListType::iterator |
Definition at line 78 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListType = std::list<LevelSetIdentifierType> |
Definition at line 77 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::InputIndexType = typename LevelSetType::InputType |
Definition at line 58 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetContainerConstIteratorType = typename LevelSetContainerType::const_iterator |
Definition at line 69 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetContainerIteratorType = typename LevelSetContainerType::iterator |
Definition at line 70 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetContainerType = std::map<LevelSetIdentifierType, LevelSetPointer> |
Definition at line 68 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetDataType = typename LevelSetType::LevelSetDataType |
Definition at line 63 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetDomainType = typename DomainMapImageFilterType::LevelSetDomain |
Definition at line 88 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetIdentifierType = TIdentifier |
IdentifierType
Definition at line 66 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetPairType = std::pair<LevelSetIdentifierType, LevelSetPointer> |
Definition at line 85 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetPointer = typename LevelSetType::Pointer |
Definition at line 57 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetType = TLevelSet |
type alias related to the type of level set
Definition at line 56 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::OutputRealType = typename LevelSetType::OutputRealType |
Definition at line 60 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::OutputType = typename LevelSetType::OutputType |
Definition at line 59 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Pointer = SmartPointer<Self> |
Definition at line 48 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Self = LevelSetContainerBase |
Definition at line 47 of file itkLevelSetContainerBase.h.
using itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Superclass = Object |
Definition at line 50 of file itkLevelSetContainerBase.h.
|
protecteddefault |
Default Constructor.
|
overrideprotecteddefault |
Default Destructor.
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::AddLevelSet | ( | const LevelSetIdentifierType & | iId, |
LevelSetType * | iLevelSet, | ||
const bool | iForce = true |
||
) |
Add one level set function given its id.
[in] | iId | id of the level set function |
[in] | iLevelSet | the level set function to be added |
[in] | iForce | if iForce is true (default) the level set function will be added to the container even if there is already one with the same id. |
Iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Begin | ( | ) |
Get the number of LevelSets in the container.
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Begin | ( | ) | const |
Get the number of LevelSets in the container.
Iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::End | ( | ) |
Get the number of LevelSets in the container.
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::End | ( | ) | const |
Get the number of LevelSets in the container.
|
protected |
|
virtual |
Get the number of LevelSets in the container.
LevelSetPointer itk::LevelSetContainerBase< TIdentifier, TLevelSet >::GetLevelSet | ( | const LevelSetIdentifierType & | iId | ) | const |
Get the level set function given its id.
[in] | iId |
|
virtual |
Set/Get the domain map image filter.
|
overridevirtual |
Reimplemented from itk::Object.
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HasDomainMap | ( | ) | const |
Does the level set container have a domain map?
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::RemoveLevelSet | ( | const LevelSetIdentifierType & | iId | ) |
Remove one level set function given its id.
[in] | iId | id of the level set function to be removed |
|
protected |
|
virtual |
Set/Get the domain map image filter.
|
virtual |
LevelSetIdentifierType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Size | ( | ) | const |
Get the number of LevelSets in the container.
|
friend |
Definition at line 95 of file itkLevelSetContainerBase.h.
|
staticconstexpr |
Definition at line 75 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 322 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 321 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 320 of file itkLevelSetContainerBase.h.