The class for motion write operation.  
 More...
#include <aims/io/motionW.h>
The class for motion write operation. 
Definition at line 58 of file motionW.h.
◆ MotionWriter()
  
  | 
        
          | aims::MotionWriter::MotionWriter | ( | const std::string & | name, |  
          |  |  | int | mode = std::ios::out |  
          |  | ) |  |  |  | inline | 
 
The programmer should give the file name to the writer. 
- Parameters
- 
  
    | name | reference to the file name |  | openmode | open mode [default="binar"] |  
 
Definition at line 64 of file motionW.h.
 
 
◆ ~MotionWriter()
  
  | 
        
          | virtual aims::MotionWriter::~MotionWriter | ( |  | ) |  |  | inlinevirtual | 
 
Destructor does nothing special. 
Definition at line 67 of file motionW.h.
 
 
◆ write()
Write the motion with "name" file name to disk. 
- Parameters
- 
  
    | thing | const reference to the data to write |  
 
 
 
◆ operator<<
Output stream operator. 
Definition at line 86 of file motionW.h.
 
 
The documentation for this class was generated from the following file: