[vtk-developers] hast table in VTK

Brad King brad.king at kitware.com
Thu Dec 9 11:09:59 EST 2004


Moreland, Kenneth wrote:
> I would like to add a hash table class to VTK.  A nice way to implement
> this would be to add the two methods HashCode and Equals to
> vtkObjectBase.  What does everyone think about this?

We'll need some more details on how this will work.  The hash function 
is needed only for keys, not for values stored in the hash table.  What 
interface are you planning that needs objects to be keys?

-Brad



More information about the vtk-developers mailing list