SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
GroupInfoTask.cpp
Go to the documentation of this file.
1
17/*
18 * GroupInfoTask.cpp
19 *
20 * Created on: 2019 M01 29
21 * Author: mschefer
22 */
23
24
27#include <atomic>
28#include <cstdint>
29
30namespace SourceXtractor {
31
33 static std::atomic<std::uint32_t> group_id(1);
34 group.setProperty<GroupInfo>(group_id++);
35}
36
37}
38
39
void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Defines the interface used to group sources.