IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Rows3dInfo.h
1 // Rows3dInfo.h:
3 // -------------
4 //
14 
15 #ifndef __IPSDKIMAGEPROCESSING_ROWS3DINFO_H__
16 #define __IPSDKIMAGEPROCESSING_ROWS3DINFO_H__
17 
18 #include <IPSDKUtil/BaseTypes.h>
19 
20 namespace ipsdk {
21 namespace imaproc {
22 
25 
26 struct Rows3dInfo
27 {
30 
33 };
34 
37 
38 } // end of namespace imaproc
39 } // end of namespace ipsdk
40 
41 #endif // __IPSDKIMAGEPROCESSING_ROWS3DINFO_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
uint64_t ipUInt64
Base types definition.
Definition: BaseTypes.h:55
ipUInt64 _lastProvidedOffsetY
offset of last provided row of data
Definition: Rows3dInfo.h:32
Base types for multiplatform compatibility.
Rows informations for z strip 3d with kernel data parsing.
Definition: Rows3dInfo.h:26
ipUInt64 _firstProvidedOffsetY
offset of first provided row of data
Definition: Rows3dInfo.h:29