SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::GroupingCriteria Class Referenceabstract

Criteria used by SourceGrouping to determine if two sources should be grouped together. More...

#include <SourceGrouping.h>

Inheritance diagram for SourceXtractor::GroupingCriteria:
[legend]

Public Member Functions

virtual ~GroupingCriteria ()=default
 Destructor. More...
 
virtual bool shouldGroup (const SourceInterface &first, const SourceInterface &second) const =0
 Determines if the two sources should be grouped together. More...
 
virtual std::set< PropertyIdrequiredProperties () const
 Return a set of used properties so they can be pre-fetched. More...
 

Detailed Description

Criteria used by SourceGrouping to determine if two sources should be grouped together.

Definition at line 84 of file SourceGrouping.h.

Constructor & Destructor Documentation

◆ ~GroupingCriteria()

virtual SourceXtractor::GroupingCriteria::~GroupingCriteria ( )
virtualdefault

Destructor.

Member Function Documentation

◆ requiredProperties()

virtual std::set<PropertyId> SourceXtractor::GroupingCriteria::requiredProperties ( ) const
inlinevirtual

Return a set of used properties so they can be pre-fetched.

Reimplemented in SourceXtractor::MoffatCriteria.

Definition at line 95 of file SourceGrouping.h.

◆ shouldGroup()

virtual bool SourceXtractor::GroupingCriteria::shouldGroup ( const SourceInterface first,
const SourceInterface second 
) const
pure virtual

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