<div dir="ltr">I use the following for compatibility, since the change occurred when<div>the vtkGenericDataArray class was introduced:</div><div><br></div><div><div>// For compatibility with new VTK generic data arrays</div><div>#ifdef vtkGenericDataArray_h</div><div>#define SetTupleValue SetTypedTuple</div><div>#define GetTupleValue GetTypedTuple</div><div>#endif</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 26, 2016 at 8:47 AM, Bill Lorensen <span dir="ltr"><<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Unfortunately, that API was changed and there is no tag that isolates<br>
the change. So we have to wait until the 7.1 release. For now, you can<br>
update your VTK to HEAD nad you should be fine.<br>
<br>
Bill<br>
<div><div class="h5"><br>
<br>
On Thu, May 26, 2016 at 5:27 AM, Elvis Stansvik<br>
<<a href="mailto:elvis.stansvik@orexplore.com">elvis.stansvik@orexplore.com</a>> wrote:<br>
> I got some other errors as well. I'm attaching a diff of how I had to change<br>
> the examples in order for them all to compile with 7.0.0.<br>
><br>
> Unfortunately don't have time right now to go through the wiki pages and<br>
> edit them.<br>
><br>
> Regards,<br>
> Elvis<br>
><br>
><br>
> 2016-05-26 10:51 GMT+02:00 Elvis Stansvik <<a href="mailto:elvis.stansvik@orexplore.com">elvis.stansvik@orexplore.com</a>>:<br>
>><br>
>> In several of the wiki examples, I get<br>
>><br>
>><br>
>> /home/estan/orexplore/VTKWikiExamples/Cxx/GeometricObjects/ColoredLines.cxx:72:13:<br>
>> error: ‘class vtkUnsignedCharArray’ has no member named<br>
>> ‘InsertNextTypedTuple’<br>
>>      colors->InsertNextTypedTuple(red);<br>
>><br>
>> I can't find the InsertNextTypedTuple function in VTK 7.<br>
>><br>
>> The change was made here:<br>
>><br>
>><br>
>> <a href="http://www.vtk.org/Wiki/index.php?title=VTK%2FExamples%2FCxx%2FGeometricObjects%2FColoredLines&diff=59278&oldid=59243" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/index.php?title=VTK%2FExamples%2FCxx%2FGeometricObjects%2FColoredLines&diff=59278&oldid=59243</a><br>
>><br>
>> Where is InsertNextTypedTuple coming from?<br>
>><br>
>> Elvis<br></div></div></blockquote></div></div></div>