WIL説明書(C++)  3.0.0
FvOperation.h
[詳解]
1 // $Revision: 1.1 $
2 /*
3  @file FvOperation.h
4  @brief CFvOperation class interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVOPERATION_H_INCLUDED_
9 #define _FVOPERATION_H_INCLUDED_
10 
11 #include "FvImageParser.h"
12 #include "FvOperationDefs.h"
13 
14 #pragma pack(push,_FVCL_PACKING)
15 
16 namespace FVCL
17 {
18 namespace Operation
19 {
20 
22 {
23 public:
24  CFvOperation();
25  virtual ~CFvOperation();
26 
27  virtual CFvOperation& operator = ( const CFvOperation& src );
28  virtual bool operator == ( const CFvOperation& src ) const;
29  virtual bool operator != ( const CFvOperation& src ) const;
30 
31 protected:
32  virtual FHANDLE GetMaskHandle( const FVCL::CFvDataObject* mask ) const;
33 };
34 
35 } // Operation
36 } // FVCL
37 
38 #pragma pack(pop)
39 
40 #endif // _FVOPERATION_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
画像演算関連定義
データオブジェクトの基本クラス
Definition: FvDataObject.h:20
画像解析クラスの基本クラスのインターフェース
画像演算基本クラス
Definition: FvOperation.h:21
画像解析クラスの基本クラス
Definition: FvImageParser.h:33
void * FHANDLE
FIEオブジェクトハンドル
Definition: FvDefs.h:63

Documentation copyright © 2007 FAST Corporation. [B-001864]
Generated on 2023年11月02日(木) 10時12分53秒 for WIL説明書(C++) by doxygen 1.8.11