37 #ifndef AIMS_IO_TENSORITEMR_H 38 #define AIMS_IO_TENSORITEMR_H 47 #ifndef DOXYGEN_HIDE_INTERNAL_CLASSES 56 virtual void read( std::istream & is,
Tensor & pitem )
const;
57 virtual void read( std::istream & is,
Tensor * pitem,
size_t n )
const;
59 reader(
const std::string & openmode =
"binar",
60 bool bswap =
false )
const;
72 virtual void read( std::istream & is,
Tensor & pitem )
const;
84 virtual void read( std::istream & is,
Tensor & pitem )
const;
87 #endif // DOXYGEN_HIDE_INTERNAL_CLASSES
virtual ~DefaultItemReader()
The class for EcatSino data write operation.
Default low-levels readers.
virtual ~DefaultBSwapItemReader()
virtual ~DefaultAsciiItemReader()
Low-level "small item" reader, used by higher-level file readers.