r309: plotfile changes
[ctsim.git] / include / plotfile.h
index af627b4ed82414927c7b1e8ddb32147e90f0811c..c60e5795cb028ed9aafea3e013748d2a6a696fbe 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: plotfile.h,v 1.2 2000/12/20 14:39:09 kevin Exp $
+**  $Id: plotfile.h,v 1.3 2000/12/20 20:08:48 kevin Exp $
 **
 **  This program is free software; you can redistribute it and/or modify
 **  it under the terms of the GNU General Public License (version 2) as
@@ -137,6 +137,10 @@ public:
 
   int getNumRecords () const
     { return m_iNumRecords; }
+\r
+  bool getMinMax (int startingCol, double& min, double& max) const;\r
+\r
+  bool statistics (int startingCol, double& min, double& max, double& mean, double& mode, double& median, double &stddev) const;\r
 
   unsigned int getNumDescriptions (void) const
       { return m_vecStrDescriptions.size(); }