SourceXtractorPlusPlus  0.14
Please provide a description of the project.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
BenchRendering Class Reference
Inheritance diagram for BenchRendering:
[legend]
Collaboration diagram for BenchRendering:
[legend]

Public Member Functions

FrameModel< DummyPsf
< ImageInterfaceTypePtr >
, ImageInterfaceTypePtr
makeEmptyFrameModel ()
 
FrameModel< DummyPsf
< ImageInterfaceTypePtr >
, ImageInterfaceTypePtr
makeSersicFrameModel ()
 
FrameModel< DummyPsf
< ImageInterfaceTypePtr >
, ImageInterfaceTypePtr
makeCompactSersicFrameModel ()
 
template<typename T >
FrameModel< DummyPsf
< ImageInterfaceTypePtr >
, ImageInterfaceTypePtr
makeDummyFrameModel ()
 
template<typename T >
std::shared_ptr< VectorImage
< SeFloat > > 
measureRasterToImage (int iterations, T &frame_model)
 
Elements::ExitCode mainMethod (std::map< std::string, po::variable_value > &args) override
 
- Public Member Functions inherited from Elements::Program
 Program ()=default
 
virtual ~Program ()
 
virtual OptionsDescription defineSpecificProgramOptions ()
 
virtual std::pair
< OptionsDescription,
PositionalOptionsDescription
defineProgramArguments ()
 
virtual ExitCode mainMethod (std::map< std::string, VariableValue > &args)=0
 

Additional Inherited Members

- Public Types inherited from Elements::Program
typedef
boost::program_options::options_description 
options_description
 
typedef
boost::program_options::positional_options_description 
positional_options_description
 
typedef
boost::program_options::variable_value 
variable_value
 
typedef
boost::program_options::variables_map 
variables_map
 
typedef options_description OptionsDescription
 
typedef
positional_options_description 
PositionalOptionsDescription
 
typedef variable_value VariableValue
 
typedef variables_map VariablesMap
 
typedef Elements::ExitCode ExitCode
 
typedef Elements::Logging Logging
 

Detailed Description

Definition at line 192 of file BenchRendering.cpp.

Member Function Documentation

Elements::ExitCode BenchRendering::mainMethod ( std::map< std::string, po::variable_value > &  args)
inlineoverride

Definition at line 352 of file BenchRendering.cpp.

References Elements::Logging::getLogger(), Elements::Logging::info(), ModelFitting::logger, and Elements::OK.

Here is the call graph for this function:

FrameModel<DummyPsf<ImageInterfaceTypePtr>, ImageInterfaceTypePtr> BenchRendering::makeCompactSersicFrameModel ( )
inline

Definition at line 268 of file BenchRendering.cpp.

References std::vector< T >::emplace_back(), std::make_shared(), std::make_tuple(), std::move(), and pixel_scale.

Here is the call graph for this function:

template<typename T >
FrameModel<DummyPsf<ImageInterfaceTypePtr>, ImageInterfaceTypePtr> BenchRendering::makeDummyFrameModel ( )
inline

Definition at line 306 of file BenchRendering.cpp.

References std::vector< T >::emplace_back(), std::move(), and pixel_scale.

Here is the call graph for this function:

FrameModel<DummyPsf<ImageInterfaceTypePtr>, ImageInterfaceTypePtr> BenchRendering::makeEmptyFrameModel ( )
inline

Definition at line 209 of file BenchRendering.cpp.

References std::move(), and pixel_scale.

Here is the call graph for this function:

FrameModel<DummyPsf<ImageInterfaceTypePtr>, ImageInterfaceTypePtr> BenchRendering::makeSersicFrameModel ( )
inline

Definition at line 228 of file BenchRendering.cpp.

References std::vector< T >::emplace_back(), std::exp(), std::make_shared(), std::move(), and pixel_scale.

Here is the call graph for this function:

template<typename T >
std::shared_ptr<VectorImage<SeFloat> > BenchRendering::measureRasterToImage ( int  iterations,
T &  frame_model 
)
inline

Definition at line 342 of file BenchRendering.cpp.


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