lensfun 0.3.4.0
|
These structures and functions allow to define and examine the properties of a camera model. More...
Classes | |
struct | lfCamera |
Camera data. Unknown fields are set to NULL. More... |
Functions | |
lfCamera * | lf_camera_new () |
Create a new camera object. | |
void | lf_camera_destroy (lfCamera *camera) |
Destroy a lfCamera object. | |
void | lf_camera_copy (lfCamera *dest, const lfCamera *source) |
Copy the data from one lfCamera structure into another. | |
cbool | lf_camera_check (lfCamera *camera) |
These structures and functions allow to define and examine the properties of a camera model.
References cbool, lf_camera_check(), and LF_EXPORT.
Referenced by lf_camera_check().
Copy the data from one lfCamera structure into another.
dest | The destination object |
source | The source object |
References lf_camera_copy(), and LF_EXPORT.
Referenced by lf_camera_copy().
void lf_camera_destroy | ( | lfCamera * | camera | ) |
Destroy a lfCamera object.
This is equivalent to C++ "delete camera".
camera | The camera object to destroy. |
References lf_camera_destroy(), and LF_EXPORT.
Referenced by lf_camera_destroy().
lfCamera * lf_camera_new | ( | ) |
Create a new camera object.
References lf_camera_new(), and LF_EXPORT.
Referenced by lf_camera_new().