<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->SetInput(tmpOutput);</p>
<p> glyph->SetSource(disk->GetOutput());</p>
<p> glyph->SetScaleMode(1);</p>
<p> glyph->SetOrient(1);</p><p>However, I am not sure how to set the properties that use a command="SetInputArrayToProcess".</p><p>For example how do I tell the glyph filter which property contains the vectors to use ("SelectInputVectors"). </p>
<p>In other words, what should I use instead of SetSelectInputVectors(...) which doesn't exists because "SetInputArrayToProcess" is used instead.</p><p> </p><p>Thanks,</p><p>Nehme</p></font></div>