<div dir="ltr">Dear Matthias, <div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 4, 2013 at 6:26 AM, Matthias Baitsch <span dir="ltr"><<a href="mailto:matthias.baitsch@uni-kassel.de" target="_blank">matthias.baitsch@uni-kassel.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Dear VES developers,<br>
<br>
we are working on a VES based iPad app where the data to be visualised is created and modified interactively (works great, thanks). However, we need to set up VTK style pipelines (source-filter-mapper-actor) which are updated automatically when rendering occurs.<br>

<br>
As far as I can see, vesKiwiPolyDataRepresentation operates on a vtkPolyData object and cannot be connected to a VTK algorithm.<br>
<br>
Did I miss something here?<br></blockquote><div><br></div><div style>No. You are correct.  <br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
Attached the code for our workaround, maybe it could be useful. We subclassed vesMapper and vesRenderer. The mapper class updates the pipeline and handles the conversion from vtkPolyData to vesGeometryData (using some code borrowed from Kiwi). Our renderer invokes the mapper's update method if needed (code attached).<br>
</blockquote><div><br></div><div style>So it sounds like this strategy worked for you? Based on your description and code attached (thanks), it sounds to be me as a reasonable approach. However, do you not use vesKiwiPolyDataRepresentation then? </div>
<div style><br></div><div style>- Aashish</div><div style><br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">

<br>
<br>
Best,<br>
<br>
Matthias<br>
<br>
<br>
<br>
<br>
<br>
---<br>
Vertr.-Prof. Dr.-Ing. Matthias Baitsch<br>
<br>
Universität Kassel<br>
FB 14 – FG Baustatik<br>
Raum 2512<br>
Mönchebergstr. 7<br>
D-34125 Kassel<br>
<br>
Tel: <a href="tel:%2B49%20561%20804%203475" value="+495618043475">+49 561 804 3475</a><br>
<br>
<br>
<br>
<br>_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>| Aashish Chaudhary <br>| R&D Engineer         <br>| Kitware Inc.            <br>| <a href="http://www.kitware.com">www.kitware.com</a>    
</div></div>