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

Tex format readers for texture objects. More...

#include <aims/io/texW.h>

Public Member Functions

 TexWriter (const std::string &filename)
 
 ~TexWriter ()
 
void write (const TimeTexture< T > &thing, bool ascii)
 
void setItemWriter (ItemWriter< T > *iw)
 

Detailed Description

template<class T>
class aims::TexWriter< 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 55 of file texW.h.

Constructor & Destructor Documentation

◆ TexWriter()

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

Definition at line 58 of file texW.h.

◆ ~TexWriter()

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

Definition at line 60 of file texW.h.

Member Function Documentation

◆ setItemWriter()

template<class T >
void aims::TexWriter< T >::setItemWriter ( ItemWriter< T > *  iw)
inline

Definition at line 63 of file texW.h.

References AIMSDATA_API.

◆ write()


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