CASM  1.1.0
A Clusters Approach to Statistical Mechanics
LatticeIO.hh
Go to the documentation of this file.
1 #ifndef LATTICEIO_HH
2 #define LATTICEIO_HH
3 
4 namespace CASM {
5 namespace xtal {
6 class Lattice;
7 }
8 
9 class jsonParser;
10 
11 // write Lattice in json as array of vectors
12 jsonParser &to_json(const xtal::Lattice &lat, jsonParser &json);
13 void from_json(xtal::Lattice &lat, const jsonParser &json, double xtal_tol);
14 } // namespace CASM
15 
16 #endif
Main CASM namespace.
Definition: APICommand.hh:8
jsonParser & to_json(const ClexDescription &desc, jsonParser &json)
void from_json(ClexDescription &desc, const jsonParser &json)