Raytrix Light Field SDK  4.0
Logo
Public Member Functions | Public Attributes | List of all members
Rx::CRxCalibMetaData Class Reference

Detailed Description

Raytrix Calibration Data description class.

Public Member Functions

 CRxCalibMetaData ()
 Initializes a new instance of the CRxCalibData class. More...
 
virtual ~CRxCalibMetaData ()
 Finalizes an instance of the CRxCalibData class. More...
 

Public Attributes

CRxString CameraHardwareId
 The camera hardware id comprised of the internal camera type and the internal camera serial. More...
 
CRxString CameraSerial
 The camera serial. More...
 
CRxString CameraType
 The camera type. More...
 
CRxString Caption
 The caption. More...
 
CRxString Description
 The description. More...
 
bool IsDefaultCalib
 true if this CRxCalibData is the default calibration. More...
 
bool IsMasterCalib
 True if this CRxCalibMetaData describes a master calibration. More...
 
CRxMainLens MainLens
 The main lens information. More...
 
double MainLensApertureData
 For electronically controllable lenses, this is the data value which reflects the aperture setting. This value may not be the f-number. More...
 
double MainLensFocusData
 For electronically controllable lenses, this is the data value which reflects the focus setting. This value may not be the focus distance in millimeters. More...
 
CRxString UniqueID
 The unique identifier. More...
 

Constructor & Destructor Documentation

Rx::CRxCalibMetaData::CRxCalibMetaData ( )

Initializes a new instance of the CRxCalibData class.

virtual Rx::CRxCalibMetaData::~CRxCalibMetaData ( )
virtual

Finalizes an instance of the CRxCalibData class.

Member Data Documentation

CRxString Rx::CRxCalibMetaData::CameraHardwareId

The camera hardware id comprised of the internal camera type and the internal camera serial.

CRxString Rx::CRxCalibMetaData::CameraSerial

The camera serial.

CRxString Rx::CRxCalibMetaData::CameraType

The camera type.

CRxString Rx::CRxCalibMetaData::Caption

The caption.

CRxString Rx::CRxCalibMetaData::Description

The description.

bool Rx::CRxCalibMetaData::IsDefaultCalib

true if this CRxCalibData is the default calibration.

bool Rx::CRxCalibMetaData::IsMasterCalib

True if this CRxCalibMetaData describes a master calibration.

CRxMainLens Rx::CRxCalibMetaData::MainLens

The main lens information.

double Rx::CRxCalibMetaData::MainLensApertureData

For electronically controllable lenses, this is the data value which reflects the aperture setting. This value may not be the f-number.

double Rx::CRxCalibMetaData::MainLensFocusData

For electronically controllable lenses, this is the data value which reflects the focus setting. This value may not be the focus distance in millimeters.

CRxString Rx::CRxCalibMetaData::UniqueID

The unique identifier.