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

Comparing trunk/OOPSE-3.0/src/applications/staticProps/RadialDistrFunc.hpp (file contents):
Revision 2036 by tim, Tue Feb 15 17:24:12 2005 UTC vs.
Revision 2037 by tim, Wed Feb 16 19:36:30 2005 UTC

# Line 79 | Line 79 | class RadialDistrFunc {
79          virtual void preProcess() {}
80          virtual void postProcess() {}
81  
82 <        int getNRealPairs();
82 >        int getNPairs() { return nPairs_;}
83          
84          SimInfo* info_;
85          Snapshot* currentSnapshot_;
# Line 96 | Line 96 | class RadialDistrFunc {
96          virtual void initalizeHistogram() {}
97          virtual void collectHistogram(StuntDouble* sd1, StuntDouble* sd2) =0;
98          virtual void processHistogram() = 0;
99 +        void processNonOverlapping(SelectionManager& sman1, SelectionManager& sman2);
100 +        void processOverlapping(SelectionManager& sman);
101  
102          virtual void writeRdf() = 0;
103  
# Line 104 | Line 106 | class RadialDistrFunc {
106          SelectionEvaluator evaluator2_;
107          SelectionManager seleMan1_;
108          SelectionManager seleMan2_;
109 <        int nRealPairs_;
109 >        SelectionManager sele1_minus_common_;
110 >        SelectionManager sele2_minus_common_;
111 >        SelectionManager common_;        
112 >        int nPairs_;
113   };
114  
115  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines