Skip to content
  • Brad King's avatar
    vtkXML*: Use 64-bit integer types where appropriate · 7fcb2cda
    Brad King authored
    Use size_t for memory buffer sizes and vtkTypeInt64 for file positions
    and offsets exposed in header files.  Use vtkTypeUInt64 for sizing and
    indexing of whole data.  The latter will be necessary to read small
    portions of data requiring 64-bit indexes on 32-bit architectures.
    Use std::streampos for stream seek operations but avoid exposing it
    in header files because its type can vary on some platforms depending
    on preprocessor definitions for large file support.
    
    Change-Id: I5c6eb335fb2415de652f012fbf34e2f2952e443a
    7fcb2cda