SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GroupingConfig.cpp File Reference
#include <boost/algorithm/string.hpp>
#include "ElementsKernel/Exception.h"
#include "Configuration/ConfigManager.h"
#include "SEImplementation/Configuration/GroupingConfig.h"
Include dependency graph for GroupingConfig.cpp:

Go to the source code of this file.

Namespaces

namespace  SourceXtractor

Variables

static const std::string SourceXtractor::GROUPING_ALGORITHM {"grouping-algorithm" }
static const std::string SourceXtractor::GROUPING_HARD_LIMIT {"grouping-hard-limit" }
static const std::string SourceXtractor::GROUPING_MOFFAT_THRESHOLD {"grouping-moffat-threshold" }
static const std::string SourceXtractor::GROUPING_MOFFAT_MAX_DISTANCE {"grouping-moffat-max-distance" }
static const std::string SourceXtractor::GROUPING_ALGORITHM_NONE {"NONE" }
static const std::string SourceXtractor::GROUPING_ALGORITHM_OVERLAP {"OVERLAP" }
static const std::string SourceXtractor::GROUPING_ALGORITHM_SPLIT {"SPLIT" }
static const std::string SourceXtractor::GROUPING_ALGORITHM_MOFFAT {"MOFFAT" }
static const std::string SourceXtractor::GROUPING_ALGORITHM_ASSOC {"ASSOC" }