Celeritas 0.7.0-dev.79+develop.b3dc2e108
|
Construct an ORANGE input from a top-level proto. More...
#include <InputBuilder.hh>
Classes | |
struct | Options |
Input options for construction. More... | |
Public Types | |
Type aliases | |
using | arg_type = ProtoInterface const & |
using | result_type = OrangeInput |
Public Member Functions | |
InputBuilder (Options &&opts) | |
Construct with options. | |
InputBuilder () | |
Construct with defaults. | |
result_type | operator() (ProtoInterface const &global) const |
Construct an ORANGE geometry. | |
Construct an ORANGE input from a top-level proto.
Universe zero is always the global universe; see detail::ProtoMap
.