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

Tex format readers for texture objects. More...

#include <aims/io/texR.h>

Public Member Functions

 TexReader (const std::string &filename)
 
 ~TexReader ()
 
void read (TimeTexture< T > &thing, int frame=-1)
 
void setItemReader (ItemReader< T > *ir)
 

Detailed Description

template<class T>
class aims::TexReader< T >

Tex format readers for texture objects.

This reader can be used directly, or via the Reader / TexFormat interface. End users should always use Reader which hides the format-specific operations, TexReader is only a part of the mechanism

Definition at line 57 of file texR.h.

Constructor & Destructor Documentation

◆ TexReader()

template<class T>
aims::TexReader< T >::TexReader ( const std::string &  filename)
inline

Definition at line 60 of file texR.h.

◆ ~TexReader()

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

Definition at line 62 of file texR.h.

Member Function Documentation

◆ read()

◆ setItemReader()

template<class T>
void aims::TexReader< T >::setItemReader ( ItemReader< T > *  ir)
inline

Definition at line 65 of file texR.h.

References AIMSDATA_API.


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