<p dir="ltr">Hi Chiranjib,</p>
<p dir="ltr">Den 23 feb. 2017 3:38 em skrev "Chiranjib Sur" <<a href="mailto:sur.chiranjib@gmail.com">sur.chiranjib@gmail.com</a>>:<br>
><br>
> Hi,<br>
> I was wondering how HDF5 data can be handled in VTK6.<br>
><br>
> With google, I could not find any recent updates on HDF5 support for VTK6.<br>
><br>
> Can anyone point me towards the APIs / Classes which I can see and learn a bit more.<br>
><br>
> Currently, I use "vtkPolydata" for my simulation and while I am thinking about scaling, HDF5 came into my mind. <br>
><br>
> Any pointers will be very much appreciated.</p>
<p dir="ltr">I don't think VTK has any built-in support for HDF5 per se. It does have support for XDMF, which uses HDF5 for the "heavy data".</p>
<p dir="ltr">For our use case (volumetric data), we wrote our own simple vtkImageAlgorithm to read our custom HDF5 based volume format. It uses the regular HDF5 library from the HDF Group.</p>
<p dir="ltr">I think that's the approach you need to take with VTK if you have some custom HDF5 based format.</p>
<p dir="ltr">Hope that helps,<br>
Elvis</p>
<p dir="ltr">><br>
> Thanks in advance,<br>
> Chiranjib<br>
><br>
> _______________________________________________<br>
> Powered by <a href="http://www.kitware.com">www.kitware.com</a><br>
><br>
> Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a><br>
><br>
> Search the list archives at: <a href="http://markmail.org/search/?q=vtk-developers">http://markmail.org/search/?q=vtk-developers</a><br>
><br>
> Follow this link to subscribe/unsubscribe:<br>
> <a href="http://public.kitware.com/mailman/listinfo/vtk-developers">http://public.kitware.com/mailman/listinfo/vtk-developers</a><br>
><br>
></p>