Hello,
I am trying to use the glyph filter internally inside another C++ filter.
To set a normal property, I just use the associated command as show below:
vtkPVGlyphFilter* glyph = vtkPVGlyphFilter::New();
glyph->SetInput(tmpOutput);
glyph->SetSource(disk->GetOutput());
glyph->SetScaleMode(1);
glyph->SetOrient(1);
However, I am not sure how to set the properties that use a
command="SetInputArrayToProcess".
For example how do I tell the glyph filter which property contains the
vectors to use ("SelectInputVectors").
In other words, what should I use instead of SetSelectInputVectors(...)
which doesn't exists because "SetInputArrayToProcess" is used instead.
Thanks,
Nehme
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the ParaView Wiki at:
http://paraview.org/Wiki/ParaView
Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview