disjointSet.h File Reference

Header file declaring a class to be used in implementing algorithms that need a "forest of disjoint sets" data structure. More...

#include <iostream>

Include dependency graph for disjointSet.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  dlr
namespace  dlr::computerVision
namespace  dlr::computerVision::privateCode

Classes

class  dlr::computerVision::privateCode::DisjointSet< Type >
 This class implements one tree in the "forest of disjoint sets" data structure first described by Bernard Galler and Michael Fischer[1]. More...


Detailed Description

Header file declaring a class to be used in implementing algorithms that need a "forest of disjoint sets" data structure.

Copyright (C) 2008 David LaRose, dlr@cs.cmu.edu See accompanying file, LICENSE.TXT, for details.

Revision
Date

Definition in file disjointSet.h.


Generated on Wed Jun 25 14:34:10 2008 for dlrComputerVision Utility Library by  doxygen 1.5.5