13 #ifndef INCLUDED_numeric_xyz_json_hh
14 #define INCLUDED_numeric_xyz_json_hh
43 coords.
x(data[0].get_value<T>());
44 coords.
y(data[1].get_value<T>());
45 coords.
z(data[2].get_value<T>());
Common function to build vector, vector0, vector1, map.
Value const & z() const
Value z const.
xyzVector< T > deserialize(utility::json_spirit::mArray data)
Value const & y() const
Value y const.
utility::json_spirit::Value serialize(xyzVector< T > coords)
Convert vector to a json_spirit Value.
mConfig::Array_type mArray
Value const & x() const
Value x const.
Fast (x,y,z)-coordinate numeric vector.