Elements  5.10
A C++ base framework for the Euclid Software.
Public Member Functions | List of all members
Elements::Examples::HealpixExample Class Reference
Inheritance diagram for Elements::Examples::HealpixExample:
[legend]
Collaboration diagram for Elements::Examples::HealpixExample:
[legend]

Public Member Functions

ExitCode mainMethod (ELEMENTS_UNUSED map< string, variable_value > &args) override
 
- Public Member Functions inherited from Elements::Program
 Program ()=default
 Constructor. More...
 
virtual ~Program ()
 Destructor. More...
 
virtual boost::program_options::options_description defineSpecificProgramOptions ()
 This methods must be used to define specific program options. More...
 
virtual std::pair< boost::program_options::options_description, boost::program_options::positional_options_description > defineProgramArguments ()
 This methods must be used to the program arguments. More...
 
virtual ExitCode mainMethod (std::map< std::string, boost::program_options::variable_value > &args)=0
 This is the "main" method of all Elements programs. More...
 

Detailed Description

Definition at line 38 of file HealpixExample.cpp.

Member Function Documentation

◆ mainMethod()

ExitCode Elements::Examples::HealpixExample::mainMethod ( ELEMENTS_UNUSED map< string, variable_value > &  args)
inlineoverride

Definition at line 42 of file HealpixExample.cpp.

References Elements::Logging::getLogger(), Elements::Examples::log, and Elements::OK.

Here is the call graph for this function:

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