<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello all!<br>
<br>
I have scalar data in a rectilinear grid read with a
vtkRectilinearGridReader and filtered with a
vtkRectilinearGridGeometryFilter: <br>
<br>
<br>
<br>
vtkRectilinearGridReader *Reader10 = vtkRectilinearGridReader::New();<br>
Reader10->SetFileName("/Ptvspc-p7/values10.vtk");<br>
Reader10->Update();<br>
<br>
vtkRectilinearGridGeometryFilter *plane10 = vtkRectilinearGridGeometryFilter::New();<br>
plane10->SetInput(Reader10->GetOutput());<br>
plane10->SetExtent(0, 3200, 0.0, 30.0, 0.0, 100.0);<br>
<br>
<br>
I have to access the scalar values of *plane10 and multiply them all. How is this done?<br>
<br>
Thanks<br>
Dmitri</td></tr></table><br>