WIL説明書(C++)  3.0.0
FvRotate.h
[詳解]
1 // $Revision: 1.2 $
2 /*
3  @file FvRotate.h
4  @brief CFvRotate class interface
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVROTATE_H_INCLUDED_
9 #define _FVROTATE_H_INCLUDED_
10 
11 #include "FvAffine.h"
12 
13 #pragma pack(push,_FVCL_PACKING)
14 
15 namespace FVCL
16 {
17 namespace GeoTrans
18 {
19 
21 {
22 private:
23  void _Constructor();
24 
25 public:
26  CFvRotate();
28  virtual ~CFvRotate();
29 
30  enum
31  {
32  SrcImageCount = 1,
33  DstImageCount = 2
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 SetAngle( const FVCL::Data::CFvAngle& angle );
43  const FVCL::Data::CFvAngle& GetAngle() const;
44 
45  bool SetAxis( const FVCL::Data::CFvPoint& axis );
46  const FVCL::Data::CFvPoint& GetAxis() const;
47 
48  bool SetShift( const FVCL::Data::CFvPoint& shift );
49  const FVCL::Data::CFvPoint& GetShift() const;
50 
51  virtual CFvRotate& operator = ( const CFvRotate& src );
52  virtual bool operator == ( const CFvRotate& src ) const;
53  virtual bool operator != ( const CFvRotate& src ) const;
54 
55 protected:
56  virtual void Prepare() const;
57 
61 };
62 
63 } // GeoTrans
64 } // FVCL
65 
66 #pragma pack(pop)
67 
68 #endif // _FVROTATE_H_INCLUDED_
#define FVCL_API
DLLエクスポートマクロ
Definition: FvMacros.h:61
点構造クラス
Definition: FvPoint.h:38
画像アフィン変換クラスのインターフェース
FVCL::Data::CFvPoint m_Axis
回転中心座標
Definition: FvRotate.h:59
画像サイズ情報クラス
Definition: ImageSize.h:21
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
角度構造クラス
Definition: FvAngle.h:20
FVCL::Data::CFvAngle m_Angle
回転角
Definition: FvRotate.h:58
画像アフィン変換クラス
Definition: FvAffine.h:22
int INT
整数型(32ビット)
Definition: FvDefs.h:36
FVCL::Data::CFvPoint m_Shift
平行移動量
Definition: FvRotate.h:60
画像回転クラス
Definition: FvRotate.h:20
画像オブジェクト
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