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

Classes

class  itk::Statistics::KdTree< TSample >
 This class provides methods for k-nearest neighbor search and related data structures for a k-d tree. More...
class  itk::Statistics::KdTree< TSample >::NearestNeighbors
 data structure for storing k-nearest neighbor search result (k number of Neighbors) More...
class  itk::Statistics::KdTreeNode< TSample >
 This class defines the interface of its derived classes. More...
class  itk::Statistics::KdTreeNonterminalNode< TSample >
 This is a subclass of the KdTreeNode. More...
class  itk::Statistics::KdTreeTerminalNode< TSample >
 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  itk::Statistics::KdTreeWeightedCentroidNonterminalNode< TSample >
 This is a subclass of the KdTreeNode. More...


Generated at Thu Nov 6 01:07:21 2008 for ITK by doxygen 1.5.1 written by Dimitri van Heesch, © 1997-2000