<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>
<DIV style="FONT-SIZE: 12pt; FONT-FAMILY: times new roman, new york, times, serif">
<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->GetResliceOutput()->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 id=bodyLinks href="file:///C:/DOM/Personnel/VTK/VTK_Doc/www.vtk.org/doc/nightly/html/classvtkImagePlaneWidget.html#e65b4b87e3fd4e203ff3e424bbfe21da" target=_blank><FONT color=#800080>SetWindowLevel</FONT></A> (double window, double level), the appearance of the image in 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  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>
<DIV id=highlighterDiv style="DISPLAY: none; Z-INDEX: -1; POSITION: absolute; BACKGROUND-COLOR: yellow"></DIV></DIV></div></body></html>