|
@@ -71,8 +71,7 @@ namespace OTSGBCalculate
|
|
|
|
|
|
COTSFieldDataList myReleventOTSFlds;
|
|
|
COTSParticleList m_listOTSParticles;
|
|
|
- //std::map<COTSParticlePtr, GBParticle> mapAllParticles;
|
|
|
- //std::vector <GBParticle> allMyParticles;
|
|
|
+
|
|
|
void CategoryByMethod1();
|
|
|
|
|
|
// caculate Level by method 2
|
|
@@ -100,12 +99,11 @@ namespace OTSGBCalculate
|
|
|
// duplication
|
|
|
void Duplicate(const CGBFieldData& a_oSource);
|
|
|
|
|
|
- // caculate Level by method 1
|
|
|
-
|
|
|
+
|
|
|
|
|
|
// caculate Level Width
|
|
|
BOOL CaculateLevelThinWidth(COTSParticleList& a_listParticles, GB_CLASSIFY_TYPE a_nLevel);
|
|
|
- //GB_WIDTH_TYPE CaculateLevelWidth(COTSParticlePtr Particle, GB_CLASSIFY_TYPE a_nLevel);
|
|
|
+
|
|
|
|
|
|
BOOL CaculateLevelFatWidth(COTSParticleList& a_listParticles, GB_CLASSIFY_TYPE a_nLevel);
|
|
|
BOOL CaculateSuper(COTSParticleList& a_listParticles, GB_CLASSIFY_TYPE a_nLevel);
|