[vtkusers] Does Paraview 3 support STRUCTURED_POINTS?

Berk Geveci berk.geveci at kitware.com
Sat Sep 1 17:23:19 EDT 2007


Nope. Not a problem. ParaView can read structured points (image data)
fine. Make sure to hit Apply after opening the file.

On 9/1/07, Gary Ruben <gruben at bigpond.net.au> wrote:
> Hi,
> I just downloaded Paraview 3 and am trying to read in a legacy vtk file,
> which works fine in Paraview 2.6, Mayavi and VisIt. I'm generating it
> with pyvtk - A cut-down snippet is included below. Looking in the
> Paraview 3 help|Readers|Legacy VTK reader, there's no mention of
> STRUCTURED_POINTS being a supported legacy type; only grid types are
> mentioned. Is this the problem?
> thanks,
> Gary
>
> --
>
> # vtk DataFile Version 2.0
> Really cool data
> ASCII
> DATASET STRUCTURED_POINTS
> DIMENSIONS 4 4 4
> ORIGIN -4 -4 -4
> SPACING 2.66666666667 2.66666666667 2.66666666667
> POINT_DATA 64
> SCALARS points double 1
> LOOKUP_TABLE default
> 2.78590910429e-005 9.13826956122e-007 ...<snip>... more points here
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>



More information about the vtkusers mailing list