aimsgui  5.0.5
aims::QtFormatsWriter< T > Class Template Reference

#include <aims/io/qtformatsW.h>

Public Member Functions

 QtFormatsWriter (const std::string &name)
 
 ~QtFormatsWriter ()
 
void write (const AimsData< T > &thing)
 
void writeFrame (const AimsData< T > &thing, const std::string &filename, unsigned zfame, unsigned tframe)
 called by write(), but you can call it for single frame writing (axial slice) More...
 
std::string format () const
 
template<>
void writeFrame (const AimsData< uint8_t > &thing, const std::string &filename, unsigned z, unsigned t)
 

Detailed Description

template<typename T>
class aims::QtFormatsWriter< T >

Definition at line 53 of file qtformatsW.h.

Constructor & Destructor Documentation

◆ QtFormatsWriter()

template<typename T >
aims::QtFormatsWriter< T >::QtFormatsWriter ( const std::string &  name)
inline

Definition at line 56 of file qtformatsW.h.

◆ ~QtFormatsWriter()

Member Function Documentation

◆ format()

template<typename T >
std::string aims::QtFormatsWriter< T >::format ( ) const
inline

◆ write()

◆ writeFrame() [1/2]

template<typename T >
void aims::QtFormatsWriter< T >::writeFrame ( const AimsData< T > &  thing,
const std::string &  filename,
unsigned  zfame,
unsigned  tframe 
)
inline

◆ writeFrame() [2/2]


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