|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <SourceIDTask.h>


Public Member Functions | |
| virtual | ~SourceIDTask ()=default |
| SourceIDTask () | |
| void | computeProperties (SourceInterface &source) const override |
| Computes one or more properties for the Source. | |
| Public Member Functions inherited from SourceXtractor::SourceTask | |
| virtual | ~SourceTask ()=default |
| Destructor. | |
| Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. | |
Static Private Member Functions | |
| static unsigned int | getNewId () |
Definition at line 36 of file SourceIDTask.h.
|
virtualdefault |
|
inline |
Definition at line 41 of file SourceIDTask.h.
|
inlineoverridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 43 of file SourceIDTask.h.
References getNewId(), SourceXtractor::SourceInterface::getProperty(), and SourceXtractor::SourceInterface::setProperty().

|
inlinestaticprivate |
Definition at line 49 of file SourceIDTask.h.
Referenced by computeProperties().