<div dir="ltr">Paul,<div>Do you have an example data + script where this is happening? It should not be a difference in how the binary data is encoded between VTK and ParaView.</div><div><br></div><div>Thanks,</div><div>Dan</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 10, 2017 at 11:00 AM, Paul Korir <span dir="ltr"><<a href="mailto:pkorir@ebi.ac.uk" target="_blank">pkorir@ebi.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Dan,<br>
<br>
Thanks for your reply. I'm not referring to VTK Ids.<br>
<br>
I'm specifically referring to the paragraph that says:<br>
<br>
"Binary Blob Header: In front of every binary blob, base64 or raw-binary, appended or not, there is an UInt32 length indicator. If you do not have this length indicator, you might get error messages like<br>
<br>
Cannot read cell offsets from XXXX in piece 0 because the "offsets" array is not long enough.<br>
<br>
Note that if you are encoding in base64, that length header must be encoded separately, so that the end result looks like XXXXXX==XXXX... (note the two equals signs indicating the early end of the length header block)."<br>
<br>
How do I get that to appear on the data array? It seems like Paraview does something internally that VTK programmers should be aware of.<br>
<br>
Regards,<br>
<br>
Paul<span class="im HOEnZb"><br>
<br>
<br>
<br>
On 10/02/2017 13:52, Dan Lipsa wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Paul,<br>
Looking closer that the blog it seems that a file with ghosts will have version 2.0. The difference between 1.0 and 0.1 is caused by VTK_USE_64BIT_IDS. Can you check that in your VTK's CMakeList.txt. It seems that your VTK uses 32 bits while ParaView would use 64.<br>
So that would explain the difference. Do you need/want to use 32 bits for VTK? Can you recompile your VTK with 64 bit ids and retry.<br>
<br>
Dan<br>
</blockquote>
<br></span><div class="HOEnZb"><div class="h5">
-- <br>
Paul K. Korir, PhD<br>
Scientific Programmer<br>
EMBL-EBI<br>
01223494422<br>
<br>
</div></div></blockquote></div><br></div>