NCBI C++ ToolKit
|
Search Toolkit Book for BlastHSPCollectorData
Data structure used by the writer. More...
Public Attributes | |
BlastHSPCollectorParams * | params |
how many hits to save More... | |
BlastHSPResults * | results |
place to store hits More... | |
Data structure used by the writer.
Definition at line 41 of file hspfilter_collector.c.
BlastHSPCollectorParams* BlastHSPCollectorData::params |
how many hits to save
Definition at line 42 of file hspfilter_collector.c.
Referenced by s_BlastHSPCollectorRun(), and s_BlastHSPCollectorRun_RPS().
BlastHSPResults* BlastHSPCollectorData::results |
place to store hits
Definition at line 43 of file hspfilter_collector.c.
Referenced by s_BlastHSPCollectorFinal(), s_BlastHSPCollectorInit(), s_BlastHSPCollectorRun(), and s_BlastHSPCollectorRun_RPS().