Hi,<div><br></div><div>What you want to do is derive a new class from vtkGeometryRepresentation and than override the member variable Decimator with your own LOD algorithm. You will than need to change all objects to use your new representation, or create a new view where this representation is used.<br>

<br><div class="gmail_quote">On Mon, Aug 1, 2011 at 5:16 PM, Yumin Yuan <span dir="ltr">&lt;<a href="mailto:yumin.yuan@kitware.com">yumin.yuan@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Instead of modifying the underlying LOD algorithm, what about turning<br>
off the LOD, and create a new type of representation for your data<br>
with the small vtkUnstructuredGrid? and of course, you have to change<br>
the representation to this new type during mouse interaction.<br>
<font color="#888888"><br>
Yumin<br>
</font><div><div></div><div class="h5"><br>
On Mon, Aug 1, 2011 at 1:23 PM, Utkarsh Ayachit<br>
&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt; No, there&#39;s no easy way to modify the underlying LOD algorithm without<br>
&gt; changing the framework code.<br>
&gt;<br>
&gt; Utkarsh<br>
&gt;<br>
&gt; On Mon, Aug 1, 2011 at 12:02 PM,  &lt;<a href="mailto:owen.arnold@stfc.ac.uk">owen.arnold@stfc.ac.uk</a>&gt; wrote:<br>
&gt;&gt; Hi,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; We’ve recently been generating a series of plugins to get our data into<br>
&gt;&gt; ParaView. We generate our vtkUnstructuredGrids from our raw data by<br>
&gt;&gt; specifying a recursion depth into a rather large, hierarchical dataset. It<br>
&gt;&gt; occurs to us that we could set a minimal recursion depth and quickly<br>
&gt;&gt; generate a small vtkUnstructuredGrid, which would be suitable for drawing<br>
&gt;&gt; during mouse interaction. ParaView seems to use a fixed underlying quadratic<br>
&gt;&gt; clustering algorithm to do this. Is there any way to override this algorithm<br>
&gt;&gt; without modifying framework code?<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance,<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Owen.<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Scanned by iCritical.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Robert Maynard<br>
</div>