~ubuntu-branches/ubuntu/raring/ncbi-tools6/raring

« back to all changes in this revision

Viewing changes to algo/blast/core/blast_seqsrc_impl.h

  • Committer: Package Import Robot
  • Author(s): Aaron M. Ucko, Andreas Tille
  • Date: 2012-06-24 22:54:29 UTC
  • mfrom: (15.1.4 sid)
  • Revision ID: package-import@ubuntu.com-20120624225429-b91zwa0d9xanjlqb
Tags: 6.1.20120620-2
[ Andreas Tille ]
debian/upstream: Strings containing ': ' need to be quoted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*  $Id: blast_seqsrc_impl.h,v 1.12 2011/01/07 14:34:31 kazimird Exp $
 
1
/*  $Id: blast_seqsrc_impl.h,v 1.13 2012/01/26 19:04:36 kazimird Exp $
2
2
 * ===========================================================================
3
3
 *
4
4
 *                            PUBLIC DOMAIN NOTICE
254
254
DECLARE_BLAST_SEQ_SRC_MEMBER_FUNCTIONS(GetInt4FnPtr, GetNumSeqs);
255
255
DECLARE_BLAST_SEQ_SRC_MEMBER_FUNCTIONS(GetInt4FnPtr, GetNumSeqsStats);
256
256
DECLARE_BLAST_SEQ_SRC_MEMBER_FUNCTIONS(GetInt4FnPtr, GetMaxSeqLen);
 
257
DECLARE_BLAST_SEQ_SRC_MEMBER_FUNCTIONS(GetInt4FnPtr, GetMinSeqLen);
257
258
DECLARE_BLAST_SEQ_SRC_MEMBER_FUNCTIONS(GetInt4FnPtr, GetAvgSeqLen);
258
259
DECLARE_BLAST_SEQ_SRC_MEMBER_FUNCTIONS(GetInt8FnPtr, GetTotLen);
259
260
DECLARE_BLAST_SEQ_SRC_MEMBER_FUNCTIONS(GetInt8FnPtr, GetTotLenStats);
324
325
 *  // required signature: GetInt4FnPtr
325
326
 *  Int4 MyDatabaseFormatGetMaxSeqLen(void*, void*);
326
327
 *  // required signature: GetInt4FnPtr
 
328
 *  Int4 MyDatabaseFormatGetMinSeqLen(void*, void*);
 
329
 *  // required signature: GetInt4FnPtr
327
330
 *  Int4 MyDatabaseFormatGetAvgSeqLen(void*, void*);
328
331
 *  // required signature: GetInt8FnPtr
329
332
 *  Int8 MyDatabaseFormatGetTotLen(void*, void*);