Cdd.cpp
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:5k
- /*
- * ===========================================================================
- * PRODUCTION $Log: Cdd.cpp,v $
- * PRODUCTION Revision 1000.1 2004/06/01 19:31:53 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.27
- * PRODUCTION
- * ===========================================================================
- */
- /* $Id: Cdd.cpp,v 1000.1 2004/06/01 19:31:53 gouriano Exp $
- * ===========================================================================
- *
- * PUBLIC DOMAIN NOTICE
- * National Center for Biotechnology Information
- *
- * This software/database is a "United States Government Work" under the
- * terms of the United States Copyright Act. It was written as part of
- * the author's official duties as a United States Government employee and
- * thus cannot be copyrighted. This software/database is freely available
- * to the public for use. The National Library of Medicine and the U.S.
- * Government have not placed any restriction on its use or reproduction.
- *
- * Although all reasonable efforts have been taken to ensure the accuracy
- * and reliability of the software and data, the NLM and the U.S.
- * Government do not and cannot warrant the performance or results that
- * may be obtained by using this software or data. The NLM and the U.S.
- * Government disclaim all warranties, express or implied, including
- * warranties of performance, merchantability or fitness for any particular
- * purpose.
- *
- * Please cite the author in any work or product based on this material.
- *
- * ===========================================================================
- *
- * Author: .......
- *
- * File Description:
- * .......
- *
- * Remark:
- * This code was originally generated by application DATATOOL
- * using specifications from the ASN data definition file
- * 'cdd.asn'.
- */
- // standard includes
- // generated includes
- #include <ncbi_pch.hpp>
- #include <objects/cdd/Cdd.hpp>
- // generated classes
- BEGIN_NCBI_SCOPE
- BEGIN_objects_SCOPE // namespace ncbi::objects::
- // destructor
- CCdd::~CCdd(void) {
- }
- END_objects_SCOPE // namespace ncbi::objects::
- END_NCBI_SCOPE
- /*
- * ===========================================================================
- * $Log: Cdd.cpp,v $
- * Revision 1000.1 2004/06/01 19:31:53 gouriano
- * PRODUCTION: UPGRADED [GCC34_MSVC7] Dev-tree R1.27
- *
- * Revision 1.27 2004/05/19 17:19:41 gorelenk
- * Added include of PCH - ncbi_pch.hpp
- *
- * Revision 1.26 2002/12/06 15:51:33 hurwitz
- * pulled code I added to this class and moved it to cdt_ccd.[c|h]pp
- *
- * Revision 1.25 2002/11/21 22:32:02 hurwitz
- * added another delete rows function
- *
- * Revision 1.24 2002/11/20 17:34:27 hurwitz
- * added functions for getting multiple row indices that match a seq-id,
- * got rid of "new" for some CRef's where not needed
- *
- * Revision 1.23 2002/11/07 02:01:54 hurwitz
- * added GetGIFromSequenceList
- *
- * Revision 1.22 2002/11/04 21:29:09 grichenk
- * Fixed usage of const CRef<> and CRef<> constructor
- *
- * Revision 1.21 2002/10/23 22:58:44 hurwitz
- * changed curation-status strings
- *
- * Revision 1.20 2002/10/21 22:08:41 hurwitz
- * added check for consensus sequence
- *
- * Revision 1.19 2002/10/16 23:33:13 hurwitz
- * added functions for curation-status and old-root descriptions
- *
- * Revision 1.18 2002/10/10 23:55:06 ucko
- * Replace <cstdio>, which does not exist on all our platforms, with good
- * old <stdio.h>.
- *
- * Revision 1.17 2002/10/10 20:56:12 hurwitz
- * fixed ugly code
- *
- * Revision 1.16 2002/10/09 21:22:49 hurwitz
- * small change to previous commit
- *
- * Revision 1.15 2002/10/09 20:59:50 hurwitz
- * added function for getting seq-id string for a row of the alignment
- *
- * Revision 1.14 2002/09/26 14:22:57 hurwitz
- * handle new case for curation status
- *
- * Revision 1.13 2002/09/20 18:35:01 hurwitz
- * added functions to support membership display
- *
- * Revision 1.12 2002/08/30 21:26:08 hurwitz
- * added function to re-arrange rows of alignment
- *
- * Revision 1.11 2002/08/23 14:33:05 hurwitz
- * prefer formal name over common name for taxonomy
- *
- * Revision 1.10 2002/08/02 18:57:19 hurwitz
- * fix STL inconsistencies
- *
- * Revision 1.9 2002/08/02 17:21:40 hurwitz
- * fix due to change in asn1 container class, plus bug fix
- *
- * Revision 1.8 2002/08/02 14:40:01 hurwitz
- * many new features
- *
- * Revision 1.7 2002/07/09 14:50:37 hurwitz
- * added function
- *
- * Revision 1.6 2002/07/05 13:27:42 ucko
- * Tweak to be less sensitive to ASN.1-based types' implementation-details.
- * Move CVS log to end per current practice.
- *
- * Revision 1.5 2002/06/20 14:08:01 hurwitz
- * fix header problem by getting rid of call to CopyASNObject
- *
- * Revision 1.4 2002/06/19 20:29:43 hurwitz
- * added more support functions for cdd access
- *
- * Revision 1.3 2002/06/10 21:05:05 hurwitz
- * added access function to parent field
- *
- * Revision 1.2 2002/06/07 18:35:48 hurwitz
- * fix 2 bugs for Solaris compilation
- *
- * Revision 1.1 2002/06/07 14:44:11 hurwitz
- * extra functions for cdd objects
- *
- *
- * ===========================================================================
- */
- /* Original file checksum: lines: 61, chars: 1862, CRC32: 24714fb3 */