Main Page   Groups   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Concepts

itk::NearestNeighborFinder< TDataSet, TPoint >::NeighborType Struct Template Reference

#include <itkStatNearestNeighborFinder.h>

List of all members.

Public Attributes

PointType Point
double Distance


Detailed Description

template<class TDataSet, class TPoint>
struct itk::NearestNeighborFinder< TDataSet, TPoint >::NeighborType

struct definition for a neighbor

Point stores a data-point (location in dataset) Distance stores a double value which is the euclidean distance between this neighbor and the QueryPoint.

Definition at line 137 of file itkStatNearestNeighborFinder.h.


Member Data Documentation

template<class TDataSet, class TPoint>
double itk::NearestNeighborFinder< TDataSet, TPoint >::NeighborType::Distance
 

Definition at line 140 of file itkStatNearestNeighborFinder.h.

template<class TDataSet, class TPoint>
PointType itk::NearestNeighborFinder< TDataSet, TPoint >::NeighborType::Point
 

Definition at line 139 of file itkStatNearestNeighborFinder.h.


The documentation for this struct was generated from the following file:
Generated at Fri May 21 01:20:46 2004 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000