34 #ifndef AIMS_IO_MOTIONR_H
35 #define AIMS_IO_MOTIONR_H
64 inline void setFileName(
const std::string &fileName );
Class for Motion reading operation.
void setFileName(const std::string &fileName)
set input file name
void read(Motion &thing)
Read the Motion with "name" file name from disk.
MotionReader(const std::string &name)
The programmer should give the file name to the reader.
virtual ~MotionReader()
Destructor does nothing special.
std::istream & operator>>(std::istream &is, AimsData< T > &thing)