You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
|
#ifndef ACTION_MODIFIED_SECTIONWELL_ITEM_H
|
|
|
|
|
|
#define ACTION_MODIFIED_SECTIONWELL_ITEM_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include "ActionModifiedItem.h"
|
|
|
|
|
|
#include "WellPoleLib/WellBaseObj.h"
|
|
|
|
|
|
|
|
|
|
|
|
namespace NAction
|
|
|
|
|
|
{ //<2F><><EFBFBD>𱣴<EFBFBD><F0B1A3B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڱ仯<DAB1>ľ<EFBFBD><C4BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ŀ<EFBFBD><C4BF>Ȼ<EFBFBD><C8BB><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȡ<EFBFBD><C8A1><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ȷ<EFBFBD><C8B7><EFBFBD><EFBFBD>仯ʱ<E4BBAF><CAB1>ʹ<EFBFBD><CAB9><EFBFBD><EFBFBD><EFBFBD><EFBFBD>action<6F><6E><EFBFBD><EFBFBD><EFBFBD>漰<EFBFBD><E6BCB0><EFBFBD>ڶ<EFBFBD><DAB6><EFBFBD><EFBFBD><EFBFBD>bend<6E><64><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ɾ<EFBFBD><C9BE><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӵȣ<D3B5><C8A3><EFBFBD>
|
|
|
|
|
|
class CActionDragSizeSectionWell :public CActionModifiedItem
|
|
|
|
|
|
{
|
|
|
|
|
|
public:
|
|
|
|
|
|
CActionDragSizeSectionWell(CSigmaDoc* ppDoc, UINT actionType, const CPositionList& list,CWellBaseObj* pWellBase);
|
|
|
|
|
|
CActionDragSizeSectionWell(CSigmaDoc* ppDoc, UINT actionType, BOOL bSaveData = TRUE);
|
|
|
|
|
|
virtual ~CActionDragSizeSectionWell(void);
|
|
|
|
|
|
|
|
|
|
|
|
virtual bool AddCloneItem(POSITION pos, COne* pOne, CWellBaseObj* pWellBase,bool bCreateAdd = true);
|
|
|
|
|
|
protected:
|
|
|
|
|
|
virtual void PerformOperation(void);
|
|
|
|
|
|
|
|
|
|
|
|
virtual void PerformOperation(std::unique_ptr<COne> ModifiedEntry::* member); //<2F><>c#<23><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>,<2C><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|
|
|
|
|
|
|
|
|
|
|
WELLOBJVECTOR m_WellObjBaseArr;
|
|
|
|
|
|
std::vector<int> m_WellPosInList;
|
|
|
|
|
|
CArray<long, long> m_indexArray;
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
|
|
|
|
#endif //
|