Skip to content
  • David Gobbi's avatar
    ENH: Add proper support for vtkIdType to the wrappers. · 2aabf748
    David Gobbi authored
    The previous implementation mapped vtkIdType to "long", whereas this implementation identifies vtkIdType as a new basic type.
    The number of distinct types that the wrappers can handle has also been expanded: previously types were identified using decimal numbers, and now they are identified using hexidecimal numbers.  This provides enough room for 6 additional basic types.
    2aabf748