Skip to content
  • Kyle Lutz's avatar
    Use kwProcessXML instead of vtkEncodeString for color maps XML · 6322fc62
    Kyle Lutz authored
    This replaces the usage of vtkEncodeString with kwProcessXML
    for generating the header file containing the XML string for
    the built-in color maps. The vtkEncodeString application can't
    split strings and this was causing errors with compilers that
    don't support strings with more than ~65,000 characters.
    
    Change-Id: I59e01da0164d6166f3613ba1cf50573502acdd05
    6322fc62