<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
I seem to have a problem with <b>vtkStructuredGridReader.</b>
<p>From a pipeline using <b>vtkPLOT3DReader</b> I&nbsp; created an ascii
STRUCTURED_GRID&nbsp; file with some results.
<p>Now using :
<p><b>vtkStructuredGridReader&nbsp; object</b>
<br><b>&nbsp;&nbsp;&nbsp; object SetFileName&nbsp; filename</b>
<br><b>&nbsp;&nbsp;&nbsp; object SetScalarsName scalars</b>
<br><b>&nbsp;&nbsp;&nbsp; object SetVectorsName vectors</b><b></b>
<p>I got the POINT_DATA but not the SCALAR (scalar) or VECTOR (vector)
values which I see stored in the ascii dataset.
<p>i.e.&nbsp;&nbsp; <b>[[object GetOutput] GetPointData] GetScalars]</b>&nbsp;
returns a null.
<p>Probably something very trivial - would appreciate&nbsp; suggestions.
<p>Many Thanks
<p><b>Dave Davies</b></html>