ITK
4.8.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationOverlapPenaltyTerm.h>
Class to represent the overlap penalty among many level-sets.
TInput | Input Image Type |
TLevelSetContainer | Level set function container type |
Definition at line 47 of file itkLevelSetEquationOverlapPenaltyTerm.h.
Public Types | |
typedef Superclass::CacheImageType | CacheImageType |
typedef CompensatedSummation < LevelSetOutputRealType > | CompensatedSummationType |
typedef SmartPointer< const Self > | ConstPointer |
typedef Superclass::DomainMapImageFilterType | DomainMapImageFilterType |
typedef Superclass::HeavisideConstPointer | HeavisideConstPointer |
typedef Superclass::HeavisideType | HeavisideType |
typedef LevelSetContainerType::IdListConstIterator | IdListConstIterator |
typedef LevelSetContainerType::IdListIterator | IdListIterator |
typedef LevelSetContainerType::IdListType | IdListType |
typedef Superclass::InputImagePointer | InputImagePointer |
typedef Superclass::InputImageType | InputImageType |
typedef Superclass::InputPixelRealType | InputPixelRealType |
typedef Superclass::InputPixelType | InputPixelType |
typedef Superclass::LevelSetContainerPointer | LevelSetContainerPointer |
typedef Superclass::LevelSetContainerType | LevelSetContainerType |
typedef Superclass::LevelSetDataType | LevelSetDataType |
typedef Superclass::LevelSetGradientType | LevelSetGradientType |
typedef Superclass::LevelSetHessianType | LevelSetHessianType |
typedef Superclass::LevelSetIdentifierType | LevelSetIdentifierType |
typedef Superclass::LevelSetInputIndexType | LevelSetInputIndexType |
typedef Superclass::LevelSetOutputPixelType | LevelSetOutputPixelType |
typedef Superclass::LevelSetOutputRealType | LevelSetOutputRealType |
typedef Superclass::LevelSetPointer | LevelSetPointer |
typedef Superclass::LevelSetType | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef LevelSetEquationOverlapPenaltyTerm | Self |
typedef LevelSetEquationTermBase < TInput, TLevelSetContainer > | Superclass |
Public Types inherited from itk::LevelSetEquationTermBase< TInput, TLevelSetContainer > | |
typedef LevelSetContainerType::CacheImageType | CacheImageType |
typedef SmartPointer< const Self > | ConstPointer |
typedef LevelSetContainerType::DomainMapImageFilterType | DomainMapImageFilterType |
typedef HeavisideType::ConstPointer | HeavisideConstPointer |
typedef HeavisideStepFunctionBase < LevelSetOutputRealType, LevelSetOutputRealType > | HeavisideType |
typedef InputImageType::Pointer | InputImagePointer |
typedef TInput | InputImageType |
typedef NumericTraits < InputPixelType >::RealType | InputPixelRealType |
typedef InputImageType::PixelType | InputPixelType |
typedef LevelSetContainerType::Pointer | LevelSetContainerPointer |
typedef TLevelSetContainer | LevelSetContainerType |
typedef LevelSetContainerType::LevelSetDataType | LevelSetDataType |
typedef LevelSetContainerType::GradientType | LevelSetGradientType |
typedef LevelSetContainerType::HessianType | LevelSetHessianType |
typedef LevelSetContainerType::LevelSetIdentifierType | LevelSetIdentifierType |
typedef LevelSetContainerType::InputIndexType | LevelSetInputIndexType |
typedef LevelSetContainerType::OutputType | LevelSetOutputPixelType |
typedef LevelSetContainerType::OutputRealType | LevelSetOutputRealType |
typedef LevelSetContainerType::LevelSetPointer | LevelSetPointer |
typedef LevelSetContainerType::LevelSetType | LevelSetType |
typedef SmartPointer< Self > | Pointer |
typedef itksys::hash_set < std::string > | RequiredDataType |
typedef LevelSetEquationTermBase | Self |
typedef Object | Superclass |
Public Types inherited from itk::Object | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef Object | Self |
typedef LightObject | Superclass |
Public Types inherited from itk::LightObject | |
typedef SmartPointer< const Self > | ConstPointer |
typedef SmartPointer< Self > | Pointer |
typedef LightObject | Self |
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 flag) |
Static Public Member Functions inherited from itk::LightObject | |
static void | BreakOnError () |
static Pointer | New () |
Protected Member Functions | |
LevelSetEquationOverlapPenaltyTerm () | |
virtual LevelSetOutputRealType | Value (const LevelSetInputIndexType &index) override |
virtual LevelSetOutputRealType | Value (const LevelSetInputIndexType &index, const LevelSetDataType &data) override |
virtual | ~LevelSetEquationOverlapPenaltyTerm () |
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 |
virtual | ~LevelSetEquationTermBase () |
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 override |
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 | |
LevelSetEquationOverlapPenaltyTerm (const Self &) | |
void | operator= (const Self &) |
Private Attributes | |
CacheImageType * | m_CacheImage |
DomainMapImageFilterType * | m_DomainMapImageFilter |
Additional Inherited Members | |
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 | |
AtomicInt< int > | m_ReferenceCount |
typedef Superclass::CacheImageType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::CacheImageType |
Definition at line 84 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef CompensatedSummation<LevelSetOutputRealType> itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::CompensatedSummationType |
Definition at line 90 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef SmartPointer< const Self > itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::ConstPointer |
Definition at line 53 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::DomainMapImageFilterType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::DomainMapImageFilterType |
Definition at line 83 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::HeavisideConstPointer itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::HeavisideConstPointer |
Definition at line 79 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::HeavisideType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::HeavisideType |
Definition at line 78 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef LevelSetContainerType::IdListConstIterator itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::IdListConstIterator |
Definition at line 88 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef LevelSetContainerType::IdListIterator itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::IdListIterator |
Definition at line 87 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef LevelSetContainerType::IdListType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::IdListType |
Definition at line 86 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::InputImagePointer itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::InputImagePointer |
Definition at line 63 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::InputImageType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::InputImageType |
Definition at line 60 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::InputPixelRealType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::InputPixelRealType |
Definition at line 65 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::InputPixelType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::InputPixelType |
Definition at line 64 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetContainerPointer itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetContainerPointer |
Definition at line 68 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetContainerType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetContainerType |
Definition at line 67 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetDataType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetDataType |
Definition at line 81 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetGradientType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetGradientType |
Definition at line 74 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetHessianType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetHessianType |
Definition at line 75 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetIdentifierType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetIdentifierType |
Definition at line 76 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetInputIndexType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetInputIndexType |
Definition at line 73 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetOutputPixelType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetOutputPixelType |
Definition at line 71 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetOutputRealType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetOutputRealType |
Definition at line 72 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetPointer itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetPointer |
Definition at line 70 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef Superclass::LevelSetType itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::LevelSetType |
Definition at line 69 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef SmartPointer< Self > itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::Pointer |
Definition at line 52 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef LevelSetEquationOverlapPenaltyTerm itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::Self |
Definition at line 51 of file itkLevelSetEquationOverlapPenaltyTerm.h.
typedef LevelSetEquationTermBase< TInput, TLevelSetContainer > itk::LevelSetEquationOverlapPenaltyTerm< TInput, TLevelSetContainer >::Superclass |
Definition at line 54 of file itkLevelSetEquationOverlapPenaltyTerm.h.
|
protected |
|
protectedvirtual |
|
private |
|
virtual |
Compute the sum of Heaviside functions in the multi-levelset cases except the current levelset
|
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::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overridevirtual |
Initialize term parameters in the dense case by computing for each pixel location
|
overridevirtual |
Initialize parameters in the terms prior to an iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
static |
Method for creation through object factory
|
private |
|
overridevirtual |
Update the term parameter values at end of iteration
Implements itk::LevelSetEquationTermBase< TInput, TLevelSetContainer >.
|
overridevirtual |
Supply updates at pixels to keep the term parameters always updated
|
overrideprotectedvirtual |
Returns the term contribution for a given location index
|
overrideprotectedvirtual |
Returns the term contribution for a given location index
|
private |
Definition at line 130 of file itkLevelSetEquationOverlapPenaltyTerm.h.
|
private |
Definition at line 129 of file itkLevelSetEquationOverlapPenaltyTerm.h.