24 #ifndef __ISetContourWrapCmdData__ 25 #define __ISetContourWrapCmdData__ 27 #include "IPMUnknown.h" 29 #include "IStandOffContourWrapSettings.h" 31 #include "StandOffID.h" 46 enum { kDefaultIID = IID_ISETCONTOURWRAPCMDDATA };
49 virtual void Init(IStandOffContourWrapSettings::ContourWrapType type,
50 int16 pathOrAlphaIndex,
53 bool8 AllowHoles) = 0;
56 virtual IStandOffContourWrapSettings::ContourWrapType GetType()
const = 0;
58 virtual int16 GetIndex()
const = 0;
60 virtual PMReal GetTolerance()
const = 0;
62 virtual uint8 GetThreshold()
const = 0;
64 virtual bool8 GetAllowHoles()
const = 0;
67 #endif // __ISetContourWrapCmdData__