|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <itkShortestPathCostFunctionTbss.h>


Public Types | |
| typedef ShortestPathCostFunctionTbss | Self |
| typedef ShortestPathCostFunction< TInputImageType > | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef itk::ImageRegionConstIterator< TInputImageType > | ConstIteratorType |
| typedef TInputImageType::IndexType | IndexType |
| typedef itk::Image< float, 3 > | FloatImageType |
Public Types inherited from itk::ShortestPathCostFunction< TInputImageType > | |
| typedef ShortestPathCostFunction | Self |
| typedef Object | Superclass |
| typedef SmartPointer< Self > | Pointer |
| typedef SmartPointer< const Self > | ConstPointer |
| typedef ShapedNeighborhoodIterator< TInputImageType > | ShapedNeighborhoodIteratorType |
| typedef TInputImageType | ImageType |
| typedef TInputImageType::Pointer | ImagePointer |
| typedef TInputImageType::ConstPointer | ImageConstPointer |
| typedef TInputImageType::PixelType | PixelType |
| typedef TInputImageType::IndexType | IndexType |
Public Member Functions | |
| Pointer | Clone () const |
| virtual const char * | GetClassName () const |
| double | GetCost (IndexType p1, IndexType p2) override |
| void | Initialize () override |
| double | GetMinCost () override |
| void | SetThreshold (double t) |
Public Member Functions inherited from itk::ShortestPathCostFunction< TInputImageType > | |
| virtual void | SetImage (const TInputImageType *_arg) |
| void | SetStartIndex (const IndexType &index) |
| void | SetEndIndex (const IndexType &index) |
Static Public Member Functions | |
| static Pointer | New () |
Protected Member Functions | |
| ShortestPathCostFunctionTbss () | |
| ~ShortestPathCostFunctionTbss () override | |
Protected Member Functions inherited from itk::ShortestPathCostFunction< TInputImageType > | |
| ShortestPathCostFunction () | |
| ~ShortestPathCostFunction () override | |
| void | PrintSelf (std::ostream &os, Indent indent) const override |
Protected Attributes | |
| double | m_Threshold |
Protected Attributes inherited from itk::ShortestPathCostFunction< TInputImageType > | |
| ImageConstPointer | m_Image |
| IndexType | m_StartIndex |
| IndexType | m_EndIndex |
Definition at line 25 of file itkShortestPathCostFunctionTbss.h.
| typedef itk::ImageRegionConstIterator<TInputImageType> itk::ShortestPathCostFunctionTbss< TInputImageType >::ConstIteratorType |
Definition at line 33 of file itkShortestPathCostFunctionTbss.h.
| typedef SmartPointer<const Self> itk::ShortestPathCostFunctionTbss< TInputImageType >::ConstPointer |
Definition at line 32 of file itkShortestPathCostFunctionTbss.h.
| typedef itk::Image<float, 3> itk::ShortestPathCostFunctionTbss< TInputImageType >::FloatImageType |
Definition at line 36 of file itkShortestPathCostFunctionTbss.h.
| typedef TInputImageType::IndexType itk::ShortestPathCostFunctionTbss< TInputImageType >::IndexType |
Definition at line 34 of file itkShortestPathCostFunctionTbss.h.
| typedef SmartPointer<Self> itk::ShortestPathCostFunctionTbss< TInputImageType >::Pointer |
Definition at line 31 of file itkShortestPathCostFunctionTbss.h.
| typedef ShortestPathCostFunctionTbss itk::ShortestPathCostFunctionTbss< TInputImageType >::Self |
Standard class typedefs.
Definition at line 29 of file itkShortestPathCostFunctionTbss.h.
| typedef ShortestPathCostFunction<TInputImageType> itk::ShortestPathCostFunctionTbss< TInputImageType >::Superclass |
Definition at line 30 of file itkShortestPathCostFunctionTbss.h.
|
protected |
|
inlineoverrideprotected |
Definition at line 58 of file itkShortestPathCostFunctionTbss.h.
| Pointer itk::ShortestPathCostFunctionTbss< TInputImageType >::Clone | ( | ) | const |
|
virtual |
Run-time type information (and related methods).
Reimplemented from itk::ShortestPathCostFunction< TInputImageType >.
|
overridevirtual |
Implements itk::ShortestPathCostFunction< TInputImageType >.
|
overridevirtual |
Implements itk::ShortestPathCostFunction< TInputImageType >.
|
overridevirtual |
Implements itk::ShortestPathCostFunction< TInputImageType >.
|
static |
Method for creation through the object factory.
|
inline |
Definition at line 54 of file itkShortestPathCostFunctionTbss.h.
References itk::ShortestPathCostFunctionTbss< TInputImageType >::m_Threshold.
|
protected |
Definition at line 58 of file itkShortestPathCostFunctionTbss.h.
Referenced by itk::ShortestPathCostFunctionTbss< TInputImageType >::SetThreshold().