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

itkKdTree.h File Reference

Go to the source code of this file.

Namespaces

namespace  itk
namespace  itk::Statistics

Compounds

class  KdTree
 This class provides methods for k-nearest neighbor search and related data structures for a k-d tree. More...

class  KdTreeNode
 This class defines the interface of its derived classes. More...

class  KdTreeNonterminalNode
 This is a subclass of the KdTreeNode. More...

class  KdTreeTerminalNode
 This class is the node that doesn't have any child node. The IsTerminal method returns true for this class. This class stores the instance identifiers belonging to this node, while the nonterminal nodes do not store them. The AddInstanceIdentifier and GetInstanceIdentifier are storing and retrieving the instance identifiers belonging to this node. More...

class  KdTreeWeightedCentroidNonterminalNode
 This is a subclass of the KdTreeNode. More...

class  NearestNeighbors
 data structure for storing k-nearest neighbor search result (k number of Neighbors). More...


Generated at Tue Sep 16 11:32:15 2003 for ITK by doxygen 1.2.15 written by Dimitri van Heesch, © 1997-2000