FireSync API
 All Classes Files Functions Variables Typedefs Friends Macros Modules Pages
kAcgInfo.h
Go to the documentation of this file.
1 
8 #ifndef K_FIRESYNC_ACG_INFO_H
9 #define K_FIRESYNC_ACG_INFO_H
10 
12 
13 kBeginHeader()
14 
15 
21 //typedef kAlgInfo kAcgInfo; --forward-declared in kFsDef.x.h
22 
23 
31 
39 kFsFx(kSize) kAcgInfo_CgScale(kAcgInfo info);
40 
41 kEndHeader()
42 
43 #include <kFireSync/Client/Camera/Algorithms/kAcgInfo.x.h>
44 
45 #endif
kBool kAcgInfo_IsRowBased(kAcgInfo info)
Reports whether the algorithm is row-based.
kSize kAcgInfo_CgScale(kAcgInfo info)
Reports CG scale factor of the algorithm.
Abstract base class for CG-based camera algorithms.
Declares the kAlgInfo type.