WIL説明書(C++)  3.0.0
FvPolarTransDefs.h
[詳解]
1 // $Revision: 1.1 $
2 /*
3  @file FvPolarTransDefs.h
4  @brief PolarTrans definition
5  @author FAST Corporation
6 */
7 
8 #ifndef _FVPOLARTRANSDEFS_H_INCLUDED_
9 #define _FVPOLARTRANSDEFS_H_INCLUDED_
10 
11 #include "FvMacros.h"
12 #include "FvDefs.h"
13 #include "FvDebug.h"
14 #include "FvErrors.h"
15 
16 namespace FVCL_ErrorCode
17 {
18 namespace PolarTrans
19 {
20  const INT _BASE = 25100;
21 } // PolarTrans
22 } // FVCL_ErrorCode
23 
24 namespace FVCL
25 {
26 namespace PolarTrans
27 {
28 
29 namespace CoordinateMode
30 {
31  const INT Upper = 1;
32  const INT Lower = 2;
33  const INT Left = 3;
34  const INT Right = 4;
35 } // CoordinateMode
36 
37 namespace SamplingMode
38 {
39  const INT NearestNeighbor = 1;
40  const INT Bilinear = 2;
41  const INT Cubic = 4;
42 } // SamplingMode
43 
44 } // PolarTrans
45 } // FVCL
46 
47 #endif // _FVPOLARTRANSDEFS_H_INCLUDED_
const INT _BASE
エラーコード開始番号
Definition: FvPolarTransDefs.h:20
FVCLのネームスペース
Definition: EVCbasicDeclare.txt:9
const INT Cubic
三次畳み込み法
Definition: FvPolarTransDefs.h:41
const INT NearestNeighbor
最近傍法
Definition: FvPolarTransDefs.h:39
int INT
整数型(32ビット)
Definition: FvDefs.h:36
マクロ定義
const INT Lower
下辺
Definition: FvPolarTransDefs.h:32
エラーコード定義
const INT Right
右辺
Definition: FvPolarTransDefs.h:34
const INT Bilinear
共一次線形補間法
Definition: FvPolarTransDefs.h:40
const INT Upper
上辺
Definition: FvPolarTransDefs.h:31
変数型と定数の定義
デバッグ用関数のインターフェース
const INT Left
左辺
Definition: FvPolarTransDefs.h:33
エラーコードネームスペース

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