<div dir="ltr">On Mon, Feb 23, 2015 at 5:56 PM, Sean McBride <span dir="ltr"><<a href="mailto:sean@rogue-research.com" target="_blank">sean@rogue-research.com</a>></span> wrote:<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I guess vtk__Int64Array predates vtkTypeInt64Array?  Is there any reason to not deprecate it at this point?<br></blockquote><div><br></div><div>I believe that they were both added to VTK at the same time.</div><div><br></div><div>On UNIX, vtkTypeInt64Array is a sublcass of vtkLongLongArray. </div><div>On Win32, vtkTypeInt64Array is (was?) a subclass of vtk__Int64Array.</div><div><br></div><div>Of course, this was due to the fact that "long long" was not a valid type</div><div>on many of the compilers that VTK supported, hence 64-bit arrays were</div><div>handled with __int64 or a 64-bit long wherever "long long" was unavailable.</div><div><br></div><div> - David</div><div><br></div><div><br></div><div><br></div><div> </div></div></div></div>