<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>. &nbsp;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. &nbsp;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. &nbsp;There is no connection between objects or explicit traversal. &nbsp;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, &quot;Arsham Mesbah&quot; &lt;<a href="arsham@uga.edu">arsham@uga.edu</a>&gt; 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>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<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>