aimsdata 6.0.0
Neuroimaging data handling
aims::DefaultBSwapItemWriter< Tensor > Class Reference

#include <aims/io/tensorItemW.h>

Inheritance diagram for aims::DefaultBSwapItemWriter< Tensor >:
Collaboration diagram for aims::DefaultBSwapItemWriter< Tensor >:

Public Member Functions

 DefaultBSwapItemWriter ()
 
virtual ~DefaultBSwapItemWriter ()
 
virtual void write (std::ostream &is, const Tensor &item) const
 
void write (std::ostream &, const Void *, size_t) const
 
void write (std::ostream &os, const int8_t *pitem, size_t n) const
 
void write (std::ostream &os, const uint8_t *pitem, size_t n) const
 
void write (std::ostream &os, const bool *pitem, size_t n) const
 
void write (std::ostream &os, const cfloat *pitem, size_t n) const
 
void write (std::ostream &os, const cdouble *pitem, size_t n) const
 
void write (std::ostream &os, const char *pitem, size_t n) const
 
 DefaultBSwapItemWriter ()
 
virtual ~DefaultBSwapItemWriter ()
 
virtual void write (std::ostream &os, const Tensor &item) const
 
virtual void write (std::ostream &os, const Tensor *pitem, size_t n) const
 
void write (std::ostream &, const Void *, size_t) const
 
void write (std::ostream &os, const int8_t *pitem, size_t n) const
 
void write (std::ostream &os, const uint8_t *pitem, size_t n) const
 
void write (std::ostream &os, const bool *pitem, size_t n) const
 
void write (std::ostream &os, const cfloat *pitem, size_t n) const
 
void write (std::ostream &os, const cdouble *pitem, size_t n) const
 
void write (std::ostream &os, const char *pitem, size_t n) const
 
- Public Member Functions inherited from aims::DefaultItemWriter< Tensor >
 DefaultItemWriter ()
 
virtual ~DefaultItemWriter ()
 
virtual void write (std::ostream &is, const Tensor *pitem, size_t n) const
 
virtual ItemWriter< Tensor > * writer (const std::string &openmode="binar", bool bswap=false) const
 
void write (std::ostream &, const Void *, size_t) const
 
 DefaultItemWriter ()
 
virtual ~DefaultItemWriter ()
 
void write (std::ostream &, const Void *, size_t) const
 
virtual ItemWriter< Tensor > * writer (const std::string &openmode="binar", bool bswap=false) const
 
- Public Member Functions inherited from aims::ItemWriter< Tensor >
virtual ~ItemWriter ()
 

Detailed Description

Definition at line 78 of file tensorItemW.h.

Constructor & Destructor Documentation

◆ DefaultBSwapItemWriter() [1/2]

aims::DefaultBSwapItemWriter< Tensor >::DefaultBSwapItemWriter ( )
inline

◆ ~DefaultBSwapItemWriter() [1/2]

Definition at line 83 of file tensorItemW.h.

◆ DefaultBSwapItemWriter() [2/2]

aims::DefaultBSwapItemWriter< Tensor >::DefaultBSwapItemWriter ( )
inline

Definition at line 88 of file defaultItemW.h.

◆ ~DefaultBSwapItemWriter() [2/2]

Definition at line 89 of file defaultItemW.h.

Member Function Documentation

◆ write() [1/17]

void aims::DefaultBSwapItemWriter< Void >::write ( std::ostream & ,
const Void * ,
size_t  ) const
inline

Definition at line 247 of file defaultItemW.h.

◆ write() [2/17]

void aims::DefaultBSwapItemWriter< Void >::write ( std::ostream & ,
const Void * ,
size_t  ) const
inline

Definition at line 247 of file defaultItemW.h.

◆ write() [3/17]

virtual void aims::DefaultBSwapItemWriter< Tensor >::write ( std::ostream & is,
const Tensor & item ) const
virtual

Reimplemented from aims::DefaultItemWriter< Tensor >.

◆ write() [4/17]

void aims::DefaultBSwapItemWriter< bool >::write ( std::ostream & os,
const bool * pitem,
size_t n ) const
inline

Definition at line 271 of file defaultItemW.h.

◆ write() [5/17]

void aims::DefaultBSwapItemWriter< bool >::write ( std::ostream & os,
const bool * pitem,
size_t n ) const
inline

Definition at line 271 of file defaultItemW.h.

◆ write() [6/17]

void aims::DefaultBSwapItemWriter< cdouble >::write ( std::ostream & os,
const cdouble * pitem,
size_t n ) const
inline

Definition at line 293 of file defaultItemW.h.

◆ write() [7/17]

void aims::DefaultBSwapItemWriter< cdouble >::write ( std::ostream & os,
const cdouble * pitem,
size_t n ) const
inline

Definition at line 293 of file defaultItemW.h.

◆ write() [8/17]

void aims::DefaultBSwapItemWriter< cfloat >::write ( std::ostream & os,
const cfloat * pitem,
size_t n ) const
inline

Definition at line 279 of file defaultItemW.h.

◆ write() [9/17]

void aims::DefaultBSwapItemWriter< cfloat >::write ( std::ostream & os,
const cfloat * pitem,
size_t n ) const
inline

Definition at line 279 of file defaultItemW.h.

◆ write() [10/17]

void aims::DefaultBSwapItemWriter< char >::write ( std::ostream & os,
const char * pitem,
size_t n ) const
inline

Definition at line 310 of file defaultItemW.h.

◆ write() [11/17]

void aims::DefaultBSwapItemWriter< char >::write ( std::ostream & os,
const char * pitem,
size_t n ) const
inline

Definition at line 310 of file defaultItemW.h.

◆ write() [12/17]

void aims::DefaultBSwapItemWriter< int8_t >::write ( std::ostream & os,
const int8_t * pitem,
size_t n ) const
inline

Definition at line 254 of file defaultItemW.h.

◆ write() [13/17]

void aims::DefaultBSwapItemWriter< int8_t >::write ( std::ostream & os,
const int8_t * pitem,
size_t n ) const
inline

Definition at line 254 of file defaultItemW.h.

◆ write() [14/17]

virtual void aims::DefaultBSwapItemWriter< Tensor >::write ( std::ostream & os,
const Tensor & item ) const
inlinevirtual

Reimplemented from aims::DefaultItemWriter< Tensor >.

Definition at line 91 of file defaultItemW.h.

◆ write() [15/17]

void aims::DefaultBSwapItemWriter< Tensor >::write ( std::ostream & os,
const Tensor * pitem,
size_t n ) const
inlinevirtual

Reimplemented from aims::DefaultItemWriter< Tensor >.

Definition at line 93 of file defaultItemW.h.

◆ write() [16/17]

void aims::DefaultBSwapItemWriter< uint8_t >::write ( std::ostream & os,
const uint8_t * pitem,
size_t n ) const
inline

Definition at line 262 of file defaultItemW.h.

◆ write() [17/17]

void aims::DefaultBSwapItemWriter< uint8_t >::write ( std::ostream & os,
const uint8_t * pitem,
size_t n ) const
inline

Definition at line 262 of file defaultItemW.h.


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