Hello,
I coded my own reader that produces image data, which works fine. Next I
wanted to load the data in a distributed system, where paraview spreads the
data over the nodes. I created a pvd file containing a collection:
<?xml version="1.0"?>
<VTKFile type="Collection" version="0.1" byte_order="LittleEndian">
<Collection>
<DataSet file="offset_0_0.vti"/>
<DataSet file="offset_0_1.vti"/>
</Collection>
</VTKFile>
Loading this file works just fine (with the vti-files). However, if I
change to my own file format, my reader is not recognised anymore. From the
code it seems that there is only a limited and fixed number of data formats
supported.
What would be the best way to load and process the data in parallel?
--
Nico Kruithof
nghk.nl
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview