aimsdata  5.1.2
Neuroimaging data handling
aims::EcatWriter Class Reference

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...
 

Detailed Description

The class for VIDA data write operation.

Definition at line 51 of file ecatW.h.

Constructor & Destructor Documentation

◆ EcatWriter()

aims::EcatWriter::EcatWriter ( const std::string &  name)
inline

Definition at line 54 of file ecatW.h.

◆ ~EcatWriter()

virtual aims::EcatWriter::~EcatWriter ( )
inlinevirtual

Definition at line 55 of file ecatW.h.

Member Function Documentation

◆ removeExtension()

std::string aims::EcatWriter::removeExtension ( const std::string &  name)

Return a name without .vimg, .vhdr or .vinfo extension.

◆ write() [1/2]

void aims::EcatWriter::write ( const AimsData< float > &  thing)

◆ write() [2/2]

void aims::EcatWriter::write ( const AimsData< short > &  thing)

Write the data to disk with "name" file name.

Parameters
thingconst reference to the data to write

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