aimsdata  4.7.0
Neuroimaging data handling
aims::BckMapWriter< T > Class Template Reference

BucketMap objects can be read / written by BckMapReader / BckMapWriter, these IO classes operate on the EXACT SAME FORMAT as the BCK format used by AimsBucket objects. More...

#include <aims/io/bckMapW.h>

Public Member Functions

 BckMapWriter (const std::string &name, bool ascii=false)
 
 ~BckMapWriter ()
 
void write (const BucketMap< T > &thing)
 
void setMode (bool ascii)
 
bool asciiMode () const
 
void setItemWriter (ItemWriter< T > *iw)
 

Detailed Description

template<class T>
class aims::BckMapWriter< T >

BucketMap objects can be read / written by BckMapReader / BckMapWriter, these IO classes operate on the EXACT SAME FORMAT as the BCK format used by AimsBucket objects.

Definition at line 52 of file bckMapW.h.

Constructor & Destructor Documentation

◆ BckMapWriter()

template<class T>
aims::BckMapWriter< T >::BckMapWriter ( const std::string &  name,
bool  ascii = false 
)
inline

Definition at line 55 of file bckMapW.h.

◆ ~BckMapWriter()

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

Member Function Documentation

◆ asciiMode()

template<class T>
bool aims::BckMapWriter< T >::asciiMode ( ) const
inline

Definition at line 61 of file bckMapW.h.

◆ setItemWriter()

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

Definition at line 62 of file bckMapW.h.

◆ setMode()

template<class T >
void aims::BckMapWriter< T >::setMode ( bool  ascii)
inline

Definition at line 74 of file bckMapW.h.

Referenced by aims::BckMapWriter< T >::~BckMapWriter().

◆ write()


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