<div dir="ltr">Use InsertNextTypedTuple instead. It does the same thing with a new name.<br><br>HTH,<br>Allie</div><br><div class="gmail_quote"><div dir="ltr">On Mon, Oct 15, 2018 at 5:34 AM Idayat Salako <<a href="mailto:isalako1@sheffield.ac.uk">isalako1@sheffield.ac.uk</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi, </div><div>My OS: Windows.</div><div>I am building a project /app in visual studio 2017 using VTK 8.1. However I get the error below</div><div><br></div><div><div>1>c:\users\idayat\desktop\2017_phd\niftysim-253\source\tledgenericvtkmeshsource.tpp(76): error C2039: 'InsertNextTupleValue': is not a member of 'vtkFloatArray'</div></div><div><br></div><div>the vtkFloatArray.h code is given below and does not include any such member. Found ***THIS*** but I am not sure if replacing the header file will an older version will cause a problem.</div><div><div><br></div><div>***THIS***: <a href="https://www.vtk.org/doc/release/6.0/html/vtkFloatArray_8h_source.html" target="_blank">https://www.vtk.org/doc/release/6.0/html/vtkFloatArray_8h_source.html</a></div><div><br></div><div>vtkFloatArray.h code  <br></div><div>/*========================================================================*/</div><div>/**</div><div> * @class   vtkFloatArray</div><div> * @brief   dynamic, self-adjusting array of float</div><div> *</div><div> * vtkFloatArray is an array of values of type float.  It provides</div><div> * methods for insertion and retrieval of values and will</div><div> * automatically resize itself to hold new data.</div><div>*/</div><div><br></div><div>#ifndef vtkFloatArray_h</div><div>#define vtkFloatArray_h</div><div><br></div><div>#include "vtkCommonCoreModule.h" // For export macro</div><div>#include "vtkDataArray.h"</div><div>#include "vtkAOSDataArrayTemplate.h" // Real Superclass</div><div><br></div><div>// Fake the superclass for the wrappers.</div><div>#ifndef __VTK_WRAP__</div><div>#define vtkDataArray vtkAOSDataArrayTemplate<float></div><div>#endif</div><div>class VTKCOMMONCORE_EXPORT vtkFloatArray : public vtkDataArray</div><div>{</div><div>public:</div><div>  vtkTypeMacro(vtkFloatArray, vtkDataArray)</div><div>#ifndef __VTK_WRAP__</div><div>#undef vtkDataArray</div><div>#endif</div><div><br></div><div>  static vtkFloatArray* New();</div><div>  void PrintSelf(ostream& os, vtkIndent indent) override;</div><div><br></div><div>  // NEW CODE IN VTK 8.1. COMPARED TO ***THIS***</div><div>  // This macro expands to the set of method declarations that</div><div>  // make up the interface of vtkAOSDataArrayTemplate, which is ignored</div><div>  // by the wrappers.</div><div>#if defined(__VTK_WRAP__) || defined (__WRAP_GCCXML__)</div><div>  vtkCreateWrappedArrayInterface(float);</div><div>#endif</div><div><br></div><div>  /**</div><div>   * A faster alternative to SafeDownCast for downcasting vtkAbstractArrays.</div><div>   */</div><div>  </div><div>  static vtkFloatArray* FastDownCast(vtkAbstractArray *source)</div><div>  {</div><div>    return static_cast<vtkFloatArray*>(Superclass::FastDownCast(source));</div><div>  }</div><div><br></div><div>  // END OF NEW CODE IN VTK 8.1. COMPARED TO ***THIS***<br></div><div><br></div><div>  /**</div><div>   * Get the minimum data value in its native type.</div><div>   */</div><div>  static float GetDataTypeValueMin() { return VTK_FLOAT_MIN; }</div><div><br></div><div>  /**</div><div>   * Get the maximum data value in its native type.</div><div>   */</div><div>  static float GetDataTypeValueMax() { return VTK_FLOAT_MAX; }</div><div><br></div><div><br></div><div>protected:</div><div>  vtkFloatArray();</div><div>  ~vtkFloatArray() override;</div><div><br></div><div>private:</div><div><br></div><div>  typedef vtkAOSDataArrayTemplate<float> RealSuperclass;</div><div><br></div><div>  vtkFloatArray(const vtkFloatArray&) = delete;</div><div>  void operator=(const vtkFloatArray&) = delete;</div><div>};</div><div><br></div><div>// Define vtkArrayDownCast implementation:</div><div>vtkArrayDownCast_FastCastMacro(vtkFloatArray)</div><div><br></div><div>#endif</div></div><div><div><br></div></div><div><div dir="ltr" class="m_-2861323208367534403gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Thank you</div>Idayat Salako</div><div dir="ltr"><br></div><div dir="ltr" style="text-align:center"><span style="font-size:small"><font face="arial, helvetica, sans-serif" color="#000000">***Whoever wakes up in the morning and is safe in his home, in good health and has enough provision for the day, it is as if he has all the good things of this world [HadithTirmidhi 2346]***</font></span><br></div><div dir="ltr" style="text-align:center"><br></div></div></div></div></div></div></div></div></div></div></div>
_______________________________________________<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 <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</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=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>