[vtk-developers] Data structures in VTK

Simon Warfield warfield at bwh.harvard.edu
Fri Dec 28 10:58:56 EST 2001


Does it really make sense to continue to avoid using STL ?

If vendor STLs are still too incompatible and not compliant with the standard,
then one option would be to use a drop in replacement for vendor STL such 
as STLport http://www.stlport.com/product.html

On Fri, Dec 28, 2001 at 10:41:25AM -0500, Andy Cedilnik wrote:
> Hello All,
> 
> Recently I needed for a related project hash table and a dynamic array.
> Since STL is not very portable, VTK does not use STL at all. However,
> if you look through VTK's source code, you will find several different
> implementation of these data structures. For example hash table is
> implemented in vtkDebugLeaks, vtkInstatiator vtkJavaUtil, etc.
> 
> I suggest we add to VTK some generic data structures such as hash
> table, array list and linked list. These classes would not get wrapped
> and would be only used internally for VTK's classes and potentially
> for other projects that use VTK.
> 
> Thank you.
> 
> 			Andy Cedilnik
> 
> _______________________________________________
> vtk-developers mailing list
> vtk-developers at public.kitware.com
> http://public.kitware.com/mailman/listinfo/vtk-developers

-- 
Simon



More information about the vtk-developers mailing list