UltraScan III
us_dmga_mc_stats.h
Go to the documentation of this file.
1 #ifndef US_DMGA_MC_STATS_H
3 #define US_DMGA_MC_STATS_H
4 
5 #include <QtCore>
6 
7 #include "us_extern.h"
8 #include "us_model.h"
9 
11 
40 
42 {
43  public:
44 
49  static int build_imodels ( US_Model&, QVector< US_Model >& );
50 
55  static void build_rmsd_stats ( int, QVector< US_Model >&,
56  QVector< double >& );
57 
63  static int build_model_stats ( int, QVector< US_Model >&,
64  QVector< QVector< double > >& );
65 
72  static bool compute_statistics( int, QVector< double >&,
73  QVector< double >&, QVector< double >& );
74 
81  static int build_used_model ( const QString, const int, QVector< US_Model >&,
82  US_Model& );
83 
84 };
85 #endif
86