Skip to content
  • Bill Lorensen's avatar
    Add NumberToString conversion class. · a6994afa
    Bill Lorensen authored
    vtkNumbertoString uses google's double-conversion to represent floats
    and doubles in ASCII so that subsequent conversion from string to
    float or double is lossless.
    
    The patch adds:
    the class IO/Core/vtkNumberToString
    two tests, TestNumberToString and TestXMLWriteRead
    a6994afa