<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hello! I write a BMP with the .Write() method and after this I get a memory leak in my program, although I do Delete() the vtkBMPWriter object. What am I doing wrong?</DIV>
<DIV>&nbsp;</DIV>
<DIV>Here is the pipeline i use:</DIV>
<DIV>&nbsp;</DIV>
<DIV>vtkRectilineargridReader (read 3D data)</DIV>
<DIV>vtkPlaneSource (extrace a 3D Plane&nbsp;for the Data)</DIV>
<DIV>vtkProbeFilter (Use the output of planeSource and rectilinearGridReader to cut a plane off the data)</DIV>
<DIV>vtkPolyDataMapper (map the cut off plane)</DIV>
<DIV>vtkActor (put the mapper here)</DIV>
<DIV>vtkRenderer (put the actor here)</DIV>
<DIV>vtkRenderWindow (put the renderer here)</DIV>
<DIV>vtkWindowToImageFilter (put the renderWindow here)</DIV>
<DIV>vtkBMPWriter (put the imageFilter here)</DIV>
<DIV>&nbsp;</DIV>
<DIV>Greets</DIV>
<DIV>Dmitri</DIV>
<DIV>&nbsp;</DIV></td></tr></table><br>