<div dir="ltr">You can find that here: <a href="http://www.paraview.org/ParaQ/Doc/Nightly/html/classvtkSMStringVectorProperty.html">http://www.paraview.org/ParaQ/Doc/Nightly/html/classvtkSMStringVectorProperty.html</a><div>
<br></div><div><pre class="" style="font-family:monospace,fixed;font-size:9pt;border:1px solid rgb(196,207,229);background-color:rgb(251,252,253);padding:4px 6px;margin:4px 8px 4px 2px;overflow:auto;word-wrap:break-word;line-height:15px;color:rgb(0,0,0)">
<span class="" style="color:rgb(0,128,0)">enum</span> <a class="" href="http://www.paraview.org/ParaQ/Doc/Nightly/html/classvtkSMStringVectorProperty.html#aa4dc2812d7f97f144071c4e6c2fa1652" style="color:rgb(70,101,162);text-decoration:none">ElementTypes</a>{ INT, DOUBLE, STRING };</pre>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 8, 2013 at 9:15 AM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@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"><div dir="ltr">type 0 =&gt; int<div>type 1 =&gt; double </div><div>type 2 =&gt; string</div><div><br></div><div>As the method contains a mix of argument types, we made the choice to encode all of them as a string and let the property know how to convert them to the correct underlying type.</div>

<div><br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote"><div class="im">On Mon, Jul 8, 2013 at 9:11 AM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com" target="_blank">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br>

</div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><a href="http://www.vtk.org/doc/nightly/html/classvtkAlgorithm.html#a6bea16e1329609dbccce0ff8d2367484" target="_blank">http://www.vtk.org/doc/nightly/html/classvtkAlgorithm.html#a6bea16e1329609dbccce0ff8d2367484</a><br>

</div><div><div>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jul 8, 2013 at 9:00 AM, shinpei <span dir="ltr">&lt;<a href="mailto:noro_shinpei@web.de" target="_blank">noro_shinpei@web.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


Hi,<br>
<br>
I use this property in my plugin:<br>
<br>
&lt;StringVectorProperty<br>
  command=&quot;SetInputArrayToProcess&quot;<br>
  element_types=&quot;0 0 0 0 2&quot;<br>
  label=&quot;Coeffizients&quot;<br>
  name=&quot;CoefficientVector&quot;<br>
  number_of_elements=&quot;5&quot;&gt;<br>
    &lt;ArrayListDomain attribute_type=&quot;Vectors&quot;<br>
      input_domain_name=&quot;input_array&quot;<br>
      name=&quot;array_list&quot;&gt;<br>
      &lt;RequiredProperties&gt;<br>
        &lt;Property function=&quot;Input&quot; name=&quot;Input&quot; /&gt;<br>
      &lt;/RequiredProperties&gt;<br>
    &lt;/ArrayListDomain&gt;<br>
&lt;/StringVectorProperty&gt;<br>
<br>
Can anyone explain the element_types values and their meaning?<br>
<br>
Thx<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/InputArrayToProcess-explanation-tp2344.html" target="_blank">http://the-unofficial-paraview-developers-forum.34153.x6.nabble.com/InputArrayToProcess-explanation-tp2344.html</a><br>



Sent from the The Unofficial ParaView Developers Forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
Paraview-developers mailing list<br>
<a href="mailto:Paraview-developers@paraview.org" target="_blank">Paraview-developers@paraview.org</a><br>
<a href="http://public.kitware.com/mailman/listinfo/paraview-developers" target="_blank">http://public.kitware.com/mailman/listinfo/paraview-developers</a><br>
</blockquote></div><br></div>
</div></div></blockquote></div></div></div><br></div>
</blockquote></div><br></div>