SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | List of all members
SourceXtractor::Plugin Class Referenceabstract

Plugins must implement this interface. More...

#include <Plugin.h>

Inheritance diagram for SourceXtractor::Plugin:
[legend]

Public Member Functions

virtual ~Plugin ()=default
 
virtual std::string getIdString () const =0
 
virtual void registerPlugin (PluginAPI &plugin_api)=0
 

Detailed Description

Plugins must implement this interface.

registerPlugin() is going to be called to give the plugin a chance to register what it needs to.

Definition at line 38 of file Plugin.h.

Constructor & Destructor Documentation

◆ ~Plugin()

virtual SourceXtractor::Plugin::~Plugin ( )
virtualdefault

Member Function Documentation

◆ getIdString()

virtual std::string SourceXtractor::Plugin::getIdString ( ) const
pure virtual

Implemented in SourceXtractor::WorldCentroidPlugin, SourceXtractor::ShapeParametersPlugin, SourceXtractor::PsfPlugin, SourceXtractor::PixelCentroidPlugin, SourceXtractor::PixelBoundariesPlugin, SourceXtractor::PeakValuePlugin, SourceXtractor::OnnxPlugin, SourceXtractor::MultiframeModelFittingPlugin, SourceXtractor::MoffatModelFittingPlugin, SourceXtractor::MeasurementFrameRectanglePlugin, SourceXtractor::MeasurementFramePixelCentroidPlugin, SourceXtractor::MeasurementFrameInfoPlugin, SourceXtractor::MeasurementFrameImagesPlugin, SourceXtractor::MeasurementFrameGroupRectanglePlugin, SourceXtractor::MeasurementFrameCoordinatesPlugin, SourceXtractor::MeasurementFramePlugin, SourceXtractor::KronRadiusPlugin, SourceXtractor::JacobianPlugin, SourceXtractor::IsophotalFluxPlugin, SourceXtractor::GrowthCurvePlugin, SourceXtractor::GroupInfoPlugin, SourceXtractor::FluxRadiusPlugin, SourceXtractor::FlexibleModelFittingPlugin, SourceXtractor::ExternalFlagPlugin, SourceXtractor::DetectionFrameSourceStampPlugin, SourceXtractor::DetectionFramePixelValuesPlugin, SourceXtractor::DetectionFrameInfoPlugin, SourceXtractor::DetectionFrameImagesPlugin, SourceXtractor::DetectionFrameGroupStampPlugin, SourceXtractor::DetectionFrameCoordinatesPlugin, SourceXtractor::AutoPhotometryPlugin, SourceXtractor::AperturePhotometryPlugin, SourceXtractor::VignetPlugin, SourceXtractor::SourceIDsPlugin, SourceXtractor::SourceFlagsPlugin, SourceXtractor::SNRRatioPlugin, SourceXtractor::SaturateFlagPlugin, SourceXtractor::NDetectedPixelsPlugin, SourceXtractor::CoreThresholdPartitionPlugin, SourceXtractor::BoundaryFlagPlugin, and SourceXtractor::BlendedFlagPlugin.

◆ registerPlugin()

virtual void SourceXtractor::Plugin::registerPlugin ( PluginAPI plugin_api)
pure virtual

Implemented in SourceXtractor::WorldCentroidPlugin, SourceXtractor::ShapeParametersPlugin, SourceXtractor::PsfPlugin, SourceXtractor::PixelCentroidPlugin, SourceXtractor::PixelBoundariesPlugin, SourceXtractor::PeakValuePlugin, SourceXtractor::OnnxPlugin, SourceXtractor::MultiframeModelFittingPlugin, SourceXtractor::MoffatModelFittingPlugin, SourceXtractor::MeasurementFrameRectanglePlugin, SourceXtractor::MeasurementFramePixelCentroidPlugin, SourceXtractor::MeasurementFrameInfoPlugin, SourceXtractor::MeasurementFrameImagesPlugin, SourceXtractor::MeasurementFrameGroupRectanglePlugin, SourceXtractor::MeasurementFrameCoordinatesPlugin, SourceXtractor::MeasurementFramePlugin, SourceXtractor::KronRadiusPlugin, SourceXtractor::JacobianPlugin, SourceXtractor::IsophotalFluxPlugin, SourceXtractor::GrowthCurvePlugin, SourceXtractor::GroupInfoPlugin, SourceXtractor::FluxRadiusPlugin, SourceXtractor::FlexibleModelFittingPlugin, SourceXtractor::ExternalFlagPlugin, SourceXtractor::DetectionFrameSourceStampPlugin, SourceXtractor::DetectionFramePixelValuesPlugin, SourceXtractor::DetectionFrameInfoPlugin, SourceXtractor::DetectionFrameImagesPlugin, SourceXtractor::DetectionFrameGroupStampPlugin, SourceXtractor::DetectionFrameCoordinatesPlugin, SourceXtractor::AutoPhotometryPlugin, SourceXtractor::AperturePhotometryPlugin, SourceXtractor::VignetPlugin, SourceXtractor::SourceIDsPlugin, SourceXtractor::SourceFlagsPlugin, SourceXtractor::SNRRatioPlugin, SourceXtractor::SaturateFlagPlugin, SourceXtractor::NDetectedPixelsPlugin, SourceXtractor::CoreThresholdPartitionPlugin, SourceXtractor::BoundaryFlagPlugin, and SourceXtractor::BlendedFlagPlugin.


The documentation for this class was generated from the following file: