|
NVBIO
|
A reference to the collection of hits bound to a given read
Definition at line 247 of file proposal.h.
#include <proposal.h>
Public Methods | |
| ReadHitsReference (ReadHitsIndexType &index, HitQueuesType &hits, const uint32 read_index) | |
| uint32 | size () const |
| CUFMI_FORCEINLINE CUFMI_HOST_DEVICE HitReference < HitQueuesType > | operator[] (const uint32 i) const |
| cufmi::bowtie2::cuda::ReadHitsReference< ReadHitsIndexType, HitQueuesType >::ReadHitsReference | ( | ReadHitsIndexType & | index, |
| HitQueuesType & | hits, | ||
| const uint32 | read_index | ||
| ) |
constructor
| index | read -> hits index |
| hits | hits container |
| read_index | index of this read |
| CUFMI_FORCEINLINE CUFMI_HOST_DEVICE HitReference<HitQueuesType> cufmi::bowtie2::cuda::ReadHitsReference< ReadHitsIndexType, HitQueuesType >::operator[] | ( | const uint32 | i) | const |
return the i-th element
| uint32 cufmi::bowtie2::cuda::ReadHitsReference< ReadHitsIndexType, HitQueuesType >::size | ( | ) | const |
size of the hits vector
1.8.4