[Paraview-developers] Additional attributes for vtkImageData

Shawn Waldon shawn.waldon at kitware.com
Thu Jun 4 11:23:36 EDT 2015


Typically you attach global values as field data on vtk objects.
vtkFieldData can contain data arrays of any length, so you would just
create a data array with one tuple.

HTH,
Shawn

On Thu, Jun 4, 2015 at 11:19 AM, Hanqi Guo <guohanqi at gmail.com> wrote:

> Hi,
>
> I've written a paraview reader plugin, and I need to further attach
> several global attributes (e.g. several simulation parameters) to
> vtkImageData. What is the best way to do this? Thanks.
>
> --
> Hanqi Guo
>
> _______________________________________________
> Powered by www.kitware.com
>
> Visit other Kitware open-source projects at
> http://www.kitware.com/opensource/opensource.html
>
> Search the list archives at:
> http://markmail.org/search/?q=Paraview-developers
>
> Follow this link to subscribe/unsubscribe:
> http://public.kitware.com/mailman/listinfo/paraview-developers
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/paraview-developers/attachments/20150604/c5a0231d/attachment.html>


More information about the Paraview-developers mailing list