35 #ifndef AIMS_IO_SPMHEADER_H
36 #define AIMS_IO_SPMHEADER_H
57 SpmHeader(
int dimx,
int dimy,
int dimz,
int dimt,
float sx,
float sy,
58 float sz,
float st,
const std::string & name );
61 const std::string&
name()
const;
62 void setName(
const std::string & fname ) { _name = fname; }
74 virtual std::string
extension()
const {
return(
".img" ); }
77 bool write(
bool writeMinf =
true,
bool allow4d =
true );
The class for EcatSino data write operation.