A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.ncbi.nlm.nih.gov/IEB/ToolBox/CPP_DOC/doxyhtml/Gnomon__param___8cpp_source.html below:

NCBI C++ ToolKit: src/algo/gnomon/Gnomon_param_.cpp Source File

68  info

->CodeVersion(22400);

69  info

->DataSpec(ncbi::EDataSpec::eASN);

96

m_Coding_region.Destruct();

105  case

e_Non_coding_region:

106

m_object->RemoveReference();

118

(m_object =

new

(pool) ncbi::objects::CIntergenic_params())->

AddReference

();

121

(m_object =

new

(pool) ncbi::objects::CIntron_params())->

AddReference

();

124

(m_object =

new

(pool) ncbi::objects::CExon_params())->

AddReference

();

127

(m_object =

new

(pool) ncbi::objects::CMarkov_chain_array())->

AddReference

();

130

(m_object =

new

(pool) ncbi::objects::CMarkov_chain_array())->

AddReference

();

133

(m_object =

new

(pool) ncbi::objects::CMarkov_chain_array())->

AddReference

();

136

(m_object =

new

(pool) ncbi::objects::CMarkov_chain_array())->

AddReference

();

138  case

e_Coding_region:

139

m_Coding_region.Construct();

141  case

e_Non_coding_region:

142

(m_object =

new

(pool) ncbi::objects::CMarkov_chain_params())->

AddReference

();

165  return

NCBI_NS_NCBI::CInvalidChoiceSelection::GetName(index, sm_SelectionNames,

sizeof

(sm_SelectionNames)/

sizeof

(sm_SelectionNames[0]));

170  throw

NCBI_NS_NCBI::CInvalidChoiceSelection(

DIAG_COMPILE_INFO

,

this

, m_choice, index, sm_SelectionNames,

sizeof

(sm_SelectionNames)/

sizeof

(sm_SelectionNames[0]));

175

CheckSelected(e_Intergenic);

176  return

*

static_cast<const TIntergenic

*

>

(m_object);

188  if

( m_choice != e_Intergenic || m_object != ptr ) {

191

m_choice = e_Intergenic;

197

CheckSelected(e_Intron);

198  return

*

static_cast<const TIntron

*

>

(m_object);

204  return

*

static_cast<TIntron

*

>

(m_object);

210  if

( m_choice != e_Intron || m_object != ptr ) {

219

CheckSelected(e_Exon);

220  return

*

static_cast<const TExon

*

>

(m_object);

226  return

*

static_cast<TExon

*

>

(m_object);

232  if

( m_choice != e_Exon || m_object != ptr ) {

241

CheckSelected(e_Start);

242  return

*

static_cast<const TStart

*

>

(m_object);

248  return

*

static_cast<TStart

*

>

(m_object);

254  if

( m_choice != e_Start || m_object != ptr ) {

263

CheckSelected(e_Stop);

264  return

*

static_cast<const TStop

*

>

(m_object);

270  return

*

static_cast<TStop

*

>

(m_object);

276  if

( m_choice != e_Stop || m_object != ptr ) {

285

CheckSelected(e_Donor);

286  return

*

static_cast<const TDonor

*

>

(m_object);

292  return

*

static_cast<TDonor

*

>

(m_object);

298  if

( m_choice != e_Donor || m_object != ptr ) {

307

CheckSelected(e_Acceptor);

308  return

*

static_cast<const TAcceptor

*

>

(m_object);

314  return

*

static_cast<TAcceptor

*

>

(m_object);

320  if

( m_choice != e_Acceptor || m_object != ptr ) {

323

m_choice = e_Acceptor;

329

CheckSelected(e_Non_coding_region);

342  if

( m_choice != e_Non_coding_region || m_object != ptr ) {

345

m_choice = e_Non_coding_region;

365  info

->CodeVersion(22400);

366  info

->DataSpec(ncbi::EDataSpec::eASN);

389

(*m_Gc_content_range).Reset();

422  info

->RandomOrder();

423  info

->CodeVersion(22400);

424  info

->DataSpec(ncbi::EDataSpec::eASN);

User-defined methods of the data storage class.

User-defined methods of the data storage class.

BEGIN_NAMED_CHOICE_INFO("", CGnomon_param_Base::C_Param)

BEGIN_NAMED_BASE_CLASS_INFO("Gnomon-param", CGnomon_param)

BEGIN_NAMED_CLASS_INFO("", CGnomon_param_Base::C_Gc_content_range)

User-defined methods of the data storage class.

User-defined methods of the data storage class.

User-defined methods of the data storage class.

User-defined methods of the data storage class.

CMarkov_chain_params –.

#define DIAG_COMPILE_INFO

Make compile time diagnostic information object to use in CNcbiDiag and CException.

#define MEMBER_PTR(MemberName)

#define ADD_NAMED_REF_MEMBER(MemberAlias, MemberName, ClassName)

#define ADD_NAMED_REF_CHOICE_VARIANT(MemberAlias, MemberName, ClassName)

#define ADD_NAMED_STD_MEMBER(MemberAlias, MemberName)

#define SET_CLASS_MODULE(ModuleName)

#define SET_INTERNAL_NAME(OwnerName, MemberName)

#define SET_CHOICE_MODULE(ModuleName)

#define ADD_NAMED_BUF_CHOICE_VARIANT(MemberAlias, MemberName, TypeMacro, TypeMacroArgs)

void AddReference(void) const

Add reference to object.

bool IsAllocatedInPool(void) const THROWS_NONE

Check if object is allocated in memory pool (not system heap)

#define END_NCBI_SCOPE

End previously defined NCBI scope.

#define BEGIN_NCBI_SCOPE

Define ncbi namespace.

TAcceptor & SetAcceptor(void)

Select the variant.

TDonor & SetDonor(void)

Select the variant.

TStart & SetStart(void)

Select the variant.

virtual void Reset(void)

Reset the whole object.

const TNon_coding_region & GetNon_coding_region(void) const

Get the variant data.

const TStop & GetStop(void) const

Get the variant data.

const TStart & GetStart(void) const

Get the variant data.

TParam & SetParam(void)

Assign a value to Param data member.

void DoSelect(E_Choice index, CObjectMemoryPool *pool=0)

CRef< TGc_content_range > m_Gc_content_range

const TIntron & GetIntron(void) const

Get the variant data.

C_Gc_content_range TGc_content_range

static string SelectionName(E_Choice index)

Retrieve selection name (for diagnostic purposes).

void Reset(void)

Reset the whole object.

TNon_coding_region & SetNon_coding_region(void)

Select the variant.

~C_Gc_content_range(void)

void Reset(void)

Reset the whole object.

TIntron & SetIntron(void)

Select the variant.

void ResetFrom(void)

Reset From data member.

E_Choice

Choice variants.

TExon & SetExon(void)

Select the variant.

TIntergenic & SetIntergenic(void)

Select the variant.

void ResetSelection(void)

Reset the selection (set it to e_not_set).

const TDonor & GetDonor(void) const

Get the variant data.

void ResetTo(void)

Reset To data member.

const TAcceptor & GetAcceptor(void) const

Get the variant data.

TGc_content_range & SetGc_content_range(void)

Assign a value to Gc_content_range data member.

virtual ~CGnomon_param_Base(void)

void ResetGc_content_range(void)

Reset Gc_content_range data member.

const TIntergenic & GetIntergenic(void) const

Get the variant data.

const TExon & GetExon(void) const

Get the variant data.

static const char *const sm_SelectionNames[]

void ThrowInvalidSelection(E_Choice index) const

Throw 'InvalidSelection' exception.

TStop & SetStop(void)

Select the variant.

void ResetParam(void)

Reset Param data member.

const GenericPointer< typename T::ValueType > T2 value


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4