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