SourceXtractorPlusPlus  0.12
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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 
28 namespace SourceXtractor {
29 
31  static unsigned int group_id = 1;
32  group.setProperty<GroupInfo>(group_id++);
33 }
34 
35 }
36 
37 
virtual 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.