[vtk-developers] Containers and... String

Sebastien BARRE sebastien.barre at kitware.com
Tue Jan 22 16:24:26 EST 2002


At 1/22/2002 04:26 PM, Brad King wrote:
>I think the idea is that the containers are templated and for use ONLY in
>implementing other VTK classes.  The containers should not be part of the
>interface of any VTK classes, which removes the need for wrapping them.
>Since each language (C++, Tcl, Python, Java) provides its own data
>structures, there is no need to provide VTK versions

I tend to disagree (slightly). "Programming" is sometimes all about using 
the "right" data structure, and if we could use those VTK data structures 
(and the according methods) directly in the wrapping language it would help 
porting to C++ thereafter (for those that are using Tc, Python, etc. to 
prototype their app, and I guess there are many of them).


--
Sebastien Barre




More information about the vtk-developers mailing list