#include <LensDB.h>
Public Member Functions | |
| LensDBList () | |
| ~LensDBList () | |
| const size_t | GetLensCount () const |
| const lfLens * | GetLens (size_t index) const |
| void | SetLenses (const lfLens **lenses) |
| std::string | GetLensName (size_t index) const |
| void | SetCameraModelMaker (const std::string camMaker, const std::string camModel) |
Private Attributes | |
| const lfLens ** | m_lenses |
| size_t | m_lensCount |
| std::string | m_camMaker |
| std::string | m_camModel |
Definition at line 45 of file LensDB.h.
|
|
Definition at line 1235 of file LensDB.cpp. References m_lenses. |
|
|
Definition at line 1240 of file LensDB.cpp. References m_lenses. |
|
|
Definition at line 1253 of file LensDB.cpp. References m_lenses. Referenced by LoadLensDBDialog::ActivateSelectedLens(). |
|
|
Definition at line 1248 of file LensDB.cpp. Referenced by HuginBase::LensDB::LensDB::FindLenses(), and LoadLensDBDialog::OnSearch(). |
|
|
Definition at line 1282 of file LensDB.cpp. References hugin_utils::doubleToString(), m_camMaker, m_camModel, and m_lenses. Referenced by LoadLensDBDialog::OnSearch(). |
|
||||||||||||
|
Definition at line 1299 of file LensDB.cpp. References m_camMaker, and m_camModel. Referenced by HuginBase::LensDB::LensDB::FindLenses(). |
|
|
Definition at line 1265 of file LensDB.cpp. References m_lensCount, and m_lenses. Referenced by HuginBase::LensDB::LensDB::FindLenses(). |
|
|
Definition at line 58 of file LensDB.h. Referenced by GetLensName(), and SetCameraModelMaker(). |
|
|
Definition at line 59 of file LensDB.h. Referenced by GetLensName(), and SetCameraModelMaker(). |
|
|
Definition at line 57 of file LensDB.h. Referenced by SetLenses(). |
|
|
Definition at line 56 of file LensDB.h. Referenced by GetLens(), GetLensName(), LensDBList(), SetLenses(), and ~LensDBList(). |
1.3.9.1