<html><head></head><body><div style="color:#000; background-color:#fff; font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12px"><div id="yiv0997906713"><div id="yui_3_16_0_ym19_1_1464031910323_52908"><div id="yui_3_16_0_ym19_1_1464031910323_52907" style="color:#000;background-color:#fff;font-family:HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:12px;"><div id="yiv0997906713yui_3_16_0_ym19_1_1464031910323_26761"><span></span></div><div dir="ltr" id="yiv0997906713yui_3_16_0_ym19_1_1464031910323_26763"> <pre id="yiv0997906713yui_3_16_0_ym19_1_1464031910323_26908" dir="ltr" style="text-align:left;min-height:648px;"><span id="yiv0997906713yui_3_16_0_ym19_1_1464031910323_26911" lang="en">Hi,

please help me!
In my code MRI is read and stored in recordings vtkimagedata .
I tried to save the individual vtkimagedata in a vector .
std :: vector < vtkImageData * > imagehisto

The Save is written with push_back in the vector :

imagehisto.push_back ( image data);
This also then all stored vtkimagedata .

Now I want a read of each vtkimagedata particular pixel from . I have the position of a vtkprobpicker . Only I just get the last vtkimagedata the pixel value .

Thank you very much<br>Ahmad<br></span></pre></div></div></div></div></div></body></html>