[vtkusers] some information need for .vtk file version number

이정규 glazex2 at naver.com
Fri Mar 12 22:33:43 EST 2010


Hi Mike,

First of all, thank you for the reply. You are right, those older .VTK file
format can be either ASCII or BINARY. And the thing I'm trying to figure out
is what version number makes the distinction between the newer(XML) file
format and the legacy file format. Let me put it differently. I'm trying to
find the highest version number that can be tagged to a legacy VTK file
format. I've seen 3.0 but not sure what's the difference between 2.0 and
3.0. Is this just literally a number without any semantic that does not
impose any restriction what can be in the file? If so, can I just ignore the
version number?(even if the file says something like "# vtk DataFile Version
65536.0")

Truly yours,
--
Jeonggyu Lee

On Fri, Mar 12, 2010 at 7:38 PM, Mike Jackson
<mike.jackson at bluequartz.net>wrote:

> The "legacy" vtk files are either the ASCI or BINARY based vtk files
> that you probably have been looking at. Not sure if there is an actual
> version to go with those. The XML versions are all the "Newer" and
> more preffered file formats. Are you trying to write a vtk file from
> another program and just need to make sure you get the proper format?
> _________________________________________________________
> Mike Jackson                  mike.jackson at bluequartz.net
> BlueQuartz Software                    www.bluequartz.net
> Principal Software Engineer                  Dayton, Ohio
>
> On Fri, Mar 12, 2010 at 5:59 PM, 이정규 <glazex2 at naver.com> wrote:
> > Hi all,
> > Information I found so far was someone wrote a VTK writer in 2004 and the
> > version of header in his writer is hard coded as 2.0.
> > http://www.visitusers.org/index.php?title=VisItWriterLib
> > So I assumed that the lagacy VTK file version is up to 2.0.
> > However, I found another example on the same
> > wiki http://www.visitusers.org/index.php?title=ASCII_VTK_Files
> > that some of the file were stated as version 3.0.
> > So I am confusing.. what version number does it exactly separates so
> called
> > the lagacy VTK file from the newer XML-like file format?
> > If you are anyone at Kitware, please help me I beg you.
> > --
> > Jeonggyu Lee
> > _______________________________________________
> > 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 VTK FAQ at:
> > http://www.vtk.org/Wiki/VTK_FAQ
> >
> > Follow this link to subscribe/unsubscribe:
> > http://www.vtk.org/mailman/listinfo/vtkusers
> >
> >
> _______________________________________________
> 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 VTK FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
>
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100312/3edc8ed4/attachment.htm>


More information about the vtkusers mailing list