<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">How can I use&nbsp;vtkImageActorPointPlacer on a plane of vtkPlaneImageWidget?</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; ">Or is there any method to display a widget on every slice of data?</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; "><br></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal; ">I want something like:</div><div style="background-color: transparent; "><div style="background-color: transparent; "><font face="times new roman, new york, times, serif">vtkOrientedGlyphContourRepresentation *rep =
 vtkOrientedGlyphContourRepresentation::New();&nbsp;</font></div><div style="background-color: transparent; "><font face="times new roman, new york, times, serif">&nbsp; rep-&gt;GetLinesProperty()-&gt;SetColor(1, 0, 0);</font></div><div style="background-color: transparent; "><font face="times new roman, new york, times, serif">&nbsp; ContourWidget-&gt;SetRepresentation(rep);</font></div><div style="background-color: transparent; "><font face="times new roman, new york, times, serif">&nbsp;&nbsp;</font></div><div style="background-color: transparent; "><font face="times new roman, new york, times, serif">&nbsp; vtkImageActorPointPlacer * imageActorPointPlacer = vtkImageActorPointPlacer::New();&nbsp;</font></div><div style="background-color: transparent; "><font face="times new roman, new york, times, serif">&nbsp; imageActorPointPlacer-&gt;SetImageActor(ImageViewer-&gt;GetImageActor());&nbsp;</font></div><div style="background-color: transparent; "><font
 face="times new roman, new york, times, serif">&nbsp; rep-&gt;SetPointPlacer(imageActorPointPlacer);&nbsp;</font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal; "><font face="times new roman, new york, times, serif"><br></font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal; "><font face="times new roman, new york, times, serif">but instead using ImageViewer2, I want to use ImagePlaneWidget.</font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal; "><font face="times new roman, new york, times, serif"><br></font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family:
 'times new roman', 'new york', times, serif; font-style: normal; "><font face="times new roman, new york, times, serif">Thank you,</font></div><div style="background-color: transparent; color: rgb(0, 0, 0); font-size: 16px; font-family: 'times new roman', 'new york', times, serif; font-style: normal; "><font face="times new roman, new york, times, serif">Dora</font></div></div></div></body></html>