Re: [Paraview] Writing binary VTK

2008-11-02 Thread Berk Geveci
the volume view, and in fact caused Paraview > 3.4.0 to crash. > > Thanks > > Lester > >> Date: Sun, 2 Nov 2008 07:30:16 -0400 >> From: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED] >> Subject: Re: [Paraview] Writing binary VTK >> CC: [EMAIL PROTECT

Re: [Paraview] Writing binary VTK

2008-11-02 Thread Lester Anderson
view 3.4.0 to crash. Thanks Lester> Date: Sun, 2 Nov 2008 07:30:16 -0400> From: [EMAIL PROTECTED]> To: [EMAIL PROTECTED]> Subject: Re: [Paraview] Writing binary VTK> CC: [EMAIL PROTECTED]; paraview@paraview.org> > If you already have the ascii VTK file, you can convert

Re: [Paraview] Writing binary VTK

2008-11-02 Thread Berk Geveci
a and >> make it into a binary file (big-endian or ortherwise), or is it more >> involved? Basically I have my data already it just needs converting. >> Cheers >> Lester >> >> > From: [EMAIL PROTECTED] >> > To: [EMAIL PROTECTED]; paraview@paraview.

Re: [Paraview] Writing binary VTK

2008-11-02 Thread Berk Geveci
> From: [EMAIL PROTECTED] >> To: [EMAIL PROTECTED]; paraview@paraview.org >> Date: Thu, 30 Oct 2008 16:44:32 -0600 >> Subject: Re: [Paraview] Writing binary VTK >> >> You have the basic idea for binary legacy VTK files. I think the one >> caveat >> is that t

Re: [Paraview] Writing binary VTK

2008-10-31 Thread Ivo Roghair
gt; From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED]; paraview@paraview.org > Date: Thu, 30 Oct 2008 16:44:32 -0600 > Subject: Re: [Paraview] Writing binary VTK > > You have the basic idea for binary legacy VTK files. I think the one caveat > is that the data needs to be wr

Re: [Paraview] Writing binary VTK

2008-10-30 Thread Lester Anderson
raview@paraview.org> Date: Thu, 30 Oct 2008 16:44:32 -0600> Subject: Re: [Paraview] Writing binary VTK> > You have the basic idea for binary legacy VTK files. I think the one caveat> is that the data needs to be written in big-endian format. (Someone correct> me if I got that

Re: [Paraview] Writing binary VTK

2008-10-30 Thread Moreland, Kenneth
You have the basic idea for binary legacy VTK files. I think the one caveat is that the data needs to be written in big-endian format. (Someone correct me if I got that wrong.) I'm not sure what you mean by the column vs. sequential style. I think the data parts in ASCII data treat all whitespa

[Paraview] Writing binary VTK

2008-10-30 Thread Lester Anderson
Hello all I have got a really big dataset that I want to have in a binary format. I have the header information all sorted now, but want to know how to convert the data part to binary. From what I understand the binary VYK structure is basically the same as ascii except the data part is binar