<div dir="ltr">Hi,<div><br></div><div>I basically want to store multiple actors in my VTK render window, however I am not sure if I should link and put the polydata mapper in my Actors defined class or if I should create a separate class to handle the polydata.</div><div><br></div><div>This is my intended actor class and it stores the properties of each vtkActor...</div><div><br></div><div style="text-align:left"><b>Class Actor</b></div><div style="text-align:left"><b>{</b></div><div style="text-align:left"><b>   public</b></div><div style="text-align:left"><b>   setOpacity();</b></div><div style="text-align:left"><b>   setLighting();</b></div><div style="text-align:left"><b>   setColour();</b></div><div style="text-align:left"><b>   setPolyDataMapper(); //SHOULD I PUT THIS HERE?</b></div><div><div style="text-align:left"><b>   getOpacity();</b></div><div style="text-align:left"><b>   getLighting();</b></div><div style="text-align:left"><b>   getColour();</b></div></div><div style="text-align:left"><b> }</b></div></div>