SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PixelBoundariesTaskFactory.cpp
Go to the documentation of this file.
1
26
27namespace SourceXtractor {
28
30 if (property_id == PropertyId::create<PixelBoundaries>()) {
32 } else if (property_id == PropertyId::create<PixelBoundariesHalfMaximum>()) {
34 } else {
35 return nullptr;
36 }
37}
38
39} // SEImplementation namespace
40
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