<html><head><style type="text/css"><!-- DIV {margin:0px} --></style></head><body><div style="font-family:times new roman, new york, times, serif;font-size:12pt"><DIV>hello,</DIV>
<DIV>I'm using the vtkImagePlaneWidget in my project for a 3d recontitution use, under Qt.</DIV>
<DIV>but I'm not using the vtkViewer but an OpenGl widget (QGLWidget), so I recover the adresse of the image-buffer like following :</DIV>
<DIV>planeX=vtkImagePlaneWidget::New();</DIV>
<DIV>.....</DIV>
<DIV>uchar * Imgbuffer;</DIV>
<DIV>Imgbuffer =(uchar *)planeX-&gt;GetResliceOutput()-&gt;GetScalarPointer();</DIV>
<DIV>After that I create the image using Qt routines then I display its texture in the QGLWidget.</DIV>
<DIV>the problem that when I use the <A class=el href="file:///C:/DOM/Personnel/VTK/VTK_Doc/www.vtk.org/doc/nightly/html/classvtkImagePlaneWidget.html#e65b4b87e3fd4e203ff3e424bbfe21da"><FONT color=#800080>SetWindowLevel</FONT></A> (double window, double level), the appearance of the image in&nbsp;QVTKwidget ( that I use for test) is changing while I'm changing the values of Window and level but when I recover the buffer of&nbsp; the image nothing change.</DIV>
<DIV>So, is it possible to telle me , how can I recover the changer image by the lookupthable or how to recover the lookuptable and use after that to change my image.</DIV>
<DIV>thak you!</DIV></div></body></html>