![]() |
Dakota
Version 6.24
Explore and Predict with Confidence
|
Complete materialized IR state across all top-level blocks. More...
Public Member Functions | |
| IRStore & | active_store (IRBlockType block) |
| const IRStore & | active_store (IRBlockType block) const |
| bool | set_active_method (const String &id) |
| bool | set_active_model (const String &id) |
| bool | set_active_variables (const String &id) |
| bool | set_active_interface (const String &id) |
| bool | set_active_responses (const String &id) |
Public Attributes | |
| IRStore | environment |
| std::vector< IRStore > | method |
| std::vector< IRStore > | model |
| std::vector< IRStore > | variables |
| std::vector< IRStore > | interface |
| std::vector< IRStore > | responses |
| IRActiveSelection | active |
| std::unordered_map< String, size_t > | method_id_to_index |
| std::unordered_map< String, size_t > | model_id_to_index |
| std::unordered_map< String, size_t > | variables_id_to_index |
| std::unordered_map< String, size_t > | interface_id_to_index |
| std::unordered_map< String, size_t > | responses_id_to_index |
Complete materialized IR state across all top-level blocks.