#include <filter_clashes.hh>
Public Member Functions | |
BondLengthInfo () | |
BondLengthInfo (Real avg_length, Real avg_zscore, int count) | |
Real | GetAvgLength () |
Real | GetAvgZscore () |
int | GetCount () |
Definition at line 27 of file filter_clashes.hh.
BondLengthInfo | ( | ) | [inline] |
Definition at line 30 of file filter_clashes.hh.
BondLengthInfo | ( | Real | avg_length, | |
Real | avg_zscore, | |||
int | count | |||
) | [inline] |
Definition at line 31 of file filter_clashes.hh.
Real GetAvgLength | ( | ) | [inline] |
Definition at line 35 of file filter_clashes.hh.
Real GetAvgZscore | ( | ) | [inline] |
Definition at line 36 of file filter_clashes.hh.
int GetCount | ( | ) | [inline] |
Definition at line 37 of file filter_clashes.hh.