Rosetta
Namespaces | Functions
xyz.json.hh File Reference
#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< Tnumeric::deserialize (utility::json_spirit::mArray data)
 

Detailed Description

Author
Sam DeLuca