![]() |
aimsdata 6.0.0
Neuroimaging data handling
|
#include <aims/io/bckItemR.h>


Public Member Functions | |
| DefaultItemReader () | |
| virtual | ~DefaultItemReader () |
| virtual void | read (std::istream &is, AimsBucketItem< T > *pitem, size_t n) const |
| virtual ItemReader< AimsBucketItem< T > > * | reader (const std::string &openmode="binar", bool bswap=false) const |
| void | read (std::istream &, Void &) const |
| void | read (std::istream &, Void *, size_t) const |
| DefaultItemReader () | |
| virtual | ~DefaultItemReader () |
| virtual void | read (std::istream &is, T &item) const |
| virtual void | read (std::istream &is, T *pitem, size_t n) const |
| void | read (const std::string &istring, T &item) const |
| void | read (const std::string &istring, T *pitem, size_t n) const |
| void | read (std::istream &, Void &) const |
| void | read (std::istream &, Void *, size_t) const |
| virtual ItemReader< T > * | reader (const std::string &openmode="binar", bool bswap=false) const |
Public Member Functions inherited from aims::ItemReader< T > | |
| virtual | ~ItemReader () |
| void | read (const std::string &istring, T &item) const |
| void | read (const std::string &istring, T *pitem, size_t n) const |
Public Member Functions inherited from aims::ItemReader< AimsBucketItem< T > > | |
| virtual | ~ItemReader () |
| void | read (const std::string &istring, T &item) const |
| void | read (const std::string &istring, T *pitem, size_t n) const |
Definition at line 52 of file bckItemR.h.
|
inline |
Definition at line 56 of file bckItemR.h.
Referenced by aims::DefaultAsciiItemReader< AimsBucketItem< T > >::DefaultAsciiItemReader(), aims::DefaultBSwapItemReader< AimsBucketItem< T > >::DefaultBSwapItemReader(), read(), and reader().
|
inlinevirtual |
Definition at line 57 of file bckItemR.h.
|
inline |
Definition at line 58 of file defaultItemR.h.
|
inlinevirtual |
Definition at line 59 of file defaultItemR.h.
|
inline |
Definition at line 66 of file defaultItemR.h.
|
inline |
Definition at line 68 of file defaultItemR.h.
|
inline |
Definition at line 247 of file defaultItemR.h.
|
inline |
Definition at line 247 of file defaultItemR.h.
|
inline |
Definition at line 253 of file defaultItemR.h.
|
inline |
Definition at line 253 of file defaultItemR.h.
|
inlinevirtual |
Reimplemented in aims::DefaultAsciiItemReader< AimsBucketItem< T > >, and aims::DefaultBSwapItemReader< AimsBucketItem< T > >.
Definition at line 107 of file bckItemR.h.
References DefaultItemReader(), AimsBucketItem< T >::location(), aims::DefaultItemReader< T >::read(), read(), and AimsBucketItem< T >::value().
Referenced by read().
|
inlinevirtual |
Reimplemented from aims::ItemReader< T >.
Reimplemented in aims::DefaultAsciiItemReader< AimsBucketItem< T > >, and aims::DefaultBSwapItemReader< AimsBucketItem< T > >.
Definition at line 61 of file defaultItemR.h.
|
inlinevirtual |
Implements aims::ItemReader< T >.
Reimplemented in aims::DefaultAsciiItemReader< AimsBucketItem< T > >, and aims::DefaultBSwapItemReader< AimsBucketItem< T > >.
Definition at line 63 of file defaultItemR.h.
|
virtual |
Implements aims::ItemReader< T >.
Definition at line 96 of file bckItemR.h.
References DefaultItemReader(), and reader().
Referenced by reader().
|
virtual |
Implements aims::ItemReader< T >.
Definition at line 64 of file defaultItemR.h.