<div dir="ltr">I'm working on a branch that will deprecate the:<div><br></div><div>double* GetBounds(); and</div><div>void GetBounds(double[6])</div><div><br></div><div>signatures in vtkAbstractMapper3d and vtkProp to favor a new</div><div><br></div><div>bool GetBounds(vtkRenderer *, double[6])</div><div><br></div><div>signature, as we're looking to add DPI dependence to some mappers/actors.</div><div><br></div><div>However, some of the old Tcl tests relied on the 'double* GetBounds()' signature, and the new one isn't getting wrapped.</div><div><br></div><div>My questions:</div><div><br></div><div>1) Is the concept of an "output array argument" even supported by Tcl?</div><div>2) If so, how can I teach the wrappers about it?</div><div>3) If not, is there some way to add a suitable implementation to Tcl, but not C++?</div><div><br></div><div>And perhaps the most curious question from my point of view,</div><div><br></div><div>4) Why do we still provide Tcl bindings in 2015? </div><div><br></div><div>*ducks* </div><div><br></div><div>But seriously, can we deprecate them for 6.3?</div><div><br></div><div>Dave</div></div>