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

生物技术

开发平台:

C/C++

  1. /*
  2.  * ===========================================================================
  3.  * PRODUCTION $Log: Cdd.hpp,v $
  4.  * PRODUCTION Revision 1000.1  2004/04/12 17:23:30  gouriano
  5.  * PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.18
  6.  * PRODUCTION
  7.  * ===========================================================================
  8.  */
  9. /* $Id: Cdd.hpp,v 1000.1 2004/04/12 17:23:30 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.  * ---------------------------------------------------------------------------
  45.  * $Log: Cdd.hpp,v $
  46.  * Revision 1000.1  2004/04/12 17:23:30  gouriano
  47.  * PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.18
  48.  *
  49.  * Revision 1.18  2004/03/17 17:51:40  gorelenk
  50.  * Added export prefix NCBI_CDD_EXPORT for class CCdd declaration.
  51.  *
  52.  * Revision 1.17  2002/12/06 15:50:29  hurwitz
  53.  * pulled code I added to this class and moved it to cdt_ccd.[c|h]pp
  54.  *
  55.  * Revision 1.16  2002/11/21 22:31:25  hurwitz
  56.  * added another delete rows function
  57.  *
  58.  * Revision 1.15  2002/11/20 17:16:06  hurwitz
  59.  * added functions for getting multiple row indices that match a seq-id
  60.  *
  61.  * Revision 1.14  2002/11/07 02:01:41  hurwitz
  62.  * added GetGIFromSequenceList
  63.  *
  64.  * Revision 1.13  2002/11/05 23:34:36  thiessen
  65.  * Status -> status
  66.  *
  67.  * Revision 1.12  2002/10/21 22:07:49  hurwitz
  68.  * added check for consensus sequence
  69.  *
  70.  * Revision 1.11  2002/10/16 23:33:46  hurwitz
  71.  * added functions for curation-status and old-root descriptions
  72.  *
  73.  * Revision 1.10  2002/10/09 21:22:17  hurwitz
  74.  * small change to previous commit
  75.  *
  76.  * Revision 1.9  2002/10/09 21:00:53  hurwitz
  77.  * added function for getting seq-id string for a row of the alignment
  78.  *
  79.  * Revision 1.8  2002/09/20 18:33:48  hurwitz
  80.  * added functions to support membership display
  81.  *
  82.  * Revision 1.7  2002/08/30 21:25:26  hurwitz
  83.  * added function to re-arrange rows of alignment
  84.  *
  85.  * Revision 1.6  2002/08/02 18:57:40  hurwitz
  86.  * fix STL inconsistencies
  87.  *
  88.  * Revision 1.5  2002/08/02 14:39:34  hurwitz
  89.  * many new features
  90.  *
  91.  * Revision 1.4  2002/07/09 14:51:17  hurwitz
  92.  * added function
  93.  *
  94.  * Revision 1.3  2002/06/19 20:28:58  hurwitz
  95.  * added more support functions for cdd access
  96.  *
  97.  * Revision 1.2  2002/06/10 21:04:28  hurwitz
  98.  * added access function to parent field
  99.  *
  100.  * Revision 1.1  2002/06/06 18:08:16  anyone
  101.  * add custom Cdd operations
  102.  *
  103.  *
  104.  * ===========================================================================
  105.  */
  106. #ifndef OBJECTS_CDD_CDD_HPP
  107. #define OBJECTS_CDD_CDD_HPP
  108. // generated includes
  109. #include <objects/cdd/Cdd_.hpp>
  110. // generated classes
  111. BEGIN_NCBI_SCOPE
  112. BEGIN_objects_SCOPE // namespace ncbi::objects::
  113. class NCBI_CDD_EXPORT CCdd : public CCdd_Base
  114. {
  115.     typedef CCdd_Base Tparent;
  116. public:
  117.     CCdd(void);                                     // constructor
  118.     ~CCdd(void);                                    // destructor
  119. private:
  120.     // Prohibit copy constructor and assignment operator
  121.     CCdd(const CCdd& value);
  122.     CCdd& operator=(const CCdd& value);
  123. };
  124. /////////////////// CCdd inline methods
  125. // constructor
  126. inline
  127. CCdd::CCdd(void)
  128. {
  129. }
  130. /////////////////// end of CCdd inline methods
  131. END_objects_SCOPE // namespace ncbi::objects::
  132. END_NCBI_SCOPE
  133. #endif // OBJECTS_CDD_CDD_HPP
  134. /* Original file checksum: lines: 90, chars: 2283, CRC32: e0b16239 */