MMCore 10.1.1
|
#include <ConfigGroup.h>
Public Member Functions | |
void | setPixelSizeUm (double pixSize) |
double | getPixelSizeUm () const |
void | setPixelConfigAffineMatrix (std::vector< double > &affineMatrix) throw (CMMError) |
std::vector< double > | getPixelConfigAffineMatrix () |
void | setdxdz (double dxdz) |
double | getdxdz () const |
void | setdydz (double dydz) |
double | getdydz () const |
void | setOptimalZUm (double optimalZ) |
double | getOptimalZUm () const |
![]() | |
void | addSetting (const PropertySetting &setting) |
void | deleteSetting (const char *device, const char *prop) |
bool | isPropertyIncluded (const char *device, const char *property) |
bool | isSettingIncluded (const PropertySetting &ps) |
bool | isConfigurationIncluded (const Configuration &cfg) |
PropertySetting | getSetting (size_t index) const throw (CMMError) |
PropertySetting | getSetting (const char *device, const char *prop) |
size_t | size () const |
std::string | getVerbose () const |
Specialized form of configuration designed to detect pixel size from current settings.