NCBI C++ ToolKit
|
#include <corelib/ncbistd.hpp>
#include <corelib/ncbitime.hpp>
#include <objtools/pubseq_gateway/impl/ipg/ipg_exception.hpp>
#include <functional>
#include <tuple>
#include <vector>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
struct | SIpgSubgroupsConfig |
struct | SIpgCds |
Typedefs | |
using | TIpg = Int8 |
using | TGbState = Int4 |
using | TCdsValue = Int4 |
using | TDigest = vector< unsigned char > |
using | TIpgWeights = vector< double > |
using | TPubMedIds = set< Int4 > |
using | TIpgCds = SIpgCds |
Enumerations | |
enum class | EIpgProteinFlags : Int4 { ePartial = 1 , eRemote = 2 , eUnverified = 4 , eMatPeptide = 8 } |
enum class | EIpgSubgroupHashType : Int4 { eUndefined = 0 , eMurmur3Split16 = 1 } |
enum class | EIpgSubgroupsStatus : Int4 { eUndefined = 0 , eNew = 1 , eActive = 2 , eWriteProtected = 3 , eDisabled = 4 } |
Definition at line 45 of file ipg_types.hpp.
using TDigest = vector<unsigned char> |
Definition at line 46 of file ipg_types.hpp.
Definition at line 44 of file ipg_types.hpp.
Definition at line 43 of file ipg_types.hpp.
Definition at line 140 of file ipg_types.hpp.
using TIpgWeights = vector<double> |
Definition at line 47 of file ipg_types.hpp.
using TPubMedIds = set<Int4> |
Definition at line 48 of file ipg_types.hpp.
|
strong |
Enumerator | |
---|---|
ePartial | |
eRemote | |
eUnverified | |
eMatPeptide |
Definition at line 50 of file ipg_types.hpp.
|
strong |
Enumerator | |
---|---|
eUndefined | |
eMurmur3Split16 |
Definition at line 58 of file ipg_types.hpp.
|
strong |
Enumerator | |
---|---|
eUndefined | |
eNew | |
eActive | |
eWriteProtected | |
eDisabled |
Definition at line 64 of file ipg_types.hpp.