SourceXtractorPlusPlus  0.13
Please provide a description of the project.
DetectionFrameImagesPlugin.cpp
Go to the documentation of this file.
1 
19 
24 
25 namespace SourceXtractor {
26 
28 
31 }
32 
34  return "DetectionFrameImages";
35 }
36 
37 }
38 
39 
SourceXtractor::DetectionFrameImages
Definition: DetectionFrameImages.h:32
std::string
STL class.
DetectionFrameImagesPlugin.h
SourceXtractor::detection_frame_coordinates_plugin
static StaticPlugin< DetectionFrameCoordinatesPlugin > detection_frame_coordinates_plugin
Definition: DetectionFrameCoordinatesPlugin.cpp:27
StaticPlugin.h
SourceXtractor::DetectionFrameImagesPlugin::registerPlugin
void registerPlugin(PluginAPI &plugin_api) override
Definition: DetectionFrameImagesPlugin.cpp:29
SourceXtractor
Definition: Aperture.h:30
DetectionFrameImagesTaskFactory.h
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::DetectionFrameImagesPlugin::getIdString
std::string getIdString() const override
Definition: DetectionFrameImagesPlugin.cpp:33
SourceXtractor::PluginAPI::getTaskFactoryRegistry
virtual TaskFactoryRegistry & getTaskFactoryRegistry() const =0
SourceXtractor::DetectionFrameImagesTaskFactory
Definition: DetectionFrameImagesTaskFactory.h:33
SourceXtractor::StaticPlugin
Used to register compile-time (static) plugins with the PluginManager.
Definition: StaticPlugin.h:38
DetectionFrameImages.h