gfields
Loading...
Searching...
No Matches
gfield_options.h
Go to the documentation of this file.
1#pragma once
2
3// gemc
4#include "goptions.h"
5
6// gfields
7#include "gfield.h"
8
14namespace gfields {
15
23std::vector<GFieldDefinition> get_GFieldDefinition(const std::shared_ptr<GOptions>& gopts);
24
34
35} // namespace gfields
36
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.