3#include "SNAPFeatureBase.h"
4#include "DefinitionGUISNAP.h"
12 class FL_EXPORT CSNAPFeatureFLPoint :
public CSNAPFeatureBase
14 SupportToDuplicateObject(CSNAPFeatureFLPoint<T>, *
this);
17 CSNAPFeatureFLPoint();
18 CSNAPFeatureFLPoint(
const CSNAPFeatureFLPoint& rhs);
19 CSNAPFeatureFLPoint(
const CSNAPFeatureFLPoint* pRhs);
20 virtual ~CSNAPFeatureFLPoint();
22 virtual const CResult
Assign(
const CSNAPFeatureFLPoint& rhs);
23 virtual const CResult
Assign(
const CSNAPFeatureFLPoint* pRhs);
25 virtual const CResult
Clear()
override;
27 virtual const CResult SetFigure(
const Foundation::CFLFigure* pFlfFigure);
28 virtual Foundation::CFLPoint<T>* GetFigure()
const;
30 virtual EDefinedParameterType GetParameterType()
const;
32 DeclareGetClassType();
35 Foundation::CFLPoint<T> m_flpObject;
@ Assign
Set the value of CGUIPropertyItemView3DFigure to the specified figure.
@ Clear
Clear all the figure objects.