Go to the documentation of this file.Go to the SVN repository for this file.
61 else if (
strtmp ==
"c-region") {
64 else if (
strtmp ==
"caat-signal") {
67 else if (
strtmp ==
"imp-CDS") {
70 else if (
strtmp.substr(0,1) ==
"d-") {
73 else if (
strtmp ==
"gC-signal") {
76 else if (
strtmp ==
"j-segmrnt") {
79 else if (
strtmp ==
"ltr") {
82 else if (
strtmp ==
"misc-RNA") {
85 else if (
strtmp ==
"precursor-RNA") {
88 else if (
strtmp ==
"rbs") {
91 else if (
strtmp ==
"s-region") {
94 else if (
strtmp ==
"sts") {
97 else if (
strtmp ==
"tata-signal") {
100 else if (
strtmp.substr(0, 1) ==
"v-") {
103 else if (
strtmp ==
"n35-signal") {
106 else if (
strtmp ==
"n10-signal") {
109 else if (
strtmp.find(
"n3") != string::npos
110 ||
strtmp.find(
"n5") != string::npos) {
User-defined methods of the data storage class.
CSeqFeatData::ESubtype GetFeatSubtype() const
@ eSubtype_bad
These no longer need to match the FEATDEF values in the C toolkit's objfdef.h.
static ESubtype SubtypeNameToValue(CTempString sName)
Turn a string into its ESubtype which is NOT necessarily related to the identifier of the enum.
#define ENUM_METHOD_NAME(EnumName)
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
EMacro_feature_type
feature values
TType GetType(void) const
Get the Type member data.