<div dir="ltr">Hello,<div><br></div><div>I'm trying to add a sphere to the current slice of a rendered DICOM volume.</div><div><br></div><div>Basically, I'm using this code:</div><div><br></div><div><a href="http://web.mit.edu/16.225/dv/VTK/Examples/ImageProcessing/Cxx/ImageSlicing.cxx">http://web.mit.edu/16.225/dv/VTK/Examples/ImageProcessing/Cxx/ImageSlicing.cxx</a><br></div><div><br></div><div>The only difference being that I use MouseWheelForwardEvent/MouseWheelBackwardEvent to reslice and I intercept left button press on my custom interactor (vtkInteractorStyleImage) to add a sphere on that position.</div><div><br></div><div>The sphere is added in the correct position (as an addition, I can already measure the correct distance (mm) between 2 added spheres).</div><div>My problem is that when I scroll to go back/forward another slice, these spheres stays in front of the volume.</div><div><br></div><div>I want those spheres appear only when I pass through that particular slice that they were added.</div><div><br></div><div>How could I accomplish that?</div><div><br></div><div><br></div><div>Thank in advance.</div><div><div><br></div><div class="gmail_signature"><div dir="ltr"></div></div>
</div></div>