New/Customizable way to load data

I’m very much in favour of wrapping std::istream/std::ostream into a new custom VTK stream type which is itself not a C++ standard stream. There is currently a problem on Windows where std::streampos/std::streamsize is only a 4 byte integer.So files larger than 4Gb can not be handled.

1 Like