Skip to content
  • David Gobbi's avatar
    ENH: Now vtkParse.y uses vtkParseType.h, and hex literals are gone. · 4848675e
    David Gobbi authored
    The hexidecimal literals in vtkParse.y have been replaced by the
    constants defined in vtkParseType.h.  This improves code readability,
    and also makes it easy to change the constants.  In other words, it is
    now a simple task to add new type constants.  I checked the generated
    wrapper .cxx and .java files to make sure they are identical to before
    this change.
    4848675e