Not sure if this is what you need....<br><br># If you want the currently selected object in the menu<br>set currentlyViewedObject [[$application GetMainWindow] GetCurrentPVSource]<br><br># Or loop through all menu objects applying your pipeline
<br>set sources [[$application GetMainWindow]  GetSourceList Sources]<br>set num [$sources GetNumberOfItems]<br><br>for {set i 0} {$i &lt; $num} {incr i} {<br>&nbsp;&nbsp;&nbsp;&nbsp; set eachObject [$sources GetItemAsObject $i]<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp; 
<br>&nbsp;&nbsp;&nbsp;&nbsp; # run your pipeline on the eachObject obtained from the list<br>}<br><br>Shawn<br><br><br><div><span class="gmail_quote">On 7/20/06, <b class="gmail_sendername">Mike Jackson</b> &lt;<a href="mailto:imikejackson@gmail.com">
imikejackson@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">No wait,<br> we are missing my point. My point is that I have an existing Pipeline
<br>defined. I want to be able to apply that pipeline to any dataset that<br>is loaded up in paraview. Right now I have .vti files of the data. I<br>also have a program that will convert those .vti files into surface<br>meshes (Actually, it takes data from an HDF5 file and creates the Mesh
<br>using VTK as the pipeline.) I started dumping VTI files during the<br>process when I figured out Paraview could read them.<br><br> If there was a way the tcl could get the &quot;currently opened dataset&quot;,<br>then the remainder is cake. But from what I am hearing from this list
<br>is that there isn't a way for the TCL scripting to get at the<br>currently opened dataset. It must start from a data file on disk. Is<br>that right?<br><br>Mike Jackson<br><br>On 7/20/06, Berk Geveci &lt;<a href="mailto:berk.geveci@gmail.com">
berk.geveci@gmail.com</a>&gt; wrote:<br>&gt; This requires writing a state and then editing it. The state is a Tcl script<br>&gt; so it should be relatively easy to put a loop around it. Just&nbsp;&nbsp;a warning,<br>&gt; creating 600 pipeline objects in a loop might not work well
<br>&gt; performance-wise. I would recommend deleting the pipeline objects at the end<br>&gt; of each iteration.<br>&gt; Also, working with trace as opposed to state might be easier. Trace does not<br>&gt; save out as much info as state.
<br>&gt;<br>&gt; -Berk<br>&gt;<br>&gt;<br>&gt; On 7/20/06, Mike Jackson &lt; <a href="mailto:imikejackson@gmail.com">imikejackson@gmail.com</a>&gt; wrote:<br>&gt; &gt; What I want to be able to do is load up one of these data sets and
<br>&gt; &gt; just apply the pipeline to it. The end result is a Triangle Surface<br>&gt; &gt; mesh for 3D viewing and saving.<br>&gt; &gt;<br>&gt; &gt; I actually already have a program written with VTK that does just<br>
&gt; &gt; this. Except that the program is on one machine and Paraview is on<br>&gt; &gt; another. I was hoping that if I could just have the pipeline ready in<br>&gt; &gt; a script file, the scientists could bring me their .vti file, and then
<br>&gt; &gt; I can just apply the script and out pops my triangle mesh complete<br>&gt; &gt; with proper coloring and all that.<br>&gt; &gt;<br>&gt; &gt; Also, Time animation is something that we would like to look at doing.
<br>&gt; &gt; I fiddled with some of it over the weekend but not ready to go much<br>&gt; &gt; further with it right now.<br>&gt; &gt;<br>&gt; &gt; I was just hoping to be able to apply a script to an already loaded<br>&gt; dataset.
<br>&gt; &gt;<br>&gt; &gt; Mike Jackson<br>&gt; &gt;<br>&gt; &gt; On 7/20/06, Andy Cedilnik &lt;<a href="mailto:andy.cedilnik@kitware.com">andy.cedilnik@kitware.com</a>&gt; wrote:<br>&gt; &gt; &gt; Hi Mike,<br>&gt; &gt; &gt;
<br>&gt; &gt; &gt; You can write a script that will generate 600 states.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; What is really your end result? Do you want to animate? If so, just<br>&gt; &gt; &gt; click on timesteps and generate a time series out of your dataset.
<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Andy<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; Mike Jackson wrote:<br>&gt; &gt; &gt; &gt; Hello,<br>&gt; &gt; &gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;I have a pipeline that was developed (Thanks Andy) in paraview for
<br>&gt; &gt; &gt; &gt; a given data set. I now have about 600 of those datasets. I see that I<br>&gt; &gt; &gt; &gt; can save a session state from paraview and reload it when I relaunch<br>&gt; &gt; &gt; &gt; Paraview. But the session state seems to be really tied to the
<br>&gt; &gt; &gt; &gt; datafile on disk. What I really want is to be able to load one of<br>&gt; &gt; &gt; &gt; those data sets, then load up a script that acts on that dataset, not<br>&gt; &gt; &gt; &gt; the original dataset from the disk.
<br>&gt; &gt; &gt; &gt;&nbsp;&nbsp; How would I best accomplish this.<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; Thanks<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; ------<br>&gt; &gt; &gt; &gt; Mike Jackson<br>&gt; &gt; &gt; &gt; Senior Research Engineer/New Visualization Engineer
<br>&gt; &gt; &gt; &gt; <a href="mailto:mike.jackson@imts.us">mike.jackson@imts.us</a><br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt;<br>&gt; &gt; &gt; &gt; _______________________________________________<br>&gt; &gt; &gt; &gt; ParaView mailing list
<br>&gt; &gt; &gt; &gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br>&gt; &gt; &gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview
</a><br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt; &gt; --<br>&gt; &gt; &gt; Andy Cedilnik<br>&gt; &gt; &gt; Kitware Inc.<br>&gt; &gt; &gt;<br>&gt; &gt; &gt;<br>&gt; &gt;<br>&gt; &gt;<br>&gt; &gt; --<br>&gt; &gt; Mike Jackson
<br>&gt; &gt; imikejackson _at_ gee-mail dot com<br>&gt; &gt; _______________________________________________<br>&gt; &gt; ParaView mailing list<br>&gt; &gt; <a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a>
<br>&gt; &gt; <a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a><br>&gt; &gt;<br>&gt;<br>&gt;<br><br><br>--<br>Mike Jackson<br>imikejackson _at_ gee-mail dot com
<br>_______________________________________________<br>ParaView mailing list<br><a href="mailto:ParaView@paraview.org">ParaView@paraview.org</a><br><a href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview
</a><br></blockquote></div><br>