InfiniTAM
InfiniTAM copied to clipboard
OStreamWrapper and IStreamWrapper need to have << and >> defined for basic types.
- OStreamWrapper and IStreamWrapper need to have << and >> operators defined for basic and primitive types, such as int, float, double, string, etc.
- They should probably also be renamed to something more generic yet descriptive, e.g. BinaryOstream and BinaryIstream or DataOstream and DataIstream or the like. Think about this. Note that compression is possible but optional.