SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DetectionFrameCoordinatesTask.cpp
Go to the documentation of this file.
1
17
19
20
23
24namespace SourceXtractor {
25
27 auto coordinate_system = source.getProperty<DetectionFrame>().getFrame()->getCoordinateSystem();
28 source.setProperty<DetectionFrameCoordinates>(coordinate_system);
29}
30
31} // SEImplementation namespace
32
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
The SourceInterface is an abstract "source" that has properties attached to it.
const PropertyType & getProperty(unsigned int index=0) const
Convenience template method to call getProperty() with a more user-friendly syntax.