|
Medical Imaging Interaction Toolkit
2025.08.00
Medical Imaging Interaction Toolkit
|
#include <itkShortestPathNode.h>
Public Attributes | |
| DistanceType | distance |
| DistanceType | distAndEst |
| NodeNumType | prevNode |
| NodeNumType | mainListIndex |
| bool | closed |
Definition at line 23 of file itkShortestPathNode.h.
| bool itk::ShortestPathNode::closed |
Definition at line 30 of file itkShortestPathNode.h.
| DistanceType itk::ShortestPathNode::distance |
Definition at line 26 of file itkShortestPathNode.h.
| DistanceType itk::ShortestPathNode::distAndEst |
Definition at line 27 of file itkShortestPathNode.h.
Referenced by itk::ShortestPathImageFilter< TInputImageType, TOutputImageType >::CompareNodeStar::operator()().
| NodeNumType itk::ShortestPathNode::mainListIndex |
Definition at line 29 of file itkShortestPathNode.h.
| NodeNumType itk::ShortestPathNode::prevNode |
Definition at line 28 of file itkShortestPathNode.h.