aimsdata  5.0.5
Neuroimaging data handling
MotionReader Class Reference

Class for Motion reading operation. More...

#include <aims/io/motionR.h>

Public Member Functions

Constructor and Destructor
 MotionReader (const std::string &name)
 The programmer should give the file name to the reader. More...
 
virtual ~MotionReader ()
 Destructor does nothing special. More...
 
Methods
void setFileName (const std::string &fileName)
 set input file name More...
 
void read (Motion &thing)
 Read the Motion with "name" file name from disk. More...
 
MotionReaderoperator>> (Motion &)
 

Detailed Description

Class for Motion reading operation.

Definition at line 47 of file motionR.h.

Constructor & Destructor Documentation

◆ MotionReader()

MotionReader::MotionReader ( const std::string &  name)

The programmer should give the file name to the reader.

Parameters
namereferes to the file name

◆ ~MotionReader()

virtual MotionReader::~MotionReader ( )
virtual

Destructor does nothing special.

Member Function Documentation

◆ operator>>()

MotionReader& MotionReader::operator>> ( Motion )

◆ read()

void MotionReader::read ( Motion thing)

Read the Motion with "name" file name from disk.

◆ setFileName()

void MotionReader::setFileName ( const std::string &  fileName)
inline

set input file name

Definition at line 83 of file motionR.h.


The documentation for this class was generated from the following file: