wbplg_aligner.hpp

来自「ncbi源码」· HPP 代码 · 共 117 行

HPP
117
字号
/* * =========================================================================== * PRODUCTION $Log: wbplg_aligner.hpp,v $ * PRODUCTION Revision 1000.2  2004/04/12 19:28:29  gouriano * PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.11 * PRODUCTION * =========================================================================== */#ifndef GUI_CORE_ALGO_ALIGN___WBPLUGIN_ALIGNER__HPP#define GUI_CORE_ALGO_ALIGN___WBPLUGIN_ALIGNER__HPP/*  $Id: wbplg_aligner.hpp,v 1000.2 2004/04/12 19:28:29 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. * * =========================================================================== * * Authors:  Yuri Kapustin * * File Description: *    CAlgoPlugin_NeedlemanWunsch -- wraps global alignment algorithms */#include <gui/core/algo.hpp>BEGIN_NCBI_SCOPEclass CAlgoPlugin_NeedlemanWunsch    : public CAlgorithm<CAlgoPlugin_NeedlemanWunsch>{public:    virtual void RunCommand(objects::CPluginMessage& msg);    // static GetInfo() - required by factory    static void GetInfo(objects::CPluginInfo& info);};END_NCBI_SCOPE#endif/* * =========================================================================== * $Log: wbplg_aligner.hpp,v $ * Revision 1000.2  2004/04/12 19:28:29  gouriano * PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.11 * * Revision 1.11  2004/01/27 18:40:31  dicuccio * Code clean-up.  Renamed plugin classes to follow standard pattern * * Revision 1.10  2003/11/04 17:49:22  dicuccio * Changed calling parameters for plugins - pass CPluginMessage instead of paired * CPluginCommand/CPluginReply * * Revision 1.9  2003/10/07 13:46:59  dicuccio * Renamed CPluginURL* to CPluginValue* * * Revision 1.8  2003/07/14 11:10:14  shomrat * Plugin messageing system related changes * * Revision 1.7  2003/06/20 14:52:35  dicuccio * Revised plugin registration - moved GetInfo() into the plugin handler * * Revision 1.6  2003/02/25 14:44:34  dicuccio * Changed accessors to match API changes in plugin arguments * * Revision 1.5  2003/02/24 13:03:14  dicuccio * Renamed classes in plugin spec: *     CArgSeg --> CPluginArgSet *     CArgument --> CPluginArg *     CPluginArgs --> CPluginCommand *     CPluginCommands --> CPluginCommandSet * * Revision 1.4  2003/02/21 17:13:54  dicuccio * Changed enums in CDlgMessageBox - added leading 'e' to avoid * impossible-to-remove conflict with Windows code. * * Revision 1.3  2003/02/20 19:49:53  dicuccio * Created new plugin architecture, based on ASN.1 spec.  Moved GBENCH frameowrk * over to use new plugin architecture. * * Revision 1.2  2003/02/04 22:58:33  kapustin * Split plugin activation into x_Verify() and x_Run(). Add progress callback * * Revision 1.1  2003/01/29 19:10:42  kapustin * Initial revision * * =========================================================================== */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?