ITK  5.0.0
Insight Segmentation and Registration Toolkit
Public Types | Protected Member Functions | List of all members
itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer > Class Template Reference

#include <itkLevelSetEquationRegionTerm.h>

+ Inheritance diagram for itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >:
+ Collaboration diagram for itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >:

Detailed Description

template<typename TInput, typename TLevelSetContainer>
class itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >

Definition at line 27 of file itkLevelSetEquationRegionTerm.h.

Public Types

using ConstPointer = SmartPointer< const Self >
 
using GradientType = typename LevelSetContainerType::GradientType
 
using HessianType = typename LevelSetContainerType::HessianType
 
using InputPointer = typename InputType::Pointer
 
using InputType = TInput
 
using LevelSetContainerPointer = typename LevelSetContainerType::Pointer
 
using LevelSetContainerType = TLevelSetContainer
 
using LevelSetInputType = typename LevelSetContainerType::InputType
 
using LevelSetOutputType = typename LevelSetContainerType::OutputType
 
using Pointer = SmartPointer< Self >
 
using Self = LevelSetEquationRegionTerm
 
using Superclass = LevelSetEquationTermBase< TInput, TLevelSetContainer >
 
- Public Types inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >
using CacheImageType = typename LevelSetContainerType::CacheImageType
 
using ConstPointer = SmartPointer< const Self >
 
using DomainMapImageFilterType = typename LevelSetContainerType::DomainMapImageFilterType
 
using HeavisideConstPointer = typename HeavisideType::ConstPointer
 
using HeavisideType = HeavisideStepFunctionBase< LevelSetOutputRealType, LevelSetOutputRealType >
 
using InputImagePointer = typename InputImageType::Pointer
 
using InputImageType = TInput
 
using InputPixelRealType = typename NumericTraits< InputPixelType >::RealType
 
using InputPixelType = typename InputImageType::PixelType
 
using LevelSetContainerPointer = typename LevelSetContainerType::Pointer
 
using LevelSetContainerType = TLevelSetContainer
 
using LevelSetDataType = typename LevelSetContainerType::LevelSetDataType
 
using LevelSetGradientType = typename LevelSetContainerType::GradientType
 
using LevelSetHessianType = typename LevelSetContainerType::HessianType
 
using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType
 
using LevelSetInputIndexType = typename LevelSetContainerType::InputIndexType
 
using LevelSetOutputPixelType = typename LevelSetContainerType::OutputType
 
using LevelSetOutputRealType = typename LevelSetContainerType::OutputRealType
 
using LevelSetPointer = typename LevelSetContainerType::LevelSetPointer
 
using LevelSetType = typename LevelSetContainerType::LevelSetType
 
using Pointer = SmartPointer< Self >
 
using RequiredDataType = itksys::hash_set< std::string >
 
using Self = LevelSetEquationTermBase
 
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
 

Protected Member Functions

 LevelSetEquationRegionTerm ()
 
virtual ~LevelSetEquationRegionTerm ()=default
 
- Protected Member Functions inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >
 LevelSetEquationTermBase ()
 
void SetUp ()
 
virtual LevelSetOutputRealType Value (const LevelSetInputIndexType &iP)=0
 
virtual LevelSetOutputRealType Value (const LevelSetInputIndexType &iP, const LevelSetDataType &iData)=0
 
 ~LevelSetEquationTermBase () 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 &time)
 
 ~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 PrintTrailer (std::ostream &os, Indent indent) const
 
virtual ~LightObject ()
 

Additional Inherited Members

- Public Member Functions inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >
virtual LevelSetOutputRealType Evaluate (const LevelSetInputIndexType &iP)
 
virtual LevelSetOutputRealType Evaluate (const LevelSetInputIndexType &iP, const LevelSetDataType &iData)
 
virtual LevelSetOutputRealType GetCFLContribution () const
 
virtual LevelSetOutputRealType GetCoefficient ()
 
virtual LevelSetIdentifierType GetCurrentLevelSetId ()
 
virtual const LevelSetTypeGetCurrentLevelSetPointer () const
 
virtual const
LevelSetContainerType
GetLevelSetContainer () const
 
virtual LevelSetTypeGetModifiableCurrentLevelSetPointer ()
 
virtual LevelSetContainerTypeGetModifiableLevelSetContainer ()
 
virtual const char * GetNameOfClass () const
 
const RequiredDataTypeGetRequiredData () const
 
virtual void Initialize (const LevelSetInputIndexType &iP)=0
 
virtual void InitializeParameters ()=0
 
virtual void SetCoefficient (LevelSetOutputRealType _arg)
 
virtual void SetCurrentLevelSetId (LevelSetIdentifierType _arg)
 
virtual void SetLevelSetContainer (LevelSetContainerType *ptr)
 
virtual void Update ()=0
 
virtual void UpdatePixel (const LevelSetInputIndexType &iP, const LevelSetOutputRealType &oldValue, const LevelSetOutputRealType &newValue)=0
 
virtual void SetInput (InputImageType *_arg)
 
virtual InputImageTypeGetModifiableInput ()
 
virtual const InputImageTypeGetInput () const
 
virtual void SetTermName (const char *_arg)
 
virtual const char * GetTermName () const
 
- Public Member Functions inherited from itk::Object
unsigned long AddObserver (const EventObject &event, Command *)
 
unsigned long AddObserver (const EventObject &event, Command *) const
 
LightObject::Pointer CreateAnother () const override
 
virtual void DebugOff () const
 
virtual void DebugOn () const
 
CommandGetCommand (unsigned long tag)
 
bool GetDebug () const
 
MetaDataDictionaryGetMetaDataDictionary ()
 
const MetaDataDictionaryGetMetaDataDictionary () const
 
virtual ModifiedTimeType GetMTime () const
 
virtual const TimeStampGetTimeStamp () 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 noexceptoverride
 
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
virtual void Delete ()
 
virtual int GetReferenceCount () const
 
 itkCloneMacro (Self)
 
void Print (std::ostream &os, Indent indent=0) const
 
- 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)
 
- Static Public Member Functions inherited from itk::LightObject
static void BreakOnError ()
 
static Pointer New ()
 
- Protected Attributes inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >
LevelSetOutputRealType m_CFLContribution
 
LevelSetOutputRealType m_Coefficient
 
LevelSetIdentifierType m_CurrentLevelSetId
 
LevelSetPointer m_CurrentLevelSetPointer
 
HeavisideConstPointer m_Heaviside
 
InputImagePointer m_Input
 
LevelSetContainerPointer m_LevelSetContainer
 
RequiredDataType m_RequiredData
 
std::string m_TermName
 
- Protected Attributes inherited from itk::LightObject
std::atomic< int > m_ReferenceCount
 

Member Typedef Documentation

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::ConstPointer = SmartPointer< const Self >

Definition at line 35 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::GradientType = typename LevelSetContainerType::GradientType

Definition at line 45 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::HessianType = typename LevelSetContainerType::HessianType

Definition at line 46 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::InputPointer = typename InputType::Pointer

Definition at line 39 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::InputType = TInput

Definition at line 38 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer = typename LevelSetContainerType::Pointer

Definition at line 42 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetContainerType = TLevelSetContainer

Definition at line 41 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetInputType = typename LevelSetContainerType::InputType

Definition at line 44 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetOutputType = typename LevelSetContainerType::OutputType

Definition at line 43 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Pointer = SmartPointer< Self >

Definition at line 34 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Self = LevelSetEquationRegionTerm

Definition at line 33 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
using itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::Superclass = LevelSetEquationTermBase< TInput, TLevelSetContainer >

Definition at line 36 of file itkLevelSetEquationRegionTerm.h.

Constructor & Destructor Documentation

template<typename TInput , typename TLevelSetContainer >
itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::LevelSetEquationRegionTerm ( )
inlineprotected

Definition at line 49 of file itkLevelSetEquationRegionTerm.h.

template<typename TInput , typename TLevelSetContainer >
virtual itk::LevelSetEquationRegionTerm< TInput, TLevelSetContainer >::~LevelSetEquationRegionTerm ( )
protectedvirtualdefault

The documentation for this class was generated from the following file: