<HTML>
<HEAD>
<TITLE>Re: [Paraview] Scene Graph.</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>There is no real scene graph, <I>per se</I>. For each view, ParaView has a representation object, implemented as a subclass of vtkSMRepresentationProxy, for each pipeline object that manages how that data is drawn in the view. One of the parameters is always whether the object is visible (drawn or not).<BR>
<BR>
I suppose you could think of this as a special type of scene graph that is a 1 level deep hierarchy, but that is besides the point. There is no connection between objects or explicit traversal. No object should affect the rendering or placement of any other object.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 9/17/09 2:37 PM, "Arsham Mesbah" <<a href="arsham@uga.edu">arsham@uga.edu</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
Does anyone knows anything about the implementation of scene graph and how it is implemented in ParaView? I need to understand how it is implemented, name of the classes and modules and their locations. I was not able to find anything on the web unfortunately.<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>