![]() |
Rosetta
2019.31
|
#include <numeric/xyzVector.hh>#include <utility/tools/make_vector.hh>#include <utility/json_spirit/json_spirit_value.h>#include <json.hpp>Namespaces | |
| numeric | |
| Unit headers. | |
Functions | |
| template<typename T > | |
| void | numeric::to_json (nlohmann::json &j, const xyzVector< T > &v) |
| template<typename T > | |
| void | numeric::from_json (const nlohmann::json &j, xyzVector< T > &v) |
| template<typename T > | |
| utility::json_spirit::Value | numeric::serialize (xyzVector< T > coords) |
| Convert vector to a json_spirit Value. More... | |
| template<typename T > | |
| xyzVector< T > | numeric::deserialize (utility::json_spirit::mArray data) |
1.8.7