Structural Bioinformatics Library
Template C++ / Python API for developping structural bioinformatics applications.
T_RMSD_comb_edge_weighted< Structure, MolecularDistance >::Component_statistics Struct Reference

#include <RMSD_comb_edge_weighted.hpp>

Public Member Functions

template<class Archive >
void serialize (Archive &ar, const unsigned BOOST_PFTO int version) const
 

Public Attributes

double component_lrmsd
 The lRMSD of the connected component. More...
 
unsigned component_num_edges
 The number of edges of the connected component. More...
 
std::set< unsigned > residues_one
 The residues of the first structure involved in this component. More...
 
std::set< unsigned > residues_two
 The residues of the second structure involved in this component. More...
 

Member Function Documentation

◆ serialize()

void serialize ( Archive &  ar,
const unsigned BOOST_PFTO int  version 
) const
inline

Member Data Documentation

◆ component_lrmsd

double component_lrmsd

The lRMSD of the connected component.

◆ component_num_edges

unsigned component_num_edges

The number of edges of the connected component.

◆ residues_one

std::set<unsigned> residues_one

The residues of the first structure involved in this component.

◆ residues_two

std::set<unsigned> residues_two

The residues of the second structure involved in this component.