| 
    Medical Imaging Interaction Toolkit
    2025.08.00
    
   Medical Imaging Interaction Toolkit 
   | 
 
 
 
 
Go to the documentation of this file.
   12 #ifndef __itkShortestPathCostFunctionTbss_h 
   13 #define __itkShortestPathCostFunctionTbss_h 
   15 #include "itkObject.h" 
   16 #include "itkObjectFactory.h" 
   17 #include "itkShapedNeighborhoodIterator.h" 
   19 #include <itkImageRegionConstIterator.h> 
   24   template <
class TInputImageType>
 
   34     typedef typename TInputImageType::IndexType 
IndexType;
 
   39     itkFactorylessNewMacro(
Self);
 
   67 #include "itkShortestPathCostFunctionTbss.txx" 
  
 
SmartPointer< Self > Pointer
 
itk::ImageRegionConstIterator< TInputImageType > ConstIteratorType
 
double GetMinCost() override
 
void SetThreshold(double t)
 
ShortestPathCostFunctionTbss()
 
double GetCost(IndexType p1, IndexType p2) override
 
ShortestPathCostFunction< TInputImageType > Superclass
 
TInputImageType::IndexType IndexType
 
ShortestPathCostFunctionTbss Self
 
SmartPointer< const Self > ConstPointer
 
void Initialize() override
 
itk::Image< float, 3 > FloatImageType
 
~ShortestPathCostFunctionTbss() override
 
TInputImageType::IndexType IndexType