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"
~ShortestPathCostFunctionTbss() override
itk::ImageRegionConstIterator< TInputImageType > ConstIteratorType
itk::Image< float, 3 > FloatImageType
ShortestPathCostFunctionTbss()
ShortestPathCostFunctionTbss Self
SmartPointer< const Self > ConstPointer
TInputImageType::IndexType IndexType
double GetCost(IndexType p1, IndexType p2) override
ShortestPathCostFunction< TInputImageType > Superclass
void SetThreshold(double t)
SmartPointer< Self > Pointer
void Initialize() override
double GetMinCost() override
TInputImageType::IndexType IndexType