FLImaging 6.5.8.1
SNAPFeatureBase.h
1#pragma once
2
3namespace FLImaging
4{
5 namespace GUI
6 {
7 class FL_EXPORT CSNAPFeatureBase : public Base::CFLBase
8 {
9 SupportToDuplicateAbstractObject(CSNAPFeatureBase);
10
11 public:
12 CSNAPFeatureBase();
13 CSNAPFeatureBase(const CSNAPFeatureBase& rhs);
14 CSNAPFeatureBase(const CSNAPFeatureBase* pRhs);
15 virtual ~CSNAPFeatureBase();
16
17 virtual const CResult Assign(const CSNAPFeatureBase& rhs);
18 virtual const CResult Assign(const CSNAPFeatureBase* pRhs);
19
20 virtual const CResult Clear() = 0;
21
22 virtual const CResult InitializeParemeter();
23
24 DeclareGetClassType();
25 };
26 }
27}
28
@ Assign
CGUIPropertyItemView3DFigure 의 값을 해당 도형으로 설정하는 함수