#include <eFEXBDT.h>
Definition at line 16 of file eFEXBDT.h.
◆ from_json
| void from_json |
( |
const nlohmann::json & | j, |
|
|
BDTVariable & | o ) |
|
friend |
Definition at line 21 of file eFEXBDT.h.
21 {
22 j.at(
"name").get_to(o.
m_name);
24 }
std::vector< std::vector< int > > m_scells
◆ m_name
| std::string BDTVariable::m_name |
◆ m_scells
| std::vector<std::vector<int> > BDTVariable::m_scells |
The documentation for this struct was generated from the following file: