SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
MeasurementFrameInfoTaskFactory.cpp
Go to the documentation of this file.
1
22
23using namespace Euclid::Configuration;
24
25namespace SourceXtractor {
26
28 if (property_id.getTypeId() == PropertyId::create<MeasurementFrameInfo>().getTypeId()) {
30 } else {
31 return nullptr;
32 }
33}
34
35} // SEImplementation namespace
36
std::shared_ptr< Task > createTask(const PropertyId &property_id) const override
Returns a Task producing a Property corresponding to the given PropertyId.
Identifier used to set and retrieve properties.
Definition PropertyId.h:40