[vtkusers] Polydata mapper for multiple actors?
    Student Life 
    lifestudent37 at gmail.com
       
    Wed Jan 14 06:10:08 EST 2015
    
    
  
Hi,
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.
This is my intended actor class and it stores the properties of each
vtkActor...
*Class Actor*
*{*
*   public*
*   setOpacity();*
*   setLighting();*
*   setColour();*
*   setPolyDataMapper(); //SHOULD I PUT THIS HERE?*
*   getOpacity();*
*   getLighting();*
*   getColour();*
* }*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20150114/5c3b76d4/attachment.html>
    
    
More information about the vtkusers
mailing list