NCBI C++ ToolKit
aln_scanner_phylip.hpp
Go to the documentation of this file.

Go to the SVN repository for this file.

1 #ifndef _ALN_SCANNER_PHYLIP_HPP_
2 #define _ALN_SCANNER_PHYLIP_HPP_
3 
4 /*
5  * $Id: aln_scanner_phylip.hpp 86102 2019-04-09 12:15:26Z ludwigf $
6  *
7  * ===========================================================================
8  *
9  * PUBLIC DOMAIN NOTICE
10  * National Center for Biotechnology Information
11  *
12  * This software/database is a "United States Government Work" under the
13  * terms of the United States Copyright Act. It was written as part of
14  * the author's official duties as a United States Government employee and
15  * thus cannot be copyrighted. This software/database is freely available
16  * to the public for use. The National Library of Medicine and the U.S.
17  * Government have not placed any restriction on its use or reproduction.
18  *
19  * Although all reasonable efforts have been taken to ensure the accuracy
20  * and reliability of the software and data, the NLM and the U.S.
21  * Government do not and cannot warrant the performance or results that
22  * may be obtained by using this software or data. The NLM and the U.S.
23  * Government disclaim all warranties, express or implied, including
24  * warranties of performance, merchantability or fitness for any particular
25  * purpose.
26  *
27  * Please cite the author in any work or product based on this material.
28  *
29  * ===========================================================================
30  *
31  * Authors: Frank Ludwig
32  *
33  */
34 #include <corelib/ncbistd.hpp>
35 #include "aln_scanner.hpp"
36 
39 
40 // ============================================================================
42  public CAlnScanner
43 // ============================================================================
44 {
45 public:
47  mSequenceCount(0),
48  mSequenceLength(0) {};
49 
51 
52 protected:
53  void
56  CLineInput&) override;
57 
58  virtual void
60  const CSequenceInfo&) override;
61 
64 };
65 
68 
69 #endif // ALN_SCANNER_PHYLIP
virtual void xVerifyAlignmentData(const CSequenceInfo &) override
void xImportAlignmentData(CSequenceInfo &, CLineInput &) override
Include a standard set of the NCBI C++ Toolkit most basic headers.
#define END_NCBI_SCOPE
End previously defined NCBI scope.
Definition: ncbistl.hpp:103
#define END_SCOPE(ns)
End the previously defined scope.
Definition: ncbistl.hpp:75
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
Definition: ncbistl.hpp:100
#define BEGIN_SCOPE(ns)
Define a new scope.
Definition: ncbistl.hpp:72
Modified on Fri Sep 20 14:57:54 2024 by modify_doxy.py rev. 669887