[vtk-developers] vtkArrayExtents (and others) Python wrapping

Eric E. Monson emonson at cs.duke.edu
Tue Sep 7 21:47:06 EDT 2010


On Sep 7, 2010, at 7:02 PM, Timothy Shead wrote:

> On 9/7/10 1:38 PM, David Gobbi wrote:
>> I'm fine with that.  Wrapper typedef support is something that I had
>> planned from the start, I just didn't expect that it would be needed
>> so soon.  What do you think of Eric's GetDimensionRange() method
>> suggestion?  I'd prefer that there are always named-method
>> alternatives to [ ] operator methods.
> 
> Makes sense, although I would strongly prefer vtkArrayExtents::GetExtent(...), for consistency with vtkArray::GetExtent(...), which returns the same value.

Ah, thank you -- I hadn't seen the vtkArray::GetExtent() option. I can get the values from that for now.

-Eric




More information about the vtk-developers mailing list