<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
It seems that there are 3 different ways of using STL objects with VTK:<br> - #include <vtkstd/vector.h> and then declare it as vtkstd::vector<..> for instance,<br> - #include <vtksys/stl/vector.h> and then declare it as vtksys_stl::vector<..> for instance,<br> - #include <vector.h> and then declare it as vector<..> for instance, ie as within any application.<br>I wonder which are the differences/advantages/drawbacks/reasons between the 3 approaches, could anyone tell me some hints?<br><br><br><br><br /><hr />Gratuit : Hotmail plus rapide avec Internet Explorer 8 ! <a href='http://www.microsoft.com/france/windows/products/winfamily/ie/ie8/msn/default.aspx' target='_new'>Cliquez ici !</a></body>
</html>