| 73 | } |
| 74 | |
| 75 | FeatureMap::FeatureMap() : |
| 76 | MetaInfoInterface(), |
| 77 | RangeManagerContainerType(), |
| 78 | DocumentIdentifier(), |
| 79 | ExposedVector<Feature>(), |
| 80 | UniqueIdInterface(), |
| 81 | UniqueIdIndexer<FeatureMap>(), |
| 82 | protein_identifications_(), |
| 83 | unassigned_peptide_identifications_(), |
| 84 | data_processing_(), |
| 85 | id_data_() |
| 86 | { |
| 87 | } |
| 88 | |
| 89 | FeatureMap::FeatureMap(const FeatureMap& source) : |
| 90 | MetaInfoInterface(source), |