SourceXtractorPlusPlus  0.13
Please provide a description of the project.
DetectionFrameCoordinatesPlugin.cpp
Go to the documentation of this file.
1 
19 
24 
25 namespace SourceXtractor {
26 
28 
31 }
32 
34  return "DetectionFrameCoordinates";
35 }
36 
37 }
38 
39 
DetectionFrameCoordinates.h
SourceXtractor::DetectionFrameCoordinatesPlugin::getIdString
std::string getIdString() const override
Definition: DetectionFrameCoordinatesPlugin.cpp:33
SourceXtractor::DetectionFrameCoordinatesTaskFactory
Definition: DetectionFrameCoordinatesTaskFactory.h:33
std::string
STL class.
SourceXtractor::detection_frame_coordinates_plugin
static StaticPlugin< DetectionFrameCoordinatesPlugin > detection_frame_coordinates_plugin
Definition: DetectionFrameCoordinatesPlugin.cpp:27
StaticPlugin.h
SourceXtractor::DetectionFrameCoordinates
Definition: DetectionFrameCoordinates.h:26
DetectionFrameCoordinatesTaskFactory.h
SourceXtractor
Definition: Aperture.h:30
SourceXtractor::PluginAPI
This interface is given to the plugin to let it access object instances from the framework.
Definition: PluginAPI.h:39
SourceXtractor::TaskFactoryRegistry::registerTaskFactory
void registerTaskFactory()
Definition: TaskFactoryRegistry.h:51
ImageInterfaceTraits.h
SourceXtractor::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
SourceXtractor::StaticPlugin
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
SourceXtractor::DetectionFrameCoordinatesPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition: DetectionFrameCoordinatesPlugin.cpp:29
DetectionFrameCoordinatesPlugin.h