MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / FeatureFileOptions

Method FeatureFileOptions

src/openms/source/FORMAT/OPTIONS/FeatureFileOptions.cpp:15–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13namespace 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

Callers 1

testFeatureFileOptionsFunction · 0.80

Calls

no outgoing calls

Tested by 1

testFeatureFileOptionsFunction · 0.64