www.pudn.com > Genecircus20070919.rar > Control.h
// Control.h: interface for the CControl class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(AFX_CONTROL_H__CB2FA1B0_08AB_409F_9942_3D0E06DF4051__INCLUDED_)
#define AFX_CONTROL_H__CB2FA1B0_08AB_409F_9942_3D0E06DF4051__INCLUDED_
#include "wx_pch.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class Ccontrol
{
public:
Ccontrol();
virtual ~Ccontrol();
int index;
int index_begin;//gene index
int index_end;
int index_begin_express;//express profile index
int index_end_express;
double mi;
bool supp_or_boost;//false is supp
bool delete_or_keep;
};
#endif // !defined(AFX_CONTROL_H__CB2FA1B0_08AB_409F_9942_3D0E06DF4051__INCLUDED_)