libapogee
3.0.3179
Main Page
Related Pages
Namespaces
Classes
Files
File List
apogee
HiC.h
1
13
#ifndef HIC_INCLUDE_H__
14
#define HIC_INCLUDE_H__
15
16
#include "Quad.h"
17
#include "CameraInfo.h"
18
#include <string>
19
20
class
DLL_EXPORT
HiC
:
public
Quad
21
{
22
public
:
23
HiC
();
24
25
virtual
~
HiC
();
26
27
void
SetSerialNumber(
const
std::string & num);
28
CamInfo::StrDb
GetCamInfo();
29
void
SetCamInfo(
CamInfo::StrDb
& info );
30
31
void
Get4kby4kImage( std::vector<uint16_t> & out );
32
33
private
:
34
const
std::string m_fileName;
35
36
HiC
(
const
HiC
&);
37
HiC
& operator=(
HiC
&);
38
};
39
40
#endif
Generated on Sun Feb 1 2015 13:32:06 for libapogee by
1.8.1.2