Home
last modified time | relevance | path

Searched refs:LevelSetIdentifierType (Results 1 – 25 of 26) sorted by relevance

12

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/LevelSetsv4/include/
H A DitkLevelSetContainerBase.h66 using LevelSetIdentifierType = TIdentifier; variable
68 using LevelSetContainerType = std::map< LevelSetIdentifierType, LevelSetPointer >;
77 using IdListType = std::list< LevelSetIdentifierType >;
85 using LevelSetPairType = std::pair< LevelSetIdentifierType, LevelSetPointer >;
90 using DomainContainerType = std::map< LevelSetIdentifierType, LevelSetDomainType >;
149 LevelSetIdentifierType GetIdentifier() const in GetIdentifier()
215 LevelSetIdentifierType GetIdentifier() const in GetIdentifier()
237 LevelSetIdentifierType Size() const;
243 LevelSetPointer GetLevelSet( const LevelSetIdentifierType& iId ) const;
254 bool AddLevelSet( const LevelSetIdentifierType& iId,
[all …]
H A DitkLevelSetEquationContainer.h83 using LevelSetIdentifierType = typename TermContainerType::LevelSetIdentifierType; variable
88 void AddEquation( const LevelSetIdentifierType& iId, TermContainerType * iEquation );
91 TermContainerType * GetEquation( const LevelSetIdentifierType& iId ) const;
116 using MapContainerType = std::map< LevelSetIdentifierType, TermContainerPointer >;
171 LevelSetIdentifierType GetIdentifier() const in GetIdentifier()
235 LevelSetIdentifierType GetIdentifier() const in GetIdentifier()
H A DitkLevelSetContainerBase.hxx72 typename LevelSetContainerBase< TIdentifier, TLevelSet >::LevelSetIdentifierType
75 return static_cast< LevelSetIdentifierType >( m_Container.size() ); in Size()
81 ::GetLevelSet( const LevelSetIdentifierType& iId ) const in GetLevelSet()
97 ::AddLevelSet( const LevelSetIdentifierType& iId, in AddLevelSet()
136 ::RemoveLevelSet( const LevelSetIdentifierType& iId ) in RemoveLevelSet()
H A DitkLevelSetEquationTermBase.h69 using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType; variable
95 itkSetMacro( CurrentLevelSetId, LevelSetIdentifierType );
96 itkGetMacro( CurrentLevelSetId, LevelSetIdentifierType );
161 LevelSetIdentifierType m_CurrentLevelSetId;
H A DitkLevelSetEquationTermContainer.h71 using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType; variable
87 itkSetMacro( CurrentLevelSetId, LevelSetIdentifierType );
88 itkGetMacro( CurrentLevelSetId, LevelSetIdentifierType );
277 LevelSetIdentifierType m_CurrentLevelSetId;
H A DitkLevelSetEvolution.h90 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
207 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
311 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
389 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationChanAndVeseExternalTerm.hxx59 const LevelSetIdentifierType id = this->m_CacheImage->GetPixel( iP ); in ComputeProductTerm()
69 LevelSetIdentifierType kk; in ComputeProductTerm()
90 LevelSetIdentifierType kk; in ComputeProductTerm()
H A DitkLevelSetEquationOverlapPenaltyTerm.hxx100 const LevelSetIdentifierType idx = this->m_CacheImage->GetPixel( index ); in ComputeSumTerm()
110 LevelSetIdentifierType kk; in ComputeSumTerm()
131 LevelSetIdentifierType kk; in ComputeSumTerm()
H A DitkLevelSetContainer.h55 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
112 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEvolutionNumberOfIterationsStoppingCriterion.h52 using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType; variable
H A DitkLevelSetEvolutionStoppingCriterion.h48 using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType; variable
H A DitkLevelSetEquationBinaryMaskTerm.h77 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationChanAndVeseExternalTerm.h83 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationContainer.hxx30 ::AddEquation( const LevelSetIdentifierType& iId, in AddEquation()
62 ::GetEquation( const LevelSetIdentifierType& iId ) const in GetEquation()
H A DitkLevelSetEquationChanAndVeseInternalTerm.h81 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationOverlapPenaltyTerm.h78 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationLaplacianTerm.h80 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationCurvatureTerm.h82 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationPropagationTerm.h82 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEquationAdvectionTerm.h84 using LevelSetIdentifierType = typename Superclass::LevelSetIdentifierType; variable
H A DitkLevelSetEvolutionBase.h74 using LevelSetIdentifierType = typename LevelSetContainerType::LevelSetIdentifierType; variable
H A DitkLevelSetEvolutionComputeIterationThreader.h175 using LevelSetIdentifierType = typename LevelSetEvolutionType::LevelSetIdentifierType; variable
H A DitkLevelSetEvolutionComputeIterationThreader.hxx180 LevelSetIdentifierType levelSetId = it->GetIdentifier(); in ThreadedExecution()
213 LevelSetIdentifierType levelSetId = it->GetIdentifier(); in AfterThreadedExecution()
H A DitkLevelSetEquationTermBase.hxx33 this->m_CurrentLevelSetId = LevelSetIdentifierType(); in LevelSetEquationTermBase()
H A DitkLevelSetEquationTermContainer.hxx33 this->m_CurrentLevelSetId = LevelSetIdentifierType(); in LevelSetEquationTermContainer()

12