![]() |
GenomicDataStream
A scalable interface between data and analysis
|
#include <GenomicDataStream_virtual.h>
Public Member Functions | |
| DataChunk () | |
| DataChunk (matType d) | |
| DataChunk (matType d, DataInfo *info) | |
| DataChunk (DataChunk &&) noexcept=default | |
| DataChunk & | operator= (DataChunk &&) noexcept=default |
| DataChunk (const DataChunk &)=delete | |
| DataChunk & | operator= (const DataChunk &)=delete |
| ~DataChunk () | |
| const matType & | getData () const & |
| matType & | getData () & |
| matType | getData () && |
| template<typename infoType> | |
| const infoType * | getInfo () const |
Store the data matrix and info for a data chunk
|
inline |
|
inlineexplicit |
|
inlineexplicit |
|
defaultnoexcept |
|
delete |
|
inline |
Destructor
|
inline |
|
inline |
|
inline |
Accessor
|
inline |
Accessor
|
delete |
|
defaultnoexcept |