<div dir="ltr">No problem.<div><br></div><div>Does anyone know who would be able to amend the example I linked above to include the string? It is not at all clear from the docs that string behaves differently.</div><div class="gmail_extra"><br clear="all"><div><div class="m_-6330952652640201678gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><br></div></div></div></div></div></div></div><div class="gmail_quote">On 11 November 2016 at 09:30, Cory Quammen <span dir="ltr"><<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ah, yes, I should have caught that you would be using a<br>
vtkStringArray, which is not accessed the same way as the numeric data<br>
arrays. Glad you found the solution.<br>
<span class="m_-6330952652640201678HOEnZb"><font color="#888888"><br>
Cory<br>
</font></span><div class="m_-6330952652640201678HOEnZb"><div class="m_-6330952652640201678h5"><br>
On Thu, Nov 10, 2016 at 2:15 PM, Chris Marsh <<a href="mailto:chris.marsh@usask.ca" target="_blank">chris.marsh@usask.ca</a>> wrote:<br>
> Hi all,<br>
><br>
> Following the advice here<br>
> <a href="http://public.kitware.com/pipermail/paraview/2012-September/026100.html" rel="noreferrer" target="_blank">http://public.kitware.com/pipe<wbr>rmail/paraview/2012-September/<wbr>026100.html</a><br>
><br>
> worked.  That is, in Python, the following works<br>
> my_mesh.GetFieldData().GetAbst<wbr>ractArray("proj4").GetValue(0)<br>
><br>
><br>
> On 9 November 2016 at 15:54, Chris Marsh <<a href="mailto:chris.marsh@usask.ca" target="_blank">chris.marsh@usask.ca</a>> wrote:<br>
>><br>
>> Hi Cory,<br>
>> Thanks for the reply. This looks like a perfect way forward.<br>
>><br>
>> I am following this<br>
>> <a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/FieldData" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK/Ex<wbr>amples/Cxx/PolyData/FieldData</a><br>
>><br>
>> and am having troubles with this approach. The field data doesn't seem to<br>
>> be set properly. I can see the field data *name* in paraview when I load my<br>
>> mesh, but it has an NA value.<br>
>><br>
>><br>
>> What I'm doing is:<br>
>><br>
>> std::string _srs_wkt = "my projection data here";<br>
>> vtkSmartPointer<vtkStringArray<wbr>> proj4 =<br>
>> vtkSmartPointer<vtkStringArray<wbr>>::New();<br>
>> proj4->SetNumberOfComponents(1<wbr>);<br>
>> proj4->SetName("proj4");<br>
>> proj4->InsertNextValue(_srs_wk<wbr>t);<br>
>><br>
>> vtkSmartPointer<vtkUnstructure<wbr>dGrid> _vtk_unstructuredGrid =<br>
>> vtkSmartPointer<vtkUnstructure<wbr>dGrid>::New();<br>
>><br>
>> //... build up _vtk_unstructuredGrid etc.<br>
>><br>
>>  _vtk_unstructuredGrid->GetFiel<wbr>dData()->AddArray(proj4);<br>
>><br>
>>  //validate<br>
>>  vtkStringArray* test =<br>
>> vtkStringArray::SafeDownCast(_<wbr>vtk_unstructuredGrid->GetField<wbr>Data()->GetArray("proj4"));<br>
>><br>
>>  //test is NULL<br>
>><br>
>> any ideas?<br>
>> Thanks<br>
>><br>
>><br>
>> Chris Marsh<br>
>> PhD Candidate<br>
>> <a href="http://chrismarsh.ca" rel="noreferrer" target="_blank">chrismarsh.ca</a><br>
>><br>
>> 13 Kirk Hall<br>
>> University of Saskatchewan<br>
>><br>
>> On 9 November 2016 at 01:31, Cory Quammen <<a href="mailto:cory.quammen@kitware.com" target="_blank">cory.quammen@kitware.com</a>><br>
>> wrote:<br>
>>><br>
>>> Hi Chris,<br>
>>><br>
>>> Usually we stuff this kind of data into the generic field data (arrays<br>
>>> not associated with points of cells) in the data set. The VTU<br>
>>> reader/writer supports reading/writing field data.<br>
>>><br>
>>> HTH,<br>
>>> Cory<br>
>>><br>
>>> On Tue, Nov 8, 2016 at 6:15 PM, Chris Marsh <<a href="mailto:chris.marsh@usask.ca" target="_blank">chris.marsh@usask.ca</a>> wrote:<br>
>>> > Hi,<br>
>>> ><br>
>>> > I would like to add some extra meta-data to a pvd file. Specifically, a<br>
>>> > proj4 string containing information about the coordinate system<br>
>>> > projection<br>
>>> > of the data contained in a vtu file.<br>
>>> ><br>
>>> > Is there a recommended way to do this?<br>
>>> ><br>
>>> > Cheers<br>
>>> > Chris<br>
>>> ><br>
>>> > ______________________________<wbr>_________________<br>
>>> > Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
>>> ><br>
>>> > Visit other Kitware open-source projects at<br>
>>> > <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensou<wbr>rce/opensource.html</a><br>
>>> ><br>
>>> > Please keep messages on-topic and check the VTK FAQ at:<br>
>>> > <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FA<wbr>Q</a><br>
>>> ><br>
>>> > Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=<wbr>vtkusers</a><br>
>>> ><br>
>>> > Follow this link to subscribe/unsubscribe:<br>
>>> > <a href="http://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">http://public.kitware.com/mail<wbr>man/listinfo/vtkusers</a><br>
>>> ><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Cory Quammen<br>
>>> Staff R&D Engineer<br>
>>> Kitware, Inc.<br>
>><br>
>><br>
><br>
<br>
<br>
<br>
--<br>
Cory Quammen<br>
Staff R&D Engineer<br>
Kitware, Inc.<br>
</div></div></blockquote></div><br></div></div>