#include "opticaldesign.h" // qt #include void OpticalDesign::calculate() const { const auto F = get_focalDistanceMm(); const auto w = get_sensorPixelsWidth(); const auto h = get_sensorPixelsHeight(); const auto wMm = get_sensorWidthMm(); const auto hMm = get_sensorHeightMm(); const auto oAngle = get_opticalAxisAngleDegrees(); }