WIL説明書(C++)  3.0.0
FvShiftOperation.h
[詳解]
1 // $Revision: 1.2 $
2 /*
3  @file FvShiftOperation.h
4  @brief CFvShiftOperation class interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVSHIFTOPERATION_H_INCLUDED_
9 #define _FVSHIFTOPERATION_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:
27  CFvShiftOperation( const FVCL::Data::CFvImage* src, FVCL::Data::CFvImage* dst, INT shift_amount = 0 );
28  virtual ~CFvShiftOperation();
29 
30  enum
31  {
32  SrcImageCount = 1,
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& src );
41 
42  bool SetShiftAmount( INT shift_amount );
43  INT GetShiftAmount() const;
44 
45  virtual CFvShiftOperation& operator = ( const CFvShiftOperation& src );
46  virtual bool operator == ( const CFvShiftOperation& src ) const;
47  virtual bool operator != ( const CFvShiftOperation& src ) const;
48 
49 protected:
51 };
52 
53 } // Operation
54 } // FVCL
55 
56 #pragma pack(pop)
57 
58 #endif // _FVSHIFTOPERATION_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
画像ビットシフト演算クラス
Definition: FvShiftOperation.h:20
画像演算基本クラス
Definition: FvOperation.h:21
INT m_ShiftAmount
シフト量
Definition: FvShiftOperation.h:50
画像オブジェクト
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