ITK
4.2.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetContainer.h>
Public Types | |
typedef Superclass::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DomainIteratorType | DomainIteratorType |
typedef Superclass::DomainMapImageFilterPointer | DomainMapImageFilterPointer |
typedef Superclass::DomainMapImageFilterType | DomainMapImageFilterType |
typedef Superclass::GradientType | GradientType |
typedef Superclass::HeavisideConstPointer | HeavisideConstPointer |
typedef Superclass::HeavisideType | HeavisideType |
typedef Superclass::HessianType | HessianType |
typedef Superclass::IdListImageType | IdListImageType |
typedef Superclass::IdListIterator | IdListIterator |
typedef Superclass::IdListType | IdListType |
typedef Superclass::InputIndexType | InputIndexType |
typedef Superclass::LevelSetContainerConstIteratorType | LevelSetContainerConstIteratorType |
typedef Superclass::LevelSetContainerIteratorType | LevelSetContainerIteratorType |
typedef Superclass::LevelSetContainerType | LevelSetContainerType |
typedef Superclass::LevelSetDomainType | LevelSetDomainType |
typedef Superclass::LevelSetIdentifierType | LevelSetIdentifierType |
typedef Superclass::LevelSetPointer | LevelSetPointer |
typedef Superclass::LevelSetType | LevelSetType |
typedef Superclass::OutputType | OutputPixelType |
typedef Superclass::OutputRealType | OutputRealType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetContainer | Self |
typedef LevelSetContainerBase < TIdentifier, TLevelSet > | Superclass |
Public Types inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > | |
typedef std::map < LevelSetIdentifierType, LevelSetDomainType > | DomainContainerType |
typedef IdListType::const_iterator | IdListConstIterator |
typedef LevelSetType::LevelSetDataType | LevelSetDataType |
typedef std::pair < LevelSetIdentifierType, LevelSetPointer > | LevelSetPairType |
typedef LevelSetType::OutputType | OutputType |
Public Types inherited from itk::Object | |
Public Types inherited from itk::LightObject |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > | |
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 |
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 void | DebugOff () const |
virtual void | DebugOn () const |
Command * | GetCommand (unsigned long tag) |
bool | GetDebug () const |
MetaDataDictionary & | GetMetaDataDictionary (void) |
const MetaDataDictionary & | GetMetaDataDictionary (void) const |
virtual unsigned long | 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 Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | Dimension = LevelSetType::Dimension |
Static Public Attributes inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > |
Protected Member Functions | |
LevelSetContainer () | |
~LevelSetContainer () | |
Protected Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > | |
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 | |
LevelSetContainer (const Self &) | |
void | operator= (const Self &) |
Container of Level-Sets.
TIdentifier | Input level set id type |
TLevelSet | Level Set Type |
Definition at line 39 of file itkLevelSetContainer.h.
typedef Superclass::CacheImageType itk::LevelSetContainer< TIdentifier, TLevelSet >::CacheImageType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 76 of file itkLevelSetContainer.h.
typedef SmartPointer< const Self > itk::LevelSetContainer< TIdentifier, TLevelSet >::ConstPointer |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 47 of file itkLevelSetContainer.h.
typedef Superclass::DomainIteratorType itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainIteratorType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 81 of file itkLevelSetContainer.h.
typedef Superclass::DomainMapImageFilterPointer itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainMapImageFilterPointer |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 79 of file itkLevelSetContainer.h.
typedef Superclass::DomainMapImageFilterType itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainMapImageFilterType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 77 of file itkLevelSetContainer.h.
typedef Superclass::GradientType itk::LevelSetContainer< TIdentifier, TLevelSet >::GradientType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 61 of file itkLevelSetContainer.h.
typedef Superclass::HeavisideConstPointer itk::LevelSetContainer< TIdentifier, TLevelSet >::HeavisideConstPointer |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 69 of file itkLevelSetContainer.h.
typedef Superclass::HeavisideType itk::LevelSetContainer< TIdentifier, TLevelSet >::HeavisideType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 68 of file itkLevelSetContainer.h.
typedef Superclass::HessianType itk::LevelSetContainer< TIdentifier, TLevelSet >::HessianType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 62 of file itkLevelSetContainer.h.
typedef Superclass::IdListImageType itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListImageType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 75 of file itkLevelSetContainer.h.
typedef Superclass::IdListIterator itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListIterator |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 74 of file itkLevelSetContainer.h.
typedef Superclass::IdListType itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 73 of file itkLevelSetContainer.h.
typedef Superclass::InputIndexType itk::LevelSetContainer< TIdentifier, TLevelSet >::InputIndexType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 58 of file itkLevelSetContainer.h.
typedef Superclass::LevelSetContainerConstIteratorType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerConstIteratorType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 65 of file itkLevelSetContainer.h.
typedef Superclass::LevelSetContainerIteratorType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerIteratorType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 66 of file itkLevelSetContainer.h.
typedef Superclass::LevelSetContainerType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 64 of file itkLevelSetContainer.h.
typedef Superclass::LevelSetDomainType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetDomainType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 80 of file itkLevelSetContainer.h.
typedef Superclass::LevelSetIdentifierType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetIdentifierType |
IdentifierType
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 52 of file itkLevelSetContainer.h.
typedef Superclass::LevelSetPointer itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetPointer |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 57 of file itkLevelSetContainer.h.
typedef Superclass::LevelSetType itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetType |
typedefs related to the type of level set
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 56 of file itkLevelSetContainer.h.
typedef Superclass::OutputType itk::LevelSetContainer< TIdentifier, TLevelSet >::OutputPixelType |
Definition at line 59 of file itkLevelSetContainer.h.
typedef Superclass::OutputRealType itk::LevelSetContainer< TIdentifier, TLevelSet >::OutputRealType |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 60 of file itkLevelSetContainer.h.
typedef SmartPointer< Self > itk::LevelSetContainer< TIdentifier, TLevelSet >::Pointer |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 46 of file itkLevelSetContainer.h.
typedef LevelSetContainer itk::LevelSetContainer< TIdentifier, TLevelSet >::Self |
Smart pointer typedef support.
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 44 of file itkLevelSetContainer.h.
typedef LevelSetContainerBase< TIdentifier, TLevelSet > itk::LevelSetContainer< TIdentifier, TLevelSet >::Superclass |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 45 of file itkLevelSetContainer.h.
|
inlineprotected |
Definition at line 84 of file itkLevelSetContainer.h.
|
inlineprotected |
Definition at line 85 of file itkLevelSetContainer.h.
|
private |
|
virtual |
Create an object from an instance, potentially deferring to a factory. This method allows you to create an instance of an object that is exactly the same type as the referring object. This is useful in cases where an object has been cast back to a base class.
Reimplemented from itk::Object.
|
virtual |
Run-time type information
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
|
static |
Method for creation through object factory
Reimplemented from itk::Object.
Referenced by itk::LevelSetContainer< TIdentifier, LevelSetDenseImage< TImage > >::CopyInformationAndAllocate().
|
private |
Mutex lock to protect modification to the reference count
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
|
static |
Reimplemented from itk::LevelSetContainerBase< TIdentifier, TLevelSet >.
Definition at line 71 of file itkLevelSetContainer.h.