SourceXtractorPlusPlus  0.10
Please provide a description of the project.
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 
26 
29 
30 namespace SourceXtractor {
31 
33  static unsigned int group_id = 1;
34  group.setProperty<GroupInfo>(group_id++);
35 }
36 
37 }
38 
39 
SourceXtractor::GroupInfoTask::computeProperties
virtual void computeProperties(SourceGroupInterface &group) const override
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Definition: GroupInfoTask.cpp:32
GroupInfoTask.h
DetectionFrame.h
GroupInfo.h
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::SourceGroupInterface
Defines the interface used to group sources.
Definition: SourceGroupInterface.h:37
SourceXtractor::GroupInfo
Definition: GroupInfo.h:32
SourceXtractor::SourceGroupInterface::setProperty
void setProperty(Args... args)
Definition: SourceInterface.h:72