| 85 | } |
| 86 | |
| 87 | void BaseFeature::setWidth(BaseFeature::WidthType fwhm) |
| 88 | { |
| 89 | // !!! Dirty hack: as long as featureXML doesn't support a width field, |
| 90 | // we abuse the meta information for this. |
| 91 | // See also FeatureXMLFile::readFeature_(). |
| 92 | width_ = fwhm; |
| 93 | setMetaValue("FWHM", fwhm); |
| 94 | } |
| 95 | |
| 96 | const BaseFeature::ChargeType& BaseFeature::getCharge() const |
| 97 | { |
no outgoing calls