Thanks again :)<br><br><div class="gmail_quote">On 15 July 2010 15:48, Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@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;">
Not currently. However you can try to keep the copy-pasted code<br>
minimal by using a separate definition for your representation as done<br>
in  the example on wiki.<br>
<br>
<a href="http://www.paraview.org/Wiki/Plugin_HowTo#Adding_new_Representations_for_3D_View_using_Plugins__.2A_new_in_version_3.7" target="_blank">http://www.paraview.org/Wiki/Plugin_HowTo#Adding_new_Representations_for_3D_View_using_Plugins__.2A_new_in_version_3.7</a><br>

<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Thu, Jul 15, 2010 at 10:46 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;ve just copied the Extension tag for each and it seems to work - is there<br>
&gt; a better way than to Copy &amp; Paste for each?<br>
&gt; Thanks,<br>
&gt; Paul<br>
&gt;<br>
&gt; On 15 July 2010 15:33, Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; So you must have an &lt;Extension &gt; element for &quot;GeometryRepresentation&quot;<br>
&gt;&gt; in your plugin. You need to add &lt;Extension &gt; elements for<br>
&gt;&gt; &quot;UniformGridRepresentation&quot; and &quot;UnstructuredGridRepresentation&quot; as<br>
&gt;&gt; well.<br>
&gt;&gt;<br>
&gt;&gt; Utkarsh<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Jul 15, 2010 at 10:32 AM, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt; &gt; The difference is due to<br>
&gt;&gt; &gt; vtkSMRenderViewProxy::CreateDefaultRepresentation<br>
&gt;&gt; &gt; returning either an UnstructuredGridRepresentation for unstructured<br>
&gt;&gt; &gt; data,<br>
&gt;&gt; &gt; UniformGridRepresentation for image data and GeometryRepresentation for<br>
&gt;&gt; &gt; other datasets.  The representations from the plugins only appear with<br>
&gt;&gt; &gt; the<br>
&gt;&gt; &gt; GeometryRepresentation.  Do you know how to fix this?<br>
&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt; Paul<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On 15 July 2010 13:58, Paul Edwards &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; By &quot;added specifically for a type&quot; I was referring to how ParaView adds<br>
&gt;&gt; &gt;&gt; a<br>
&gt;&gt; &gt;&gt; volume representation for unstructured dataset (and volume and slice<br>
&gt;&gt; &gt;&gt; for an<br>
&gt;&gt; &gt;&gt; image dataset).  I would like my representation to be available for all<br>
&gt;&gt; &gt;&gt; datasets.<br>
&gt;&gt; &gt;&gt; Regards,<br>
&gt;&gt; &gt;&gt; Paul<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt; On 15 July 2010 13:54, Utkarsh Ayachit &lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;<br>
&gt;&gt; &gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; What do you mean by &quot;added specifically for a type&quot;. How are  you<br>
&gt;&gt; &gt;&gt;&gt; doing<br>
&gt;&gt; &gt;&gt;&gt; that?<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; Utkarsh<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On Thu, Jul 15, 2010 at 6:31 AM, Paul Edwards<br>
&gt;&gt; &gt;&gt;&gt; &lt;<a href="mailto:paul.m.edwards@gmail.com">paul.m.edwards@gmail.com</a>&gt;<br>
&gt;&gt; &gt;&gt;&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt; &gt; Hi,<br>
&gt;&gt; &gt;&gt;&gt; &gt; I&#39;ve added a representation to display feature edges but I can&#39;t get<br>
&gt;&gt; &gt;&gt;&gt; &gt; it<br>
&gt;&gt; &gt;&gt;&gt; &gt; to<br>
&gt;&gt; &gt;&gt;&gt; &gt; work for all datasets (it is missing for image and unstructured<br>
&gt;&gt; &gt;&gt;&gt; &gt; data).<br>
&gt;&gt; &gt;&gt;&gt; &gt;  It<br>
&gt;&gt; &gt;&gt;&gt; &gt; seems that when another representation is added specifically for a<br>
&gt;&gt; &gt;&gt;&gt; &gt; type<br>
&gt;&gt; &gt;&gt;&gt; &gt; of<br>
&gt;&gt; &gt;&gt;&gt; &gt; data set (e.g. volume for unstructured, or slice and volume for<br>
&gt;&gt; &gt;&gt;&gt; &gt; image<br>
&gt;&gt; &gt;&gt;&gt; &gt; data)<br>
&gt;&gt; &gt;&gt;&gt; &gt; it loses all the extra representations from plugins - unless I&#39;m<br>
&gt;&gt; &gt;&gt;&gt; &gt; doing<br>
&gt;&gt; &gt;&gt;&gt; &gt; something wrong....  The same happens for the example representation<br>
&gt;&gt; &gt;&gt;&gt; &gt; plugin<br>
&gt;&gt; &gt;&gt;&gt; &gt; that comes with ParaView.  Any advice would be appreciated.<br>
&gt;&gt; &gt;&gt;&gt; &gt; Thanks,<br>
&gt;&gt; &gt;&gt;&gt; &gt; paul<br>
&gt;&gt; &gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt;&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br>