<div dir="ltr">Also related to data arrays: I'd love to see the deprecation of<div>InsertValue() and <span style="font-size:12.8px">InsertTuple().  The problems with them are:</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">1) They are redundant.  As far as I'm concerned, their usage can</span></div><div><span style="font-size:12.8px">always be replaced with SetTuple() or InsertNextTuple() and the</span></div><div><span style="font-size:12.8px">resulting code will become easier to read.</span></div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">2) They don't actually "insert" tuples except at the end of the</span></div><div><span style="font-size:12.8px">array, and we have InsertNextTuple() or that purpose.  Anywhere</span></div><div><span style="font-size:12.8px">else in the array, they perform a replacement operation. </span></div><div><br></div><div>Any thoughts?  Are these methods widely used anywhere except</div><div>for VTK's own source tree?</div><div><br></div><div> - David</div><div><br></div></div>