Cdd.cpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:5k
源码类别:

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: Cdd.cpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/06/01 19:31:53  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.27
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /* $Id: Cdd.cpp,v 1000.1 2004/06/01 19:31:53 gouriano Exp $
  10.  * ===========================================================================
  11.  *
  12.  *                            PUBLIC DOMAIN NOTICE
  13.  *               National Center for Biotechnology Information
  14.  *
  15.  *  This software/database is a "United States Government Work" under the
  16.  *  terms of the United States Copyright Act.  It was written as part of
  17.  *  the author's official duties as a United States Government employee and
  18.  *  thus cannot be copyrighted.  This software/database is freely available
  19.  *  to the public for use. The National Library of Medicine and the U.S.
  20.  *  Government have not placed any restriction on its use or reproduction.
  21.  *
  22.  *  Although all reasonable efforts have been taken to ensure the accuracy
  23.  *  and reliability of the software and data, the NLM and the U.S.
  24.  *  Government do not and cannot warrant the performance or results that
  25.  *  may be obtained by using this software or data. The NLM and the U.S.
  26.  *  Government disclaim all warranties, express or implied, including
  27.  *  warranties of performance, merchantability or fitness for any particular
  28.  *  purpose.
  29.  *
  30.  *  Please cite the author in any work or product based on this material.
  31.  *
  32.  * ===========================================================================
  33.  *
  34.  * Author:  .......
  35.  *
  36.  * File Description:
  37.  *   .......
  38.  *
  39.  * Remark:
  40.  *   This code was originally generated by application DATATOOL
  41.  *   using specifications from the ASN data definition file
  42.  *   'cdd.asn'.
  43.  */
  44. // standard includes
  45. // generated includes
  46. #include <ncbi_pch.hpp>
  47. #include <objects/cdd/Cdd.hpp>
  48. // generated classes
  49. BEGIN_NCBI_SCOPE
  50. BEGIN_objects_SCOPE // namespace ncbi::objects::
  51. // destructor
  52. CCdd::~CCdd(void) {
  53. }
  54. END_objects_SCOPE // namespace ncbi::objects::
  55. END_NCBI_SCOPE
  56. /*
  57.  * ===========================================================================
  58.  * $Log: Cdd.cpp,v $
  59.  * Revision 1000.1  2004/06/01 19:31:53  gouriano
  60.  * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.27
  61.  *
  62.  * Revision 1.27  2004/05/19 17:19:41  gorelenk
  63.  * Added include of PCH - ncbi_pch.hpp
  64.  *
  65.  * Revision 1.26  2002/12/06 15:51:33  hurwitz
  66.  * pulled code I added to this class and moved it to cdt_ccd.[c|h]pp
  67.  *
  68.  * Revision 1.25  2002/11/21 22:32:02  hurwitz
  69.  * added another delete rows function
  70.  *
  71.  * Revision 1.24  2002/11/20 17:34:27  hurwitz
  72.  * added functions for getting multiple row indices that match a seq-id,
  73.  * got rid of "new" for some CRef's where not needed
  74.  *
  75.  * Revision 1.23  2002/11/07 02:01:54  hurwitz
  76.  * added GetGIFromSequenceList
  77.  *
  78.  * Revision 1.22  2002/11/04 21:29:09  grichenk
  79.  * Fixed usage of const CRef<> and CRef<> constructor
  80.  *
  81.  * Revision 1.21  2002/10/23 22:58:44  hurwitz
  82.  * changed curation-status strings
  83.  *
  84.  * Revision 1.20  2002/10/21 22:08:41  hurwitz
  85.  * added check for consensus sequence
  86.  *
  87.  * Revision 1.19  2002/10/16 23:33:13  hurwitz
  88.  * added functions for curation-status and old-root descriptions
  89.  *
  90.  * Revision 1.18  2002/10/10 23:55:06  ucko
  91.  * Replace <cstdio>, which does not exist on all our platforms, with good
  92.  * old <stdio.h>.
  93.  *
  94.  * Revision 1.17  2002/10/10 20:56:12  hurwitz
  95.  * fixed ugly code
  96.  *
  97.  * Revision 1.16  2002/10/09 21:22:49  hurwitz
  98.  * small change to previous commit
  99.  *
  100.  * Revision 1.15  2002/10/09 20:59:50  hurwitz
  101.  * added function for getting seq-id string for a row of the alignment
  102.  *
  103.  * Revision 1.14  2002/09/26 14:22:57  hurwitz
  104.  * handle new case for curation status
  105.  *
  106.  * Revision 1.13  2002/09/20 18:35:01  hurwitz
  107.  * added functions to support membership display
  108.  *
  109.  * Revision 1.12  2002/08/30 21:26:08  hurwitz
  110.  * added function to re-arrange rows of alignment
  111.  *
  112.  * Revision 1.11  2002/08/23 14:33:05  hurwitz
  113.  * prefer formal name over common name for taxonomy
  114.  *
  115.  * Revision 1.10  2002/08/02 18:57:19  hurwitz
  116.  * fix STL inconsistencies
  117.  *
  118.  * Revision 1.9  2002/08/02 17:21:40  hurwitz
  119.  * fix due to change in asn1 container class, plus bug fix
  120.  *
  121.  * Revision 1.8  2002/08/02 14:40:01  hurwitz
  122.  * many new features
  123.  *
  124.  * Revision 1.7  2002/07/09 14:50:37  hurwitz
  125.  * added function
  126.  *
  127.  * Revision 1.6  2002/07/05 13:27:42  ucko
  128.  * Tweak to be less sensitive to ASN.1-based types' implementation-details.
  129.  * Move CVS log to end per current practice.
  130.  *
  131.  * Revision 1.5  2002/06/20 14:08:01  hurwitz
  132.  * fix header problem by getting rid of call to CopyASNObject
  133.  *
  134.  * Revision 1.4  2002/06/19 20:29:43  hurwitz
  135.  * added more support functions for cdd access
  136.  *
  137.  * Revision 1.3  2002/06/10 21:05:05  hurwitz
  138.  * added access function to parent field
  139.  *
  140.  * Revision 1.2  2002/06/07 18:35:48  hurwitz
  141.  * fix 2 bugs for Solaris compilation
  142.  *
  143.  * Revision 1.1  2002/06/07 14:44:11  hurwitz
  144.  * extra functions for cdd objects
  145.  *
  146.  *
  147.  * ===========================================================================
  148.  */
  149. /* Original file checksum: lines: 61, chars: 1862, CRC32: 24714fb3 */