<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Word 14 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoPlainText, li.MsoPlainText, div.MsoPlainText
        {mso-style-priority:99;
        mso-style-link:"Plain Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
p.MsoAcetate, li.MsoAcetate, div.MsoAcetate
        {mso-style-priority:99;
        mso-style-link:"Balloon Text Char";
        margin:0cm;
        margin-bottom:.0001pt;
        font-size:8.0pt;
        font-family:"Tahoma","sans-serif";
        mso-fareast-language:EN-US;}
span.PlainTextChar
        {mso-style-name:"Plain Text Char";
        mso-style-priority:99;
        mso-style-link:"Plain Text";
        font-family:"Calibri","sans-serif";}
span.BalloonTextChar
        {mso-style-name:"Balloon Text Char";
        mso-style-priority:99;
        mso-style-link:"Balloon Text";
        font-family:"Tahoma","sans-serif";}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="EN-GB" link="blue" vlink="purple">
<div class="WordSection1">
<p class="MsoPlainText">Utkarsh<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">Well functionally speaking it has a couple of differences.
<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">a) when you create a panel, a button is made, non checkable (stateless effectively) - &nbsp;(code changes to)<o:p></o:p></p>
<p class="MsoPlainText" style="margin-left:36.0pt">Qt/Components/pqNamedWidgets.cxx<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">b) when the button is clicked, <o:p></o:p></p>
<p class="MsoPlainText" style="margin-left:36.0pt">Qt/Core/pqPropertyLinks.cxx<o:p></o:p></p>
<p class="MsoPlainText" style="margin-left:36.0pt">Qt/Core/pqSMAdaptor.cxx<o:p></o:p></p>
<p class="MsoPlainText" style="margin-left:36.0pt">Qt/Core/pqSMAdaptor.h<o:p></o:p></p>
<p class="MsoPlainText">Have been tweaked to actually trigger a modified on the proxy, and when the push to the server is made, the vtkObject has a modified triggered. I don&#8217;t think the SMProperty on its own would do that. No doubt you would know how to manage
 it, but I found that having a CommandProperty allowed me to encapsulate what I wanted without affecting anything else.<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">JB<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText"><span lang="EN-US" style="mso-fareast-language:EN-GB">-----Original Message-----<br>
From: Utkarsh Ayachit [mailto:utkarsh.ayachit@kitware.com] <br>
Sent: 09 March 2012 21:18<br>
To: Biddiscombe, John A.<br>
Cc: Zenker, Dr. Matthias; paraview@paraview.org; paraview-developers@paraview.org<br>
Subject: Re: [Paraview-developers] reload data</span></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">John,<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">(I haven't read the full thread so I may be missing something here, so bear with me)<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">I am wondering what's the difference between a vtkSMCommandProperty and vtkSMProperty? ParaView ServerManager does support using vtkSMProperty directly for the purpose you mentioned. Maybe all we need to add is suppose for create the
 &quot;push button&quot; when such a property is found in the XML, isn't it?<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">Utkarsh<o:p></o:p></p>
<p class="MsoPlainText"><o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">On Fri, Mar 9, 2012 at 9:44 AM, Biddiscombe, John A. &lt;<a href="mailto:biddisco@cscs.ch"><span style="color:windowtext;text-decoration:none">biddisco@cscs.ch</span></a>&gt; wrote:<o:p></o:p></p>
<p class="MsoPlainText">&gt; Matthias,<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; Using the topic_CommandProperty branch on the stage git repo<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; I added the following to readers.xml under the<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&lt;SourceProxy name=&quot;XMLUnstructuredGridReaderCore&quot;<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&nbsp; &#8230;<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;CommandProperty<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; name=&quot;Reload&quot;<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; label=&quot;Reload Data&quot;<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; command=&quot;Modified&quot;<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; si_class=&quot;vtkSIProperty&quot;&gt;<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; &nbsp;&nbsp;&nbsp;&nbsp; &lt;/CommandProperty&gt;<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; and a button is created inside the panel for the reader (the file
<o:p></o:p></p>
<p class="MsoPlainText">&gt; series reader also needs to expose the property because the reader is
<o:p></o:p></p>
<p class="MsoPlainText">&gt; actually inside the file series reader).<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; When you click the button the client side proxy is marked as modified,
<o:p></o:p></p>
<p class="MsoPlainText">&gt; and when you hit accept the Modified function is called on the server
<o:p></o:p></p>
<p class="MsoPlainText">&gt; side object (the reader) &#8211; this then triggers a re-execution and the
<o:p></o:p></p>
<p class="MsoPlainText">&gt; reader rereads from disk.<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; All works as expected. I shall see if I can get this accepted into the
<o:p></o:p></p>
<p class="MsoPlainText">&gt; next patch release as I believe it is a very handy capability to have
<o:p></o:p></p>
<p class="MsoPlainText">&gt; in a number of places. I&#8217;ll add the xml changes and push them too, but
<o:p></o:p></p>
<p class="MsoPlainText">&gt; perhaps other readers (of the list) might suggest which other readers
<o:p></o:p></p>
<p class="MsoPlainText">&gt; (of files) need this feature added.<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; JB<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; From: <a href="mailto:paraview-bounces@paraview.org"><span style="color:windowtext;text-decoration:none">paraview-bounces@paraview.org</span></a>
<o:p></o:p></p>
<p class="MsoPlainText">&gt; <a href="mailto:[mailto:paraview-bounces@paraview.org]">
<span style="color:windowtext;text-decoration:none">[mailto:paraview-bounces@paraview.org]</span></a><o:p></o:p></p>
<p class="MsoPlainText">&gt; On Behalf Of Zenker, Dr. Matthias<o:p></o:p></p>
<p class="MsoPlainText">&gt; Sent: 08 March 2012 10:36<o:p></o:p></p>
<p class="MsoPlainText">&gt; To: <a href="mailto:paraview@paraview.org"><span style="color:windowtext;text-decoration:none">paraview@paraview.org</span></a><o:p></o:p></p>
<p class="MsoPlainText">&gt; Subject: [Paraview] reload data<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; Hi,<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; I would like to watch a running transient simulation producing one
<o:p></o:p></p>
<p class="MsoPlainText">&gt; binary vtu file per timestep. Is there a way to reload the current
<o:p></o:p></p>
<p class="MsoPlainText">&gt; data set so that newly written timesteps are included (e.g. in the &#8220;Plot selection over time&#8221;<o:p></o:p></p>
<p class="MsoPlainText">&gt; filter), without closing and reopening the whole dataset?<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; Thank you,<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; Matthias<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; _____________________________________________________________________<o:p></o:p></p>
<p class="MsoPlainText">&gt; ERBE Elektromedizin GmbH<o:p></o:p></p>
<p class="MsoPlainText">&gt; Firmensitz: 72072 Tuebingen<o:p></o:p></p>
<p class="MsoPlainText">&gt; Geschaeftsfuehrer: Christian O. Erbe, Reiner Thede<o:p></o:p></p>
<p class="MsoPlainText">&gt; Registergericht: Stuttgart HRB 380137<o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
<p class="MsoPlainText">&gt; _______________________________________________<o:p></o:p></p>
<p class="MsoPlainText">&gt; Paraview-developers mailing list<o:p></o:p></p>
<p class="MsoPlainText">&gt; <a href="mailto:Paraview-developers@paraview.org"><span style="color:windowtext;text-decoration:none">Paraview-developers@paraview.org</span></a><o:p></o:p></p>
<p class="MsoPlainText">&gt; <a href="http://public.kitware.com/mailman/listinfo/paraview-developers">
<span style="color:windowtext;text-decoration:none">http://public.kitware.com/mailman/listinfo/paraview-developers</span></a><o:p></o:p></p>
<p class="MsoPlainText">&gt;<o:p>&nbsp;</o:p></p>
</div>
</body>
</html>