19 #ifndef __itkFastMarchingReachedTargetNodesStoppingCriterion_h
20 #define __itkFastMarchingReachedTargetNodesStoppingCriterion_h
35 template<
class TInput,
class TOutput >
108 typename std::vector< NodeType >::const_iterator
110 typename std::vector< NodeType >::const_iterator
113 while( pointsIter != pointsEnd )
115 if ( *pointsIter == iNode )
145 return "Target Nodes Reached with possible overshoot";
190 <<
"Number of target nodes to be reached is null" );
195 <<
"Number of target nodes to be reached is above the provided number of target nodes" );
208 #endif // __itkFastMarchingThresholdStoppingCriterion_h