|
gfields
|
Functions | |
| std::vector< GFieldDefinition > | get_GFieldDefinition (const std::shared_ptr< GOptions > &gopts) |
| Build the list of field definitions from the provided options. | |
| GOptions | defineOptions () |
| Define all options used by the GField module and its built-in field factories. | |
| GOptions gfields::defineOptions | ( | ) |
This function registers:
gmultipoles),gfield, gmagneto, and plugin). Definition at line 48 of file gfield_options.cc.
| std::vector< GFieldDefinition > gfields::get_GFieldDefinition | ( | const std::shared_ptr< GOptions > & | gopts | ) |
| gopts | Shared options container that holds user configuration (e.g. YAML-derived data). |
The returned vector is typically consumed by GMagneto() during construction.
Definition at line 12 of file gfield_options.cc.