VTK/ARB/Meetings/June 2011: Difference between revisions

From KitwarePublic
< VTK‎ | ARB‎ | Meetings
Jump to navigationJump to search
Line 26: Line 26:


== Meeting Notes ==
== Meeting Notes ==
* VTK 5.8 imminent
* VTK 5.10 sometime later in the summer
* VTK 6 in the fall


== Action Items ==
== Action Items ==


== Next Time ==
== Next Time ==

Revision as of 13:13, 28 June 2011

Time

June 28th, 9am EDT

Agenda

  • VTK modularization update (Berk)
  • VTK 6 (Berk)
  • VTK backwards incompatible change to Python wrappers (Berk)
The way the patch works is by disabling Register() and UnRegister() for
any object generated by NewInstance() etc.  For other objects, the
Register/UnRegister methods work as before.  That was the compromise
that I reached between backwards compatibility and new functionality.

Chopping those methods completely would be the best, this could be
done for the VTK 6 release.

As for handling all method that generate new objects, I had a brief on-list
discussion about this with David Cole.  I could modify the VTK wrappers to
understand attribute-based hints similar to mummy/ActiVis:

iwhCounted vtkObject *vtkObject::GeneratorMethod();

The "iwhCounted" or something similarly named would be an attribute
hint we would add to the header files to indicate object generation methods.
Other attribute hints could eventually replace the Wrapping/hints file.

Meeting Notes

  • VTK 5.8 imminent
  • VTK 5.10 sometime later in the summer
  • VTK 6 in the fall

Action Items

Next Time