Utility struct to load GFields from options.
More...
#include <gfield.h>
|
| std::string | name |
| | Key in the gmagneto maps.
|
| |
| std::string | integration_stepper |
| | Type of integration stepper.
|
| |
| double | minimum_step |
| | Minimum step size for integration.
|
| |
| std::string | type |
| | Type of the field.
|
| |
| std::map< std::string, std::string > | field_parameters |
| | Field parameters as key-value pairs.
|
| |
Definition at line 18 of file gfield.h.
◆ GFieldDefinition()
| GFieldDefinition::GFieldDefinition |
( |
| ) |
|
|
default |
◆ add_map_parameter()
| void GFieldDefinition::add_map_parameter |
( |
const std::string & | key, |
|
|
const std::string & | value ) |
|
inline |
- Parameters
-
| key | Parameter key. |
| value | Parameter value. |
Definition at line 36 of file gfield.h.
◆ gfieldPluginName()
| std::string GFieldDefinition::gfieldPluginName |
( |
| ) |
const |
|
inline |
- Returns
- Plugin name as a string.
Definition at line 42 of file gfield.h.
◆ field_parameters
| std::map<std::string, std::string> GFieldDefinition::field_parameters |
◆ integration_stepper
| std::string GFieldDefinition::integration_stepper |
◆ minimum_step
| double GFieldDefinition::minimum_step |
◆ name
| std::string GFieldDefinition::name |
◆ type
| std::string GFieldDefinition::type |
The documentation for this struct was generated from the following file: