ITK
5.0.0
Insight Segmentation and Registration Toolkit
|
#include <itkLevelSetEquationTermContainer.h>
Class for container holding the terms of a given level set update equation.
TInputImage | Input image or speed image or feature image for segmentation |
TLevelSetContainer | Container holding the all the level set functions |
Definition at line 43 of file itkLevelSetEquationTermContainer.h.
Classes | |
class | ConstIterator |
class | Iterator |
Public Types | |
using | ConstPointer = SmartPointer< const Self > |
using | InputImagePointer = typename InputImageType::Pointer |
using | InputImageType = TInputImage |
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 | Self = LevelSetEquationTermContainer |
using | Superclass = Object |
using | TermIdType = unsigned int |
using | TermPointer = typename TermType::Pointer |
using | TermType = LevelSetEquationTermBase< InputImageType, LevelSetContainerType > |
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 |
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 Types | |
using | HashMapStringTermContainerType = itksys::hash_map< std::string, TermPointer > |
using | MapCFLContainerConstIterator = typename MapCFLContainerType::const_iterator |
using | MapCFLContainerIterator = typename MapCFLContainerType::iterator |
using | MapCFLContainerType = std::map< TermIdType, LevelSetOutputRealType > |
using | MapTermContainerConstIteratorType = typename MapTermContainerType::const_iterator |
using | MapTermContainerIteratorType = typename MapTermContainerType::iterator |
using | MapTermContainerType = std::map< TermIdType, TermPointer > |
using | RequiredDataType = typename TermType::RequiredDataType |
Protected Member Functions | |
LevelSetEquationTermContainer () | |
~LevelSetEquationTermContainer () 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 () |
Protected Attributes | |
MapTermContainerType | m_Container |
LevelSetIdentifierType | m_CurrentLevelSetId |
InputImagePointer | m_Input |
LevelSetContainerPointer | m_LevelSetContainer |
HashMapStringTermContainerType | m_NameContainer |
RequiredDataType | m_RequiredData |
MapCFLContainerType | m_TermContribution |
Protected Attributes inherited from itk::LightObject | |
std::atomic< int > | m_ReferenceCount |
Friends | |
class | Iterator |
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ConstPointer = SmartPointer< const Self > |
Definition at line 50 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 283 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::InputImagePointer = typename InputImageType::Pointer |
Definition at line 63 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::InputImageType = TInputImage |
Definition at line 62 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetContainerPointer = typename LevelSetContainerType::Pointer |
Definition at line 66 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetContainerType = TLevelSetContainer |
Definition at line 65 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetDataType = typename LevelSetContainerType::LevelSetDataType |
Definition at line 74 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetGradientType = typename LevelSetContainerType::GradientType |
Definition at line 76 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetHessianType = typename LevelSetContainerType::HessianType |
Definition at line 77 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType |
Definition at line 71 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetInputIndexType = typename LevelSetContainerType::InputIndexType |
Definition at line 75 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetOutputPixelType = typename LevelSetContainerType::OutputType |
Definition at line 72 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetOutputRealType = typename LevelSetContainerType::OutputRealType |
Definition at line 73 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetPointer = typename LevelSetContainerType::LevelSetPointer |
Definition at line 69 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::LevelSetType = typename LevelSetContainerType::LevelSetType |
Definition at line 68 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 294 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 293 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 292 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 136 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 135 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 134 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Pointer = SmartPointer< Self > |
Definition at line 49 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 287 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Self = LevelSetEquationTermContainer |
Definition at line 48 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Superclass = Object |
Definition at line 51 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::TermIdType = unsigned int |
Definition at line 60 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::TermPointer = typename TermType::Pointer |
Definition at line 81 of file itkLevelSetEquationTermContainer.h.
using itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::TermType = LevelSetEquationTermBase< InputImageType, LevelSetContainerType > |
Definition at line 80 of file itkLevelSetEquationTermContainer.h.
|
protected |
|
overrideprotecteddefault |
void itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::AddTerm | ( | const TermIdType & | iId, |
TermType * | iTerm | ||
) |
Replace the pointer to the term with the given id
Iterator itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Begin | ( | ) |
ConstIterator itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Begin | ( | ) | const |
LevelSetOutputRealType itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ComputeCFLContribution | ( | ) | const |
Return the CFL contribution of the current term
void itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::ComputeRequiredData | ( | const LevelSetInputIndexType & | iP, |
LevelSetDataType & | ioData | ||
) |
|
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.
Iterator itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::End | ( | ) |
ConstIterator itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::End | ( | ) | const |
LevelSetOutputRealType itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Evaluate | ( | const LevelSetInputIndexType & | iP | ) |
Evaluate the term at a given pixel location
LevelSetOutputRealType itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Evaluate | ( | const LevelSetInputIndexType & | iP, |
const LevelSetDataType & | iData | ||
) |
|
virtual |
|
virtual |
Set/Get the input image to be segmented.
|
virtual |
|
virtual |
Set/Get the input image to be segmented.
|
virtual |
|
virtual |
Run-time type information
Reimplemented from itk::Object.
TermType* itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::GetTerm | ( | const TermIdType & | iId | ) |
Get the term with the given id
TermType* itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::GetTerm | ( | const std::string & | iName | ) |
Get the term with the given name
void itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Initialize | ( | const LevelSetInputIndexType & | iP | ) |
void itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::InitializeParameters | ( | ) |
Initialize the term parameters prior to the start of an iteration
|
static |
Method for creation through object factory
void itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::PushTerm | ( | TermType * | iTerm | ) |
Add a term to the end of the container
|
virtual |
|
virtual |
Set/Get the input image to be segmented.
|
virtual |
void itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::Update | ( | ) |
Update the term parameters at end of iteration
void itk::LevelSetEquationTermContainer< TInputImage, TLevelSetContainer >::UpdatePixel | ( | const LevelSetInputIndexType & | iP, |
const LevelSetOutputRealType & | oldValue, | ||
const LevelSetOutputRealType & | newValue | ||
) |
Supply the update at a given pixel location to update the term parameters
|
friend |
Definition at line 139 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 290 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 278 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 281 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 279 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 285 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 288 of file itkLevelSetEquationTermContainer.h.
|
protected |
Definition at line 296 of file itkLevelSetEquationTermContainer.h.