NCBI C++ ToolKit
|
Search Toolkit Book for BlastHSPPipeInfo
A wrap of data structure used to create a pipe. More...
#include <algo/blast/core/blast_hspfilter.h>
Public Attributes | |
void * | params |
BlastHSPPipeNewFn | NewFnPtr |
struct BlastHSPPipeInfo * | next |
the next pipe inf in chain More... | |
A wrap of data structure used to create a pipe.
Definition at line 102 of file blast_hspfilter.h.
BlastHSPPipeNewFn BlastHSPPipeInfo::NewFnPtr |
Definition at line 104 of file blast_hspfilter.h.
Referenced by BlastHSPBestHitPipeInfoNew(), BlastHSPCullingPipeInfoNew(), and BOOST_AUTO_TEST_CASE().
struct BlastHSPPipeInfo* BlastHSPPipeInfo::next |
the next pipe inf in chain
Definition at line 105 of file blast_hspfilter.h.
Referenced by BlastHSPBestHitPipeInfoNew(), and BlastHSPCullingPipeInfoNew().
void* BlastHSPPipeInfo::params |
Definition at line 103 of file blast_hspfilter.h.
Referenced by BlastHSPBestHitPipeInfoNew(), BlastHSPCullingPipeInfoNew(), and BOOST_AUTO_TEST_CASE().