|
ITK
6.0.0
Insight Toolkit
|
Go to the documentation of this file.
19 #ifndef itkLevelSetEquationContainer_h
20 #define itkLevelSetEquationContainer_h
57 template <
typename TTermContainer>
98 UpdateInternalEquationTerms();
108 InitializeParameters();
113 ComputeCFLContribution()
const;
141 : m_Iterator(it.m_Iterator)
177 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(
Iterator);
190 return m_Iterator->first;
196 return m_Iterator->second;
212 : m_Iterator(it.m_Iterator)
252 ITK_UNEQUAL_OPERATOR_MEMBER_FUNCTION(
Iterator);
265 return m_Iterator->first;
271 return m_Iterator->second;
299 #ifndef ITK_MANUAL_INSTANTIATION
300 # include "itkLevelSetEquationContainer.hxx"
303 #endif // itkLevelSetEquationContainer_h
bool operator==(const ConstIterator &it) const
SmartPointer< Self > Pointer
ConstIterator & operator--()
typename TermContainerType::InputImageType InputImageType
Iterator(const MapContainerIterator &it)
ConstIterator operator++(int)
bool operator==(const Iterator &it) const
typename TermContainerType::LevelSetContainerType LevelSetContainerType
LevelSetIdentifierType GetIdentifier() const
typename MapContainerType::const_iterator MapContainerConstIterator
ConstIterator & operator*()
std::map< LevelSetIdentifierType, TermContainerPointer > MapContainerType
MapContainerIterator m_Iterator
typename TermContainerType::LevelSetOutputRealType LevelSetOutputRealType
bool operator==(const ConstIterator &it) const
TermContainerType * GetEquation() const
LevelSetIdentifierType GetIdentifier() const
typename MapContainerType::iterator MapContainerIterator
typename TermContainerType::LevelSetInputIndexType LevelSetInputIndexType
Light weight base class for most itk classes.
ConstIterator operator--(int)
bool operator==(const Iterator &it) const
typename TermContainerType::InputImagePointer InputImagePointer
typename TermContainerType::Pointer TermContainerPointer
ConstIterator(const MapContainerConstIterator &it)
TTermContainer TermContainerType
The "itk" namespace contains all Insight Segmentation and Registration Toolkit (ITK) classes....
ConstIterator & operator++()
typename TermContainerType::LevelSetIdentifierType LevelSetIdentifierType
Base class for most ITK classes.
TermContainerType * GetEquation() const
MapContainerConstIterator m_Iterator
ConstIterator * operator->()
Class for holding a set of level set equations (PDEs).
ConstIterator(const Iterator &it)
Iterator(const ConstIterator &it)
typename TermContainerType::LevelSetContainerPointer LevelSetContainerPointer