- /*
- * ===========================================================================
- * PRODUCTION $Log: Cdd.hpp,v $
- * PRODUCTION Revision 1000.1 2004/04/12 17:23:30 gouriano
- * PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.18
- * PRODUCTION
- * ===========================================================================
- */
- /* $Id: Cdd.hpp,v 1000.1 2004/04/12 17:23:30 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'.
- *
- * ---------------------------------------------------------------------------
- * $Log: Cdd.hpp,v $
- * Revision 1000.1 2004/04/12 17:23:30 gouriano
- * PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.18
- *
- * Revision 1.18 2004/03/17 17:51:40 gorelenk
- * Added export prefix NCBI_CDD_EXPORT for class CCdd declaration.
- *
- * Revision 1.17 2002/12/06 15:50:29 hurwitz
- * pulled code I added to this class and moved it to cdt_ccd.[c|h]pp
- *
- * Revision 1.16 2002/11/21 22:31:25 hurwitz
- * added another delete rows function
- *
- * Revision 1.15 2002/11/20 17:16:06 hurwitz
- * added functions for getting multiple row indices that match a seq-id
- *
- * Revision 1.14 2002/11/07 02:01:41 hurwitz
- * added GetGIFromSequenceList
- *
- * Revision 1.13 2002/11/05 23:34:36 thiessen
- * Status -> status
- *
- * Revision 1.12 2002/10/21 22:07:49 hurwitz
- * added check for consensus sequence
- *
- * Revision 1.11 2002/10/16 23:33:46 hurwitz
- * added functions for curation-status and old-root descriptions
- *
- * Revision 1.10 2002/10/09 21:22:17 hurwitz
- * small change to previous commit
- *
- * Revision 1.9 2002/10/09 21:00:53 hurwitz
- * added function for getting seq-id string for a row of the alignment
- *
- * Revision 1.8 2002/09/20 18:33:48 hurwitz
- * added functions to support membership display
- *
- * Revision 1.7 2002/08/30 21:25:26 hurwitz
- * added function to re-arrange rows of alignment
- *
- * Revision 1.6 2002/08/02 18:57:40 hurwitz
- * fix STL inconsistencies
- *
- * Revision 1.5 2002/08/02 14:39:34 hurwitz
- * many new features
- *
- * Revision 1.4 2002/07/09 14:51:17 hurwitz
- * added function
- *
- * Revision 1.3 2002/06/19 20:28:58 hurwitz
- * added more support functions for cdd access
- *
- * Revision 1.2 2002/06/10 21:04:28 hurwitz
- * added access function to parent field
- *
- * Revision 1.1 2002/06/06 18:08:16 anyone
- * add custom Cdd operations
- *
- *
- * ===========================================================================
- */
- #ifndef OBJECTS_CDD_CDD_HPP
- #define OBJECTS_CDD_CDD_HPP
- // generated includes
- #include <objects/cdd/Cdd_.hpp>
- // generated classes
- BEGIN_NCBI_SCOPE
- BEGIN_objects_SCOPE // namespace ncbi::objects::
- class NCBI_CDD_EXPORT CCdd : public CCdd_Base
- {
- typedef CCdd_Base Tparent;
- public:
- CCdd(void); // constructor
- ~CCdd(void); // destructor
- private:
- // Prohibit copy constructor and assignment operator
- CCdd(const CCdd& value);
- CCdd& operator=(const CCdd& value);
- };
- /////////////////// CCdd inline methods
- // constructor
- inline
- CCdd::CCdd(void)
- {
- }
- /////////////////// end of CCdd inline methods
- END_objects_SCOPE // namespace ncbi::objects::
- END_NCBI_SCOPE
- #endif // OBJECTS_CDD_CDD_HPP
- /* Original file checksum: lines: 90, chars: 2283, CRC32: e0b16239 */