GenomicDataStream
A scalable interface between data and analysis
Loading...
Searching...
No Matches
gds::DataChunk< matType > Class Template Reference

#include <GenomicDataStream_virtual.h>

Public Member Functions

 DataChunk ()
 DataChunk (matType data)
 DataChunk (matType data, DataInfo *info)
matType getData () const
template<typename infoType>
infoType * getInfo () const

Public Attributes

matType data
DataInfoinfo

Detailed Description

template<typename matType>
class gds::DataChunk< matType >

Store the data matrix and info for a data chunk

Constructor & Destructor Documentation

◆ DataChunk() [1/3]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( )
inline

◆ DataChunk() [2/3]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( matType data)
inline

◆ DataChunk() [3/3]

template<typename matType>
gds::DataChunk< matType >::DataChunk ( matType data,
DataInfo * info )
inline

Member Function Documentation

◆ getData()

template<typename matType>
matType gds::DataChunk< matType >::getData ( ) const
inline

Accessor

◆ getInfo()

template<typename matType>
template<typename infoType>
infoType * gds::DataChunk< matType >::getInfo ( ) const
inline

Accessor

Member Data Documentation

◆ data

template<typename matType>
matType gds::DataChunk< matType >::data

◆ info

template<typename matType>
DataInfo* gds::DataChunk< matType >::info

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