Home
last modified time | relevance | path

Searched refs:GetRegion2 (Results 1 – 4 of 4) sorted by relevance

/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/KLMRegionGrowing/src/
H A DitkKLMSegmentationRegion.cxx247 ( *oldRegionBordersIt )->GetRegion2()->GetRegionLabel() ) in ResetRegionLabelAndUpdateBorders()
254 ( *oldRegionBordersIt )->GetRegion2()->GetRegionLabel() ) in ResetRegionLabelAndUpdateBorders()
268 if ( ( *oldRegionBordersIt )->GetRegion2() == this ) in ResetRegionLabelAndUpdateBorders()
289 ( *oldRegionBordersIt )->GetRegion2() in ResetRegionLabelAndUpdateBorders()
291 ( *oldRegionBordersIt )->GetRegion2() in ResetRegionLabelAndUpdateBorders()
336 ( *thisRegionBordersIt )->GetRegion2() ) in SpliceRegionBorders()
338 ( *thatRegionBordersIt )->GetRegion2() ) in SpliceRegionBorders()
350 && ( ( *thisRegionBordersIt )->GetRegion2() == in SpliceRegionBorders()
351 ( *thatRegionBordersIt )->GetRegion2() ) ) in SpliceRegionBorders()
362 if ( ( *thatRegionBordersIt )->GetRegion2() == this ) in SpliceRegionBorders()
[all …]
H A DitkKLMSegmentationBorder.cxx69 ::GetRegion2() in GetRegion2() function in itk::KLMSegmentationBorder
90 itkDebugMacro( << "Region2 : " << this->GetRegion2() ); in PrintBorderInfo()
91 itkDebugMacro( << "Region 2 Label: " << ( this->GetRegion2()->GetRegionLabel() ) ); in PrintBorderInfo()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Segmentation/KLMRegionGrowing/include/
H A DitkKLMSegmentationBorder.h72 static_cast< double >( m_Pointer->GetRegion2()->GetRegionBorderSize() ) );
76 static_cast< double >( rhs.m_Pointer->GetRegion2()->GetRegionBorderSize() ) );
102 static_cast< double >( m_Pointer->GetRegion2()->GetRegionBorderSize() ) );
106 static_cast< double >( rhs->m_Pointer->GetRegion2()->GetRegionBorderSize() ) );
166 KLMSegmentationRegion * GetRegion2();
H A DitkKLMRegionGrowImageFilter.hxx631 pRegion2 = m_BorderCandidate->m_Pointer->GetRegion2(); in MergeRegions()
696 || m_BorderCandidate->m_Pointer->GetRegion2() == nullptr ) in MergeRegions()