SourceXtractorPlusPlus  0.11
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...
 

Detailed Description

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

Definition at line 83 of file SourceGrouping.h.

Constructor & Destructor Documentation

◆ ~GroupingCriteria()

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

Destructor.

Member Function Documentation

◆ 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: