LCP engine v2

see issue 1343
This commit is contained in:
Oliver Duis
2012-05-23 00:11:38 +02:00
parent a86846b670
commit e5d42eb5eb
21 changed files with 193 additions and 101 deletions

View File

@@ -69,6 +69,8 @@ namespace rtengine {
virtual double getFNumber () const =0;
/** @return the focal length used at the exposure */
virtual double getFocalLen () const =0;
/** @return the focal length in 35mm used at the exposure */
virtual double getFocalLen35mm () const =0;
/** @return the shutter speed */
virtual double getShutterSpeed () const =0;
/** @return the exposure compensation */