|  | aimsdata
    5.1.2
    Neuroimaging data handling | 
#include <aims/sparsematrix/sparseMatrixItemR.h>


| Public Member Functions | |
| DefaultAsciiItemReader () | |
| virtual | ~DefaultAsciiItemReader () | 
| virtual void | read (std::istream &is, SparseMatrix &pitem) const | 
|  Public Member Functions inherited from aims::DefaultItemReader< SparseMatrix > | |
| DefaultItemReader () | |
| virtual | ~DefaultItemReader () | 
| virtual void | read (std::istream &is, SparseMatrix *pitem, size_t n) const | 
| virtual ItemReader< SparseMatrix > * | reader (const std::string &openmode="binar", bool bswap=false) const | 
|  Public Member Functions inherited from aims::ItemReader< SparseMatrix > | |
| virtual | ~ItemReader () | 
| void | read (const std::string &istring, SparseMatrix &item) const | 
| void | read (const std::string &istring, SparseMatrix *pitem, size_t n) const | 
Definition at line 67 of file sparseMatrixItemR.h.
| 
 | inline | 
Definition at line 71 of file sparseMatrixItemR.h.
| 
 | inlinevirtual | 
Definition at line 72 of file sparseMatrixItemR.h.
| 
 | virtual | 
Reimplemented from aims::DefaultItemReader< SparseMatrix >.