Hi,<div><br></div><div>The MSV project is currently working on simplifying the use of multi time &amp; scale visualization within VTK.</div><div><a href="http://www.msv-project.eu/">http://www.msv-project.eu</a> </div><div>

<br></div><div>Please note this is work in progress, and the documentation is not yet available for the public:</div><div><a href="https://www.biomedtown.org/biomed_town/MSV/consortium/community/wikis/MsvVTKFileSeriesReader">https://www.biomedtown.org/biomed_town/MSV/consortium/community/wikis/MsvVTKFileSeriesReader</a> <br>

<br>Nonetheless, the code to read time series has been implemented (partly extracted from Paraview):</div><div><a href="https://github.com/MSV-Project/MSVTK">https://github.com/MSV-Project/MSVTK</a>
</div><div><br></div><div>See more specifically 
<a href="https://github.com/MSV-Project/MSVTK/blob/master/Libs/VTK/Parallel/msvVTKFileSeriesReader.h">VTK/Parallel/msvVTKFileSeriesReader.h</a> and <a href="https://github.com/MSV-Project/MSVTK/blob/master/Applications/ECG/msvQECGMainWindow.cxx">Applications/ECG/msvQECGMainWindow.cxx</a> for a use example (tutorials are available on the wiki)</div>

<div><br></div><div>For those interested by the work (time or multi scale support), please contact:<span style="background-color:rgb(255,255,255)"> 
<span lang="EN-GB" style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);line-height:19px;font-family:Tahoma,sans-serif"><a href="mailto:d.testi@scsolutions.it" style="margin:0px;padding:0px;border:0px;outline:0px;vertical-align:baseline;color:rgb(0,0,0)"><span lang="FR" style="margin:0px;padding:0px;border:0px;outline:0px;vertical-align:baseline">info@msv-project.eu</span></a></span><span lang="FR" style="margin:0px;padding:0px;border:0px;outline:0px;font-size:13px;vertical-align:baseline;color:rgb(85,85,85);line-height:19px;font-family:Tahoma,sans-serif"><span style="margin:0px;padding:0px;border:0px;outline:0px;vertical-align:baseline"> </span></span></span>for more information.</div>

<div><br></div><div>Hth,<br>Julien.<br><br><div class="gmail_quote">On Mon, Jun 4, 2012 at 8:13 AM, Metty <span dir="ltr">&lt;<a href="mailto:MH1987@web.de" target="_blank">MH1987@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hey,<br>
<br>
iam new to vtk and work on a program, to visualize 3D Volumes over time!<br>
The image data is stored in serveral *.vtk files, so each file is one<br>
time-step. At this moment, my program can read and display one single vtk<br>
file. I use ITK to read the data, then export it to vtk, and use the<br>
smartVolumeMapper and renderer/renderWindow.<br>
Now, i first try to load the several files step by step in the pipeline, but<br>
it seems to be too slow. 3-4Sec for each volume.<br>
Next, i try to use the time-support of vtk. I try to load the data in a<br>
vtkTemporalDataSet, but it doesnt work.<br>
On paraview i see, it works quiet good with the vtkFileSeriesReader, but i<br>
cant link this class to my program, cause there are too many dependencies.<br>
Have somebody any hint for me to solve this problem? At this moment, i have<br>
no more idea...<br>
<br>
Matthias<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/Visualization-of-time-series-of-3D-Volumes-stored-in-vtk-files-tp5713562.html" target="_blank">http://vtk.1045678.n5.nabble.com/Visualization-of-time-series-of-3D-Volumes-stored-in-vtk-files-tp5713562.html</a><br>


Sent from the VTK - Users mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>