Skip to content
  • David Gobbi's avatar
    COMP: make vtkWrapTcl.c ignore special types. · e2bd895c
    David Gobbi authored
    With this change, the vtkWrapTcl.c will refuse to wrap any methods
    that use or return an object, unless that object is accessed vi a
    pointer.  This is because vtkObjectBase objects are always accessed
    via a pointer, while special objects like vtkVariant are (almost)
    never accessed via a pointer.
    e2bd895c