6 Star 11 Fork 4

GIScript/GIScript2016

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
UGThreadCommonStatistics.h 955 Bytes
一键复制 编辑 原始数据 按行查看 历史
liyq0307 提交于 2017-03-14 17:06 +08:00 . GIScript更新,和主版本保持一致
#if !defined(_UGTHREAD_COMMONSTATISTICS__H____INCLUDED_)
#define _UGTHREAD_COMMONSTATISTICS__H____INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "Toolkit/UGThread.h"
namespace UGC
{
class UGDataSource;
class UGThreadCommonStatistics : public UGThread
{
public:
UGThreadCommonStatistics(UGDataSource* pDataSource,const UGString& strDataset,
UGdouble dComparedValue, UGint nCompareType, UGbool bNoValue,
UGDataSource* pOutputDS,const UGString& strOutputName);
~UGThreadCommonStatistics(void);
virtual UGint run();
protected:
private:
//UGThreadCommonStatistics(void);
private:
UGDataSource* m_pDataSource;
UGString m_strDataset;
UGdouble m_dComparedValue;
UGint m_nCompareType;
UGbool m_bNoValue;
UGDataSource* m_pOutputDS;
UGString m_strOutputName;
};
}
#endif // !defined(_UGTHREAD_COMMONSTATISTICS__H____INCLUDED_)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/GIScript/GIScript2016.git
git@gitee.com:GIScript/GIScript2016.git
GIScript
GIScript2016
GIScript2016
master

搜索帮助