| 13 | namespace OpenMS |
| 14 | { |
| 15 | FeatureFileOptions::FeatureFileOptions() : |
| 16 | loadConvexhull_(true), |
| 17 | loadSubordinates_(true), |
| 18 | metadata_only_(false), |
| 19 | has_rt_range_(false), |
| 20 | has_mz_range_(false), |
| 21 | has_intensity_range_(false), |
| 22 | size_only_(false) |
| 23 | { |
| 24 | } |
| 25 | |
| 26 | FeatureFileOptions::~FeatureFileOptions() = default; |
| 27 |
no outgoing calls