<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>&nbsp; - #include &lt;vtkstd/vector.h&gt; and then declare it as vtkstd::vector&lt;..&gt; for instance,<br>&nbsp; - #include &lt;vtksys/stl/vector.h&gt; and then declare it as vtksys_stl::vector&lt;..&gt; for instance,<br>&nbsp; - #include &lt;vector.h&gt; and then declare it as vector&lt;..&gt; 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>