aimsdata  5.0.5
Neuroimaging data handling
aims::TiffWriter< T > Class Template Reference

#include <aims/io/tiffW.h>

Public Member Functions

 TiffWriter (const std::string &name)
 
 ~TiffWriter ()
 
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...
 

Detailed Description

template<class T>
class aims::TiffWriter< T >

Definition at line 54 of file tiffW.h.

Constructor & Destructor Documentation

◆ TiffWriter()

template<class T >
aims::TiffWriter< T >::TiffWriter ( const std::string &  name)
inline

Definition at line 57 of file tiffW.h.

◆ ~TiffWriter()

template<class T >
aims::TiffWriter< T >::~TiffWriter ( )
inline

Definition at line 58 of file tiffW.h.

References aims::TiffWriter< T >::write(), and aims::TiffWriter< T >::writeFrame().

Member Function Documentation

◆ write()

◆ writeFrame()

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

called by write(), but you can call it for single frame writing (axial slice)

Definition at line 112 of file tiffW.h.

References AimsData< T >::dimX(), AimsData< T >::dimY(), AimsData< T >::sizeX(), and AimsData< T >::sizeY().

Referenced by aims::TiffWriter< T >::write(), and aims::TiffWriter< T >::~TiffWriter().


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