SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
JacobianTaskFactory.cpp
Go to the documentation of this file.
1
17/*
18 * JacobianTaskFactory.cpp
19 *
20 * Created on: Oct 08, 2018
21 * Author: Alejandro Alvarez Ayllon
22 */
23
27
28namespace SourceXtractor {
29
31 if (property_id.getTypeId() == typeid(JacobianGroup)) {
33 }
34 else if (property_id.getTypeId() == typeid(JacobianSource)) {
36 }
37 return nullptr;
38}
39
40} // end SourceXtractor
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