![]() |
aimsdata
4.7.0
Neuroimaging data handling
|
The class for VIDA data write operation. More...
#include <aims/io/ecatW.h>
Public Member Functions | |
EcatWriter (const std::string &name) | |
virtual | ~EcatWriter () |
void | write (const AimsData< short > &thing) |
Write the data to disk with "name" file name. More... | |
void | write (const AimsData< float > &thing) |
std::string | removeExtension (const std::string &name) |
Return a name without .vimg, .vhdr or .vinfo extension. More... | |
|
inline |
|
inlinevirtual |
Definition at line 55 of file ecatW.h.
References removeExtension(), and write().
std::string aims::EcatWriter::removeExtension | ( | const std::string & | name | ) |
Return a name without .vimg, .vhdr or .vinfo extension.
Referenced by ~EcatWriter().
void aims::EcatWriter::write | ( | const AimsData< short > & | thing | ) |
Write the data to disk with "name" file name.
thing | const reference to the data to write |
Referenced by ~EcatWriter().
void aims::EcatWriter::write | ( | const AimsData< float > & | thing | ) |