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

Comparing trunk/OOPSE-3.0/src/applications/dynamicProps/CorrelationFunction.hpp (file contents):
Revision 2007 by tim, Sun Feb 13 08:05:33 2005 UTC vs.
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 96 | Line 96 | class CorrelationFunction {
96          int nTimeBins_;
97          std::vector<double> histogram_;
98          std::vector<int> count_;
99 +        std::vector<int> time_;
100          
101 +        SimInfo* info_;
102 +        int storageLayout_;
103 +        std::string dumpFilename_;        
104 +        SelectionManager seleMan1_;
105 +        SelectionManager seleMan2_;          
106 +        
107      private:
108  
109 <        void correlateBlocks(SnapshotBlock* block1, SnapshotBlock* block2);
109 >        void correlateBlocks(int block1, int block2);
110          void correlateFrames(int frame1, int frame2);
111          void updateFrame(int frame);
112          
# Line 109 | Line 116 | class CorrelationFunction {
116  
117          virtual void validateSelection(const SelectionManager& seleMan) {}
118  
119 <        SimInfo* info_;
113 <        int storageLayout_;
114 <        std::string dumpFilename_;
119 >
120          std::string selectionScript1_;
121          std::string selectionScript2_;
122          
123          SelectionEvaluator evaluator1_;
124          SelectionEvaluator evaluator2_;
120        SelectionManager seleMan1_;
121        SelectionManager seleMan2_;        
125  
126          BlockSnapshotManager* bsMan_;        
127  
125
128          std::string outputFilename_;
129  
130          std::string corrFuncType_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines