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 1995 by tim, Thu Feb 10 22:37:21 2005 UTC vs.
Revision 2031 by tim, Tue Feb 15 17:11:35 2005 UTC

# Line 79 | Line 79 | class RadialDistrFunc {
79          virtual void preProcess() {}
80          virtual void postProcess() {}
81  
82 +        int getNRealPairs() { return nRealPairs_; }
83 +        
84          SimInfo* info_;
85          Snapshot* currentSnapshot_;
86  
# Line 88 | Line 90 | class RadialDistrFunc {
90          std::string selectionScript1_;
91          std::string selectionScript2_;
92          int nProcessed_;
93 +        
94      private:
95  
96          virtual void initalizeHistogram() {}
# Line 101 | 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