<div dir="ltr">On Tue, Jan 6, 2015 at 5:53 AM, Student Life <span dir="ltr"><<a href="mailto:lifestudent37@gmail.com" target="_blank">lifestudent37@gmail.com</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class=""><div class="h5"><div dir="ltr"><span style="font-size:13px">Hi,</span><div style="font-size:13px"><br></div><div style="font-size:13px">I basically want to store multiple vtkActors within my render window so that the user can interact with them. I also want to group some vtkActors together</div><div style="font-size:13px"><br></div><div style="font-size:13px">I was thinking of using a linkedlist, to store each vtkActor.</div><div style="font-size:13px"><br></div><div style="font-size:13px">I was also thinking of grouping multiple vtkActors so that they can be interacted with and rotated in unison. I was thinking of doing this using a vtkAssembly, but I'm not too sure.</div><div style="font-size:13px"><br></div><div style="font-size:13px">I am new to VTK and would greatly appreciate some help/advice.</div><div style="font-size:13px"><br></div><div style="font-size:13px">Many thanks</div></div></div></div></blockquote><div><br>Yes, a vtkAssembly is what you want:<br><br><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/Assembly">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Interaction/Assembly</a><br><br></div><div>Couple this with the vtkInteractorStyleTrackballActor:<br><br clear="all"></div><div><div><div class="gmail_signature"><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MoveActor">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/MoveActor</a><br><br>and you should be in business.<br><br>David</div></div></div></div></div></div>