ITK
4.3.0
Insight Segmentation and Registration 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 | |
bool | AddLevelSet (const LevelSetIdentifierType &iId, LevelSetType *iLevelSet, const bool iForce=true) |
Iterator | Begin () |
ConstIterator | Begin () const |
Iterator | End () |
ConstIterator | End () const |
LevelSetPointer | GetLevelSet (const LevelSetIdentifierType &iId) const |
virtual const char * | GetNameOfClass () const |
bool | HasDomainMap () const |
bool | RemoveLevelSet (const LevelSetIdentifierType &iId) |
LevelSetIdentifierType | Size () const |
virtual void | SetHeaviside (HeavisideType *_arg) |
virtual const HeavisideType * | GetHeaviside () |
virtual void | SetDomainMapFilter (DomainMapImageFilterType *_arg) |
virtual DomainMapImageFilterType * | GetDomainMapFilter () |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
virtual LightObject::Pointer | CreateAnother () const |
virtual void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) 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 |
virtual void | Register () const |
void | RemoveAllObservers () |
void | RemoveObserver (unsigned long tag) |
void | SetDebug (bool debugFlag) const |
void | SetMetaDataDictionary (const MetaDataDictionary &rhs) |
virtual void | SetReferenceCount (int) |
virtual void | UnRegister () 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 const unsigned int | Dimension = LevelSetType::Dimension |
Protected Member Functions | |
const LevelSetContainerType & | GetContainer () const |
LevelSetContainerBase () | |
void | SetContainer (const LevelSetContainerType &iContainer) |
~LevelSetContainerBase () | |
Protected Member Functions inherited from itk::Object | |
Object () | |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | PrintSelf (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &time) |
virtual | ~Object () |
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 Member Functions | |
LevelSetContainerBase (const Self &) | |
void | operator= (const Self &) |
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 flag) |
Protected Types inherited from itk::LightObject | |
typedef int | InternalReferenceCountType |
Protected Attributes inherited from itk::LightObject | |
InternalReferenceCountType | m_ReferenceCount |
SimpleFastMutexLock | m_ReferenceCountLock |
typedef Image< short, Dimension > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::CacheImageType |
Definition at line 79 of file itkLevelSetContainerBase.h.
typedef SmartPointer< const Self > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::ConstPointer |
Definition at line 47 of file itkLevelSetContainerBase.h.
typedef std::map< LevelSetIdentifierType, LevelSetDomainType > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainContainerType |
Definition at line 88 of file itkLevelSetContainerBase.h.
typedef DomainContainerType::iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainIteratorType |
Definition at line 89 of file itkLevelSetContainerBase.h.
typedef DomainMapImageFilterType::Pointer itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainMapImageFilterPointer |
Definition at line 85 of file itkLevelSetContainerBase.h.
typedef LevelSetDomainMapImageFilter< IdListImageType, CacheImageType > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::DomainMapImageFilterType |
Definition at line 81 of file itkLevelSetContainerBase.h.
typedef LevelSetType::GradientType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::GradientType |
Definition at line 59 of file itkLevelSetContainerBase.h.
typedef HeavisideType::ConstPointer itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HeavisideConstPointer |
Definition at line 71 of file itkLevelSetContainerBase.h.
typedef HeavisideStepFunctionBase< OutputRealType, OutputRealType > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HeavisideType |
Definition at line 70 of file itkLevelSetContainerBase.h.
typedef LevelSetType::HessianType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HessianType |
Definition at line 60 of file itkLevelSetContainerBase.h.
typedef IdListType::const_iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListConstIterator |
Definition at line 77 of file itkLevelSetContainerBase.h.
typedef Image< IdListType, Dimension > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListImageType |
Definition at line 78 of file itkLevelSetContainerBase.h.
typedef IdListType::iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListIterator |
Definition at line 76 of file itkLevelSetContainerBase.h.
typedef std::list< LevelSetIdentifierType > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::IdListType |
Definition at line 75 of file itkLevelSetContainerBase.h.
typedef LevelSetType::InputType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::InputIndexType |
Definition at line 56 of file itkLevelSetContainerBase.h.
typedef LevelSetContainerType::const_iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetContainerConstIteratorType |
Definition at line 67 of file itkLevelSetContainerBase.h.
typedef LevelSetContainerType::iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetContainerIteratorType |
Definition at line 68 of file itkLevelSetContainerBase.h.
typedef std::map< LevelSetIdentifierType, LevelSetPointer > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetContainerType |
Definition at line 66 of file itkLevelSetContainerBase.h.
typedef LevelSetType::LevelSetDataType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetDataType |
Definition at line 61 of file itkLevelSetContainerBase.h.
typedef DomainMapImageFilterType::LevelSetDomain itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetDomainType |
Definition at line 86 of file itkLevelSetContainerBase.h.
typedef TIdentifier itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetIdentifierType |
IdentifierType
Definition at line 64 of file itkLevelSetContainerBase.h.
typedef std::pair< LevelSetIdentifierType, LevelSetPointer > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetPairType |
Definition at line 83 of file itkLevelSetContainerBase.h.
typedef LevelSetType::Pointer itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetPointer |
Definition at line 55 of file itkLevelSetContainerBase.h.
typedef TLevelSet itk::LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetType |
typedefs related to the type of level set
Definition at line 51 of file itkLevelSetContainerBase.h.
typedef LevelSetType::OutputRealType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::OutputRealType |
Definition at line 58 of file itkLevelSetContainerBase.h.
typedef LevelSetType::OutputType itk::LevelSetContainerBase< TIdentifier, TLevelSet >::OutputType |
Definition at line 57 of file itkLevelSetContainerBase.h.
typedef SmartPointer< Self > itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Pointer |
Definition at line 46 of file itkLevelSetContainerBase.h.
typedef LevelSetContainerBase itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Self |
Definition at line 45 of file itkLevelSetContainerBase.h.
typedef Object itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Superclass |
Definition at line 48 of file itkLevelSetContainerBase.h.
|
protected |
Default Constructor.
|
protected |
Default Destructor.
|
private |
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 | ( | ) |
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::Begin | ( | ) | const |
Iterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::End | ( | ) |
ConstIterator itk::LevelSetContainerBase< TIdentifier, TLevelSet >::End | ( | ) | const |
|
protected |
|
virtual |
Set/Get the domain map image filter.
|
virtual |
LevelSetPointer itk::LevelSetContainerBase< TIdentifier, TLevelSet >::GetLevelSet | ( | const LevelSetIdentifierType & | iId | ) | const |
Get the level set function given its id.
[in] | iId |
|
virtual |
Run-time type information
Reimplemented from itk::Object.
Reimplemented in itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >, and itk::LevelSetContainer< TIdentifier, TLevelSet >.
bool itk::LevelSetContainerBase< TIdentifier, TLevelSet >::HasDomainMap | ( | ) | const |
Does the level set container have a domain map?
|
private |
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 92 of file itkLevelSetContainerBase.h.
|
static |
Definition at line 73 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 292 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 291 of file itkLevelSetContainerBase.h.
|
private |
Definition at line 290 of file itkLevelSetContainerBase.h.