[vtkusers] vtkPlot3DReader

Randall Hand randall.hand at gmail.com
Tue Jan 3 16:16:45 EST 2006


Well, you should be able to load it all in at once.

vtkPLOT3DReader *reader = vtkPLOT3DReader::New();
reader->SetXYZFileName("filename.xyz");
reader->SetQFileName("filename.q");
reader->AddFunction(X); // for whatever extra variables you want.
reader->Update();

and away you go.
On 1/3/06, Ian Nowland <ian.nowland at ll.mit.edu> wrote:
>
> I just got a decent amount of plot3D data dumped on me, that I have to
> read in. I'm not familiar with this data format, so I'm wondering if
> there's an order I should be loading all the various components of it
> in. The XYZ file is the first thing I'll be loading, but after that can
> I just load the Function file, or do I need to load Vector or Grid files
> before that? If anybody is familiar with vtkPlot3DReader and could give
> me a couple tips about how to deal with this data that would be greatly
> appreciated.
>
> Thanks,
>
> --Ian
> _______________________________________________
> 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
>



--
Randall Hand
Visualization Scientist,
ERDC-MSRC Vicksburg, MS
Homepage: http://www.yeraze.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20060103/d6befd25/attachment.htm>


More information about the vtkusers mailing list