[vtkusers] vtkAssignAttribute behaviour

Berk Geveci berklist at nycap.rr.com
Mon Apr 5 15:06:40 EDT 2004


It's a bug. I'll look into this.

On Mon, 2004-04-05 at 13:55, Roman Putanowicz wrote:
> Hi VTK Users,
> 
> Could anybody, please, explain me what is the intended behaviour
> of vktAssignAttribute filter in respect to the data set field data?
> 
> It seems to me that this filter filters out the data set field data.
> 
> The effect is illustrated with the attached script.
> 
> If the vtkAssignAttribute filter is not in the pipeline the script
> produces the following list of arrays in the data:
> 
> Field data
>   force 
>   accel 
> Point data
>   velocity 
>   meantemp 
> Cell data
>   density 
> 
> Inserting the vtkAssignAttribute filter changes the output to
> 
> Field data
> Point data
>   velocity 
>   meantemp 
> Cell data
>   density 
> 
> 
> Is this a bug or intended behaviour ?.
> Thanks in advance.
> 
> Romek
-- 
Berk Geveci <berklist at nycap.rr.com>




More information about the vtkusers mailing list