Well, by reading the code I found my answer: it seems that FieldData is what I need. My new question is now about code documentation: <br>The member FieldData in vtkDataObject is commented as &quot; // General field data associated with data object  &quot; that was clear enough for my understanding.. With Doxygen, a simple &quot;!&quot; in the comment character would make appear in the on-line documentation, isn&#39;t it? Are you using a modify version of Dox that prohibited the use of member comment?<br>
<br>Thx again,<br><br>Jerome  <br><br><div class="gmail_quote">2009/10/12 Jérôme <span dir="ltr">&lt;<a href="mailto:jerome.velut@gmail.com">jerome.velut@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I wonder if it exists a member array for vtk data object, that is able to store user data. I use intensively vtkPointData, that stores data for each point, and vtkCellData. For example vtkStreamTracer does use these array to store ReasonForTermination of each streamline, etc.<br>

<br>What I would like is something possibely named vtkObjectData to store, for example, parameters of an algorithm that produced an output. I thought about using an empty cell, but I found this idea not very elegant...<br>

<br>Thanks a lot,<br><br>Jerome<br>
</blockquote></div><br>