ITK
5.2.0
Insight Toolkit
|
#include <itkLevelSetContainer.h>
Public Types | |
using | CacheImageType = typename Superclass::CacheImageType |
using | ConstPointer = SmartPointer< const Self > |
using | DomainIteratorType = typename Superclass::DomainIteratorType |
using | DomainMapImageFilterPointer = typename Superclass::DomainMapImageFilterPointer |
using | DomainMapImageFilterType = typename Superclass::DomainMapImageFilterType |
using | GradientType = typename Superclass::GradientType |
using | HeavisideConstPointer = typename Superclass::HeavisideConstPointer |
using | HeavisideType = typename Superclass::HeavisideType |
using | HessianType = typename Superclass::HessianType |
using | IdListImageType = typename Superclass::IdListImageType |
using | IdListIterator = typename Superclass::IdListIterator |
using | IdListType = typename Superclass::IdListType |
using | InputIndexType = typename Superclass::InputIndexType |
using | LevelSetContainerConstIteratorType = typename Superclass::LevelSetContainerConstIteratorType |
using | LevelSetContainerIteratorType = typename Superclass::LevelSetContainerIteratorType |
using | LevelSetContainerType = typename Superclass::LevelSetContainerType |
using | LevelSetDomainType = typename Superclass::LevelSetDomainType |
using | LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType |
using | LevelSetPointer = typename Superclass::LevelSetPointer |
using | LevelSetType = typename Superclass::LevelSetType |
using | OutputPixelType = typename Superclass::OutputType |
using | OutputRealType = typename Superclass::OutputRealType |
using | Pointer = SmartPointer< Self > |
using | Self = LevelSetContainer |
using | Superclass = LevelSetContainerBase< TIdentifier, TLevelSet > |
Public Types inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > | |
using | CacheImageType = Image< short, Dimension > |
using | ConstPointer = SmartPointer< const Self > |
using | DomainContainerType = std::map< LevelSetIdentifierType, LevelSetDomainType > |
using | DomainIteratorType = typename DomainContainerType::iterator |
using | DomainMapImageFilterPointer = typename DomainMapImageFilterType::Pointer |
using | DomainMapImageFilterType = LevelSetDomainMapImageFilter< IdListImageType, CacheImageType > |
using | GradientType = typename LevelSetType::GradientType |
using | HeavisideConstPointer = typename HeavisideType::ConstPointer |
using | HeavisideType = HeavisideStepFunctionBase< OutputRealType, OutputRealType > |
using | HessianType = typename LevelSetType::HessianType |
using | IdListConstIterator = typename IdListType::const_iterator |
using | IdListImageType = Image< IdListType, Dimension > |
using | IdListIterator = typename IdListType::iterator |
using | IdListType = std::list< LevelSetIdentifierType > |
using | InputIndexType = typename LevelSetType::InputType |
using | LevelSetContainerConstIteratorType = typename LevelSetContainerType::const_iterator |
using | LevelSetContainerIteratorType = typename LevelSetContainerType::iterator |
using | LevelSetContainerType = std::map< LevelSetIdentifierType, LevelSetPointer > |
using | LevelSetDataType = typename LevelSetType::LevelSetDataType |
using | LevelSetDomainType = typename DomainMapImageFilterType::LevelSetDomain |
using | LevelSetIdentifierType = TIdentifier |
using | LevelSetPairType = std::pair< LevelSetIdentifierType, LevelSetPointer > |
using | LevelSetPointer = typename LevelSetType::Pointer |
using | LevelSetType = TLevelSet |
using | OutputRealType = typename LevelSetType::OutputRealType |
using | OutputType = typename LevelSetType::OutputType |
using | Pointer = SmartPointer< Self > |
using | Self = LevelSetContainerBase |
using | Superclass = Object |
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 ::itk::LightObject::Pointer | CreateAnother () const |
virtual const char * | GetNameOfClass () const |
Public Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > | |
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 () |
virtual const DomainMapImageFilterType * | GetDomainMapFilter () const |
bool | HasDomainMap () const |
Public Member Functions inherited from itk::Object | |
unsigned long | AddObserver (const EventObject &event, Command *) |
unsigned long | AddObserver (const EventObject &event, Command *) const |
unsigned long | AddObserver (const EventObject &event, std::function< void(const EventObject &)> function) const |
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) |
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 Member Functions | |
static Pointer | New () |
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 () |
Static Public Attributes | |
static constexpr unsigned int | Dimension = LevelSetType::Dimension |
Static Public Attributes inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > | |
static constexpr unsigned int | Dimension = LevelSetType::Dimension |
Protected Member Functions | |
LevelSetContainer ()=default | |
~LevelSetContainer () override=default | |
Protected Member Functions inherited from itk::LevelSetContainerBase< TIdentifier, TLevelSet > | |
LevelSetContainerBase ()=default | |
~LevelSetContainerBase () override=default | |
const LevelSetContainerType & | GetContainer () const |
void | SetContainer (const LevelSetContainerType &iContainer) |
Protected Member Functions inherited from itk::Object | |
Object () | |
~Object () override | |
void | PrintSelf (std::ostream &os, Indent indent) const override |
bool | PrintObservers (std::ostream &os, Indent indent) const |
virtual void | SetTimeStamp (const TimeStamp &timeStamp) |
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 () |
Additional Inherited Members | |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Container of Level-Sets.
TIdentifier | Input level set id type |
TLevelSet | Level Set Type |
Definition at line 39 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::CacheImageType = typename Superclass::CacheImageType |
Definition at line 76 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::ConstPointer = SmartPointer<const Self> |
Definition at line 47 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainIteratorType = typename Superclass::DomainIteratorType |
Definition at line 81 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainMapImageFilterPointer = typename Superclass::DomainMapImageFilterPointer |
Definition at line 79 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::DomainMapImageFilterType = typename Superclass::DomainMapImageFilterType |
Definition at line 77 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::GradientType = typename Superclass::GradientType |
Definition at line 61 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::HeavisideConstPointer = typename Superclass::HeavisideConstPointer |
Definition at line 69 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::HeavisideType = typename Superclass::HeavisideType |
Definition at line 68 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::HessianType = typename Superclass::HessianType |
Definition at line 62 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListImageType = typename Superclass::IdListImageType |
Definition at line 75 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListIterator = typename Superclass::IdListIterator |
Definition at line 74 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::IdListType = typename Superclass::IdListType |
Definition at line 73 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::InputIndexType = typename Superclass::InputIndexType |
Definition at line 58 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerConstIteratorType = typename Superclass::LevelSetContainerConstIteratorType |
Definition at line 65 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerIteratorType = typename Superclass::LevelSetContainerIteratorType |
Definition at line 66 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetContainerType = typename Superclass::LevelSetContainerType |
Definition at line 64 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetDomainType = typename Superclass::LevelSetDomainType |
Definition at line 80 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType |
Definition at line 54 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetPointer = typename Superclass::LevelSetPointer |
Definition at line 57 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::LevelSetType = typename Superclass::LevelSetType |
Definition at line 56 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::OutputPixelType = typename Superclass::OutputType |
Definition at line 59 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::OutputRealType = typename Superclass::OutputRealType |
Definition at line 60 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::Pointer = SmartPointer<Self> |
Definition at line 46 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::Self = LevelSetContainer |
Definition at line 44 of file itkLevelSetContainer.h.
using itk::LevelSetContainer< TIdentifier, TLevelSet >::Superclass = LevelSetContainerBase<TIdentifier, TLevelSet> |
Definition at line 45 of file itkLevelSetContainer.h.
|
protecteddefault |
|
overrideprotecteddefault |
|
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
|
staticconstexpr |
Definition at line 71 of file itkLevelSetContainer.h.