cuSBF
Loading...
Searching...
No Matches
cusbf::Filter< Config > Member List

This is the complete list of members for cusbf::Filter< Config >, including all inherited members.

clear(cuda::stream_ref stream=cudaStream_t{})cusbf::Filter< Config >inline
containsSequence(std::string_view sequence, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
containsSequenceDevice(device_span< const char > d_sequence, device_span< uint8_t > d_output, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
Filter(uint64_t requestedFilterBits)cusbf::Filter< Config >inlineexplicit
Filter(const Filter &)=deletecusbf::Filter< Config >
Filter(Filter &&)=defaultcusbf::Filter< Config >
filterBits() constcusbf::Filter< Config >inline
insertFastx(std::istream &input, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{})cusbf::Filter< Config >inline
insertFastxFile(std::string_view path, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{})cusbf::Filter< Config >inline
insertRecordBatch(RecordBatchView batch, cuda::stream_ref stream=cudaStream_t{})cusbf::Filter< Config >inline
insertSequence(std::string_view sequence, cuda::stream_ref stream=cudaStream_t{})cusbf::Filter< Config >inline
insertSequenceDevice(device_span< const char > d_sequence, cuda::stream_ref stream=cudaStream_t{})cusbf::Filter< Config >inline
loadFactor() constcusbf::Filter< Config >inline
numShards() constcusbf::Filter< Config >inline
operator=(const Filter &)=deletecusbf::Filter< Config >
operator=(Filter &&)=defaultcusbf::Filter< Config >
queryFastx(std::istream &input, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
queryFastxDetailed(std::istream &input, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
queryFastxFile(std::string_view path, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
queryFastxFileDetailed(std::string_view path, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
queryFastxFileRecords(std::string_view path, Consumer &&consume, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
queryFastxRecords(std::istream &input, Consumer &&consume, double fillFraction=0.7, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
queryRecordBatch(RecordBatchView batch, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
queryRecordBatch(RecordBatchView batch, Consumer &&consume, cuda::stream_ref stream=cudaStream_t{}) constcusbf::Filter< Config >inline
~Filter()=defaultcusbf::Filter< Config >