DATRW++ library: seismic data I/O with multiple formats

◆ Edatatype

ID flags to indicate variable type used for storing samples

Todo:
move this to datatypes.h
Deprecated:
The use of Edatatype flags is deprecated and will be replaced by a more verbose class or struct which can be extended in the future
See also
Format, File, data, and stream properties
Enumerator
Fint 
Ffloat 
Fdouble 
Fall 

Definition at line 84 of file formats.h.

84  {
85  Fint, //<! File format uses integer data
86  Ffloat, //<! File format uses float data
87  Fdouble, //<! File format uses double data
88  Fall //<! File format is able to store any data type
89  }; // enum Edatatype