lensfun
0.3.1.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. More... | |
void | lf_camera_destroy (lfCamera *camera) |
Destroy a lfCamera object. More... | |
void | lf_camera_copy (lfCamera *dest, const lfCamera *source) |
Copy the data from one lfCamera structure into another. More... | |
cbool | lf_camera_check (lfCamera *camera) |
These structures and functions allow to define and examine the properties of a camera model.
Copy the data from one lfCamera structure into another.
dest | The destination object |
source | The source object |
void lf_camera_destroy | ( | lfCamera * | camera | ) |
Destroy a lfCamera object.
This is equivalent to C++ "delete camera".
camera | The camera object to destroy. |
lfCamera* lf_camera_new | ( | ) |