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

Eric E. Monson emonson at cs.duke.edu
Tue Sep 7 08:43:27 EDT 2010


Hey David,

Thanks for the explanation. I'll try to get back to before that commit with all of Titan and see how it works. I hope this can be worked out eventually, though.

It seems like the wrappers are a tough thing because the C++ code is such a moving target! I'm just curious -- I know there are strong motivations in place for people to fix things when their commits break other parts of VTK, but is there anything formal in place regarding breaking the python wrapping? (I would assume it only shows up on the dashboards if there happens to be a Python test that covers a given class.)

Thanks again,
-Eric


On Sep 6, 2010, at 8:48 PM, David Gobbi wrote:

> Hi Eric,
> 
> The python wrapping of the vtkArray class was broken by this commit,
> which happened while I was on vacation:
> 
> http://vtk.org/gitweb?p=VTK.git;a=commit;h=ba442dcd57fe6bf52ef7fb9c21cb842e78e489cd
> 
> This commit added the typedefs CoordinateT, DimensionT, and SizeT to
> vtkArray and its support classes.  The wrappers do not support
> typedefs yet, except for a few like vtkIdType that have been
> hard-coded.  You can try doing a checkout before the commit mentioned
> above and see how things work.  I didn't have much time to experiment
> with these classes.
> 
>  David
> 
> 
> On Mon, Sep 6, 2010 at 6:18 PM, Eric E. Monson <emonson at cs.duke.edu> wrote:
>> Hello,
>> 
>> I've been trying to see how much of the Titan text analysis functionality can be done from Python, but I ran into a problem accessing the contents of a vtkArrayExtents. The object is obtained by calling GetExtents() on a vtkArray, and if I print the array object I can see that the proper extents are there, but I can't figure out how to access them: the only methods on the vtkArrayExtents that seem to be wrapped are Append, Contains, SameShape and ZeroBased, and the object isn't iterable or scriptable. As I started trying out other things like vtkArrayRange and vtkArrayCoordinates, I also had trouble figuring out how to use them from Python.
>> 
>> I know David Gobbi has made a lot of great progress on the Python wrapping over the summer, and I saw his wiki example for vtkVariant, but does anyone know if these supporting classes around vtkArray work from Python right now?
>> 
>> Thanks a lot,
>> -Eric
>> 
>> ------------------------------------------------------
>> Eric E Monson
>> Duke Visualization Technology Group
>> 
>> 




More information about the vtk-developers mailing list