summaryrefslogtreecommitdiff
path: root/src/ImageMetaData.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 19:21:16 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-10-30 19:21:16 +0100
commit4188cb198bec8a83cfeb893608af2bd39d515449 (patch)
treed2550316a33d311e80a58ad4ef9b3877890dae94 /src/ImageMetaData.H
parent19bec8bde89fc08f6497a346b2121bcd96d1f528 (diff)
scale -> focal_length_35mm
Diffstat (limited to 'src/ImageMetaData.H')
-rw-r--r--src/ImageMetaData.H6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ImageMetaData.H b/src/ImageMetaData.H
index 7116d98..48d5043 100644
--- a/src/ImageMetaData.H
+++ b/src/ImageMetaData.H
@@ -28,7 +28,7 @@ class ImageMetaData {
double direction;
double nick;
double tilt;
- double focallength_sensor_ratio;
+ double focal_length_35mm;
double scale;
int projection_type;
@@ -48,7 +48,7 @@ class ImageMetaData {
double get_direction();
double get_nick();
double get_tilt();
- double get_focallength_sensor_ratio();
+ double get_focal_length_35mm();
int get_projection_type();
void set_longitude(double v);
@@ -57,7 +57,7 @@ class ImageMetaData {
void set_direction(double v);
void set_nick(double v);
void set_tilt(double v);
- void set_focallength_sensor_ratio(double v);
+ void set_focal_length_35mm(double v);
void set_projection_type(int v);
};
#endif