<div>Hello,</div><div> </div><div>I am trying to use the glyph filter internally inside another C++ filter.  </div><div> </div><div>To set a normal property, I just use the associated command as show below:</div><div><font><p>
        vtkPVGlyphFilter* glyph = vtkPVGlyphFilter::New();</p>
<p>        glyph-&gt;SetInput(tmpOutput);</p>
<p>        glyph-&gt;SetSource(disk-&gt;GetOutput());</p>
<p>        glyph-&gt;SetScaleMode(1);</p>
<p>        glyph-&gt;SetOrient(1);</p><p>However, I am not sure how to set the properties that use a command=&quot;SetInputArrayToProcess&quot;.</p><p>For example how do I tell the glyph filter which property contains the vectors to use (&quot;SelectInputVectors&quot;). </p>
<p>In other words, what should I use instead of SetSelectInputVectors(...) which doesn&#39;t exists because &quot;SetInputArrayToProcess&quot; is used instead.</p><p> </p><p>Thanks,</p><p>Nehme</p></font></div>