WIL説明書(C++)  3.0.0
FvOrOperation.h
[詳解]
1 // $Revision: 1.2 $
2 /*
3  @file FvOrOperation.h
4  @brief CFvOrOperation class interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVOROPERATION_H_INCLUDED_
9 #define _FVOROPERATION_H_INCLUDED_
10 
11 #include "FvOperation.h"
12 
13 #pragma pack(push,_FVCL_PACKING)
14 
15 namespace FVCL
16 {
17 namespace Operation
18 {
19 
21 {
22 private:
23  void _Constructor();
24 
25 public:
28  virtual ~CFvOrOperation();
29 
30  enum
31  {
32  SrcImageCount = 2,
33  DstImageCount = 1
34  };
35 
36  virtual bool Execute();
37  virtual bool IsValid() const;
38  virtual bool Validate( INT option = 0 ) const;
39  virtual FVCL::ImageSize GetValidSize( INT index, INT option = 0 ) const;
40  static INT CheckValidity( const FVCL::Data::CFvImage& src1, const FVCL::Data::CFvImage& src2 );
41 
42  virtual CFvOrOperation& operator = ( const CFvOrOperation& src );
43  virtual bool operator == ( const CFvOrOperation& src ) const;
44  virtual bool operator != ( const CFvOrOperation& src ) const;
45 };
46 
47 } // Operation
48 } // FVCL
49 
50 #pragma pack(pop)
51 
52 #endif // _FVOROPERATION_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
画像演算基本クラスのインターフェース
画像サイズ情報クラス
Definition: ImageSize.h:21
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
int INT
整数型(32ビット)
Definition: FvDefs.h:36
画像間OR演算クラス
Definition: FvOrOperation.h:20
画像演算基本クラス
Definition: FvOperation.h:21
画像オブジェクト
Definition: FvImage.h:64

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