| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |