MMCore
1.4
|
#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 () |
Public Member Functions inherited from Configuration | |
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.