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)
The class for motion write operation.
MotionWriter(const std::string &name, int mode=std::ios::out)
The programmer should give the file name to the writer.
friend MotionWriter & operator<<(MotionWriter &writer, const AffineTransformation3d &thing)
Output stream operator.
virtual ~MotionWriter()
Destructor does nothing special.
void write(const AffineTransformation3d &thing)
Write the motion with "name" file name to disk.
The class for EcatSino data write operation.
MotionWriter & operator<<(MotionWriter &writer, const AffineTransformation3d &thing) __attribute__((__deprecated__("OBSOLETE")))
— OBSOLETE —