aimsdata 6.0.0
Neuroimaging data handling
aims::JpegReader< T > Class Template Reference

#include <aims/io/jpegR.h>

Public Member Functions

 JpegReader (const std::string &name)
 
 ~JpegReader ()
 
void read (AimsData< T > &thing, const carto::AllocatorContext &context, carto::Object options)
 
void readFrame (AimsData< T > &thing, const std::string &filename, unsigned zfame, unsigned tframe)
 called by read(), but you can call it for single frame reading (axial slice)
 

Detailed Description

template<class T>
class aims::JpegReader< T >

Definition at line 55 of file jpegR.h.

Constructor & Destructor Documentation

◆ JpegReader()

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

Definition at line 58 of file jpegR.h.

◆ ~JpegReader()

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

Definition at line 59 of file jpegR.h.

Member Function Documentation

◆ read()

◆ readFrame()

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

called by read(), but you can call it for single frame reading (axial slice)

Definition at line 172 of file jpegR.h.

References carto::DataTypeCode< class T >::dataType().

Referenced by read().


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