| 52 | } |
| 53 | |
| 54 | std::unique_ptr<LayerStoreData> LayerDataPeak::storeFullData() const |
| 55 | { |
| 56 | auto ret = make_unique<LayerStoreDataPeakMapAll>(); |
| 57 | ret->storeFullExperiment(*peak_map_.get()); |
| 58 | return ret; |
| 59 | } |
| 60 | |
| 61 | LayerDataPeak::ProjectionData LayerDataPeak::getProjection(const DIM_UNIT unit_x, const DIM_UNIT unit_y, const RangeAllType& area) const |
| 62 | { |
no test coverage detected