<div>I created a vtkPointPicker picker, assigned that as the picker of my interactor.</div>
<div>Then I created an observe event, which was bound to left button press events</div>
<div>on my interactor. The pseudocode I posted in the previous email is what I</div>
<div>do when the L button observer is called. Then all the information will be</div>
<div>populated for you.</div>
<div>&nbsp;</div>
<div>Mark<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 10/5/05, <b class="gmail_sendername">Diego Parada</b> &lt;<a href="mailto:icebishop@gmail.com">icebishop@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi,<br><br>I'm trying the same thing, but my question are when i can capture the coordinate<br><br>
<div><span class="gmail_quote">2005/10/5, Mark Wyszomierski &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:markww@gmail.com" target="_blank">markww@gmail.com</a>&gt;:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0pt 0pt 0pt 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div><span class="e" id="q_106c22598ed53644_1">
<div>You can fire a pick event when the user clicks the mouse:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; Picker-&gt;Pick(eventpos[0], eventpos[1], 0, renderer);</div>
<div>&nbsp;&nbsp;&nbsp; </div>
<div>Then you can get the mapped position:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; Picker-&gt;GetMapperPosition(...);</div>
<div>&nbsp;</div>
<div>Then&nbsp; the final x,y locs of the original image I get by:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp; originalX = (int)(ptMapped[0] / pixel_spacing_x + 0.5);</div>
<div>&nbsp;&nbsp;&nbsp; // same for y.</div>
<div>&nbsp;</div>
<div>This always has given me the correct 'real' location.</div>
<div>&nbsp;</div>
<div>Mark<br><br>&nbsp;</div>
<div>
<div><span><span class="gmail_quote">On 10/5/05, <b class="gmail_sendername">Renaud Isabelle</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:renauisa@yahoo.fr" target="_blank"> renauisa@yahoo.fr
</a>&gt; wrote:</span> </span></div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: rgb(204,204,204) 1px solid">
<div><span>
<div>Hi all,</div>
<div>&nbsp;</div>
<div>I have read&nbsp;an initial&nbsp;3D image from a file with itkImageFileReader&nbsp;and displayed with VTK through&nbsp;vtkImageData/vtkImageActor.</div>
<div>&nbsp;</div>
<div>Now, since a known world position in 3D x,y,z, I would like to retrieve the pixel value at this point of my image. </div>
<div>&nbsp;</div>
<div>This seems to be a complex problem,&nbsp;because I don't want the pixel data that is displayed at this position but the pixel data of the raw&nbsp;image, that is no rescaled instead.</div>
<div>&nbsp;</div>
<div>Is there some example where such a thing is done? Or any function? </div>
<div>&nbsp;</div>
<div>Thanks, </div><span>
<div>&nbsp;</div>
<div>Isabelle</div></span><span>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<p></p>
<hr size="1">
<b><font color="#ff0000">Appel audio GRATUIT</font> partout dans le monde</b> avec le nouveau Yahoo! Messenger<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://us.rd.yahoo.com/messenger/mail_taglines/default/*http://fr.messenger.yahoo.com" target="_blank">
Téléchargez le ici !</a> 
<p></p>
<p></p></span><br></span></div>_______________________________________________<br>This is the private VTK discussion list.<br>Please keep messages on-topic. Check the FAQ at: <a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">
http://www.vtk.org/Wiki/VTK_FAQ</a><br>Follow this link to subscribe/unsubscribe:<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers 
</a><br><br><br></blockquote></div><br><br></span></div>_______________________________________________<br>Insight-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:Insight-users@itk.org" target="_blank">
Insight-users@itk.org</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br><br>
<br></blockquote></div><br><br clear="all"><br>-- <br>Diego Armando Parada Cuervo<br>Estudiante de Ingeniería de Sistemas y Computación<br>Universidad Pedagógica y Tecnológica de Colombia </blockquote></div><br>