ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-4/src/applications/staticProps/RadialDistrFunc.hpp
(Generate patch)

Comparing trunk/OOPSE-4/src/applications/staticProps/RadialDistrFunc.hpp (file contents):
Revision 1994 by tim, Thu Feb 10 18:14:03 2005 UTC vs.
Revision 2032 by tim, Tue Feb 15 17:24:12 2005 UTC

# Line 46 | Line 46 | namespace oopse {
46  
47   #include "selection/SelectionEvaluator.hpp"
48   #include "selection/SelectionManager.hpp"
49 + #include "utils/NumericConstant.hpp"
50   namespace oopse {
51  
52   /**
# Line 78 | Line 79 | class RadialDistrFunc {
79          virtual void preProcess() {}
80          virtual void postProcess() {}
81  
82 +        int getNRealPairs();
83 +        
84          SimInfo* info_;
85          Snapshot* currentSnapshot_;
86  
# Line 87 | Line 90 | class RadialDistrFunc {
90          std::string selectionScript1_;
91          std::string selectionScript2_;
92          int nProcessed_;
93 +        
94      private:
95  
96          virtual void initalizeHistogram() {}
# Line 100 | Line 104 | class RadialDistrFunc {
104          SelectionEvaluator evaluator2_;
105          SelectionManager seleMan1_;
106          SelectionManager seleMan2_;
107 <        
107 >        int nRealPairs_;
108   };
109  
110  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines