SourceXtractorPlusPlus  0.15
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
SourceXtractor::CoreThresholdPartitionConfig Class Reference

#include <CoreThresholdPartitionConfig.h>

Inheritance diagram for SourceXtractor::CoreThresholdPartitionConfig:
[legend]
Collaboration diagram for SourceXtractor::CoreThresholdPartitionConfig:
[legend]

Public Member Functions

virtual ~CoreThresholdPartitionConfig ()=default
 
 CoreThresholdPartitionConfig (long manager_id)
 
std::map< std::string,
OptionDescriptionList > 
getProgramOptions () override
 
void initialize (const UserValues &args) override
 
const double & getCoreThreshold () const
 
const int & getCoreMinArea () const
 
- Public Member Functions inherited from Euclid::Configuration::Configuration
virtual void preInitialize (const UserValues &args)
 

Private Attributes

double m_core_threshold
 
int m_core_minarea
 

Detailed Description

Definition at line 31 of file CoreThresholdPartitionConfig.h.

Constructor & Destructor Documentation

virtual SourceXtractor::CoreThresholdPartitionConfig::~CoreThresholdPartitionConfig ( )
virtualdefault
SourceXtractor::CoreThresholdPartitionConfig::CoreThresholdPartitionConfig ( long  manager_id)

Definition at line 42 of file CoreThresholdPartitionConfig.cpp.

References Euclid::Configuration::ConfigManager::getInstance(), and Euclid::Configuration::ConfigManager::registerDependency().

Here is the call graph for this function:

Member Function Documentation

const int & SourceXtractor::CoreThresholdPartitionConfig::getCoreMinArea ( ) const

Definition at line 81 of file CoreThresholdPartitionConfig.cpp.

References m_core_minarea.

const double & SourceXtractor::CoreThresholdPartitionConfig::getCoreThreshold ( ) const

Definition at line 77 of file CoreThresholdPartitionConfig.cpp.

References m_core_threshold.

std::map< std::string, Configuration::OptionDescriptionList > SourceXtractor::CoreThresholdPartitionConfig::getProgramOptions ( )
overridevirtual

Reimplemented from Euclid::Configuration::Configuration.

Definition at line 49 of file CoreThresholdPartitionConfig.cpp.

References std::string::c_str(), SourceXtractor::CORE_MINAREA, SourceXtractor::CORE_THRESH_USE, and SourceXtractor::CORE_THRESHOLD.

Here is the call graph for this function:

void SourceXtractor::CoreThresholdPartitionConfig::initialize ( const UserValues &  args)
overridevirtual

Member Data Documentation

int SourceXtractor::CoreThresholdPartitionConfig::m_core_minarea
private

Definition at line 48 of file CoreThresholdPartitionConfig.h.

Referenced by getCoreMinArea(), and initialize().

double SourceXtractor::CoreThresholdPartitionConfig::m_core_threshold
private

Definition at line 47 of file CoreThresholdPartitionConfig.h.

Referenced by getCoreThreshold(), and initialize().


The documentation for this class was generated from the following files: