41 #ifndef ALGO_GNOMON_INTERGENIC_PARAMS_BASE_HPP
42 #define ALGO_GNOMON_INTERGENIC_PARAMS_BASE_HPP
48 #ifndef BEGIN_objects_SCOPE
49 # define BEGIN_objects_SCOPE BEGIN_SCOPE(objects)
50 # define END_objects_SCOPE END_SCOPE(objects)
109 bool IsSetInitp(
void)
const;
116 bool CanGetInitp(
void)
const;
119 void ResetInitp(
void);
125 TInitp GetInitp(
void)
const;
147 bool IsSetTo_single(
void)
const;
154 bool CanGetTo_single(
void)
const;
157 void ResetTo_single(
void);
184 bool IsSetLength(
void)
const;
191 bool CanGetLength(
void)
const;
194 void ResetLength(
void);
215 virtual void Reset(
void);
CIntergenic_params_Base –.
CLength_distribution_params –.
Base class for all serializable objects.
static char UnassignedByte(void)
void ThrowUnassigned(TMemberIndex index) const
TSeqPos GetLength(const CSeq_id &id, CScope *scope)
Get sequence length if scope not null, else return max possible TSeqPos.
uint32_t Uint4
4-byte (32-bit) unsigned integer
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define NCBI_XALGOGNOMON_EXPORT
CLength_distribution_params TLength
CIntergenic_params_Base(const CIntergenic_params_Base &)
bool CanGetInitp(void) const
Check if it is safe to call GetInitp method.
bool IsSetTo_single(void) const
probability of next gene to be single-exon Check if a value has been assigned to To_single data membe...
Tparent::CMemberIndex< E_memberIndex, 4 > TmemberIndex
TTo_single & SetTo_single(void)
Assign a value to To_single data member.
bool IsSetInitp(void) const
probability of a genomic point be intergenic Check if a value has been assigned to Initp data member.
void ResetTo_single(void)
Reset To_single data member.
TTo_single GetTo_single(void) const
Get the To_single member data.
bool CanGetTo_single(void) const
Check if it is safe to call GetTo_single method.
bool CanGetLength(void) const
Check if it is safe to call GetLength method.
TInitp GetInitp(void) const
Get the Initp member data.
DECLARE_INTERNAL_TYPE_INFO()
const TLength & GetLength(void) const
Get the Length member data.
void ResetInitp(void)
Reset Initp data member.
TInitp & SetInitp(void)
Assign a value to Initp data member.
TLength & SetLength(void)
Assign a value to Length data member.
void ResetLength(void)
Reset Length data member.
CIntergenic_params_Base & operator=(const CIntergenic_params_Base &)
bool IsSetLength(void) const
Check if a value has been assigned to Length data member.
const GenericPointer< typename T::ValueType > T2 value