37 #ifndef AIMS_IO_MOTIONW_H 38 #define AIMS_IO_MOTIONW_H 53 operator << (MotionWriter& writer,
const AffineTransformation3d & thing)
65 : _name( name ), _mode( mode ) { }
#define __deprecated__(msg)
void write(const AffineTransformation3d &thing)
Write the motion with "name" file name to disk.
The class for EcatSino data write operation.
friend MotionWriter & operator<<(MotionWriter &writer, const AffineTransformation3d &thing)
Output stream operator.
class __attribute__((__deprecated__("Use Volume, which now manages views, instead."))) VolumeView
MotionWriter(const std::string &name, int mode=std::ios::out)
The programmer should give the file name to the writer.
virtual ~MotionWriter()
Destructor does nothing special.
MotionWriter & operator<<(MotionWriter &writer, const AffineTransformation3d &thing) __attribute__((__deprecated__("OBSOLETE")))
— OBSOLETE —
The class for motion write operation.