libcootapi
 
Loading...
Searching...
No Matches
/opt/conda/conda-bld/coot-headless_1766554182969/work/api/superpose-results.hh
1
2#include <string>
3#include "validation-information.hh"
4
7 public:
9 std::string superpose_info;
11 std::pair<std::string, std::string> alignment;
14 std::vector<coot::validation_information_t> alignment_info_vec;
15 std::vector<std::pair<coot::residue_validation_information_t, coot::residue_validation_information_t> > aligned_pairs;
16};
superposition results
Definition superpose-results.hh:6
std::vector< coot::validation_information_t > alignment_info_vec
Definition superpose-results.hh:14
std::pair< std::string, std::string > alignment
the superposition alignment
Definition superpose-results.hh:11
std::string superpose_info
the JSON string with the superposition statistics
Definition superpose-results.hh:9