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

Comparing trunk/OOPSE-4/src/applications/staticProps/Hxy.hpp (file contents):
Revision 2751 by xsun, Fri May 12 21:34:43 2006 UTC vs.
Revision 2752 by gezelter, Tue May 16 02:06:37 2006 UTC

# Line 44 | Line 44
44   *
45   *  Created by Xiuquan Sun on 05/09/06.
46   *  @author  Xiuquan Sun
47 < *  @version $Id: Hxy.hpp,v 1.1 2006-05-12 21:34:43 xsun Exp $
47 > *  @version $Id: Hxy.hpp,v 1.2 2006-05-16 02:06:37 gezelter Exp $
48   *
49   */
50   #ifndef APPLICATIONS_STATICPROPS_HXY_HPP
# Line 58 | Line 58 | namespace oopse { (public)
58    
59    class Hxy : public StaticAnalyser {
60      
61 < public:
61 >  public:
62      Hxy(SimInfo* info, const std::string& filename, const std::string& sele, int nbins_x, int nbins_y, int nrbins);
63      
64      int getnbins() {
65 <      return nbins;
65 >      return nbins_;
66      }
67      
68      int getnBinsX() {
69        return nBinsX_;
70      }
71 <
71 >    
72      int getnBinsY() {
73        return nBinsY_;
74      }
75 <
75 >    
76      virtual void process();
77      
78 < private:
78 >  private:
79      
80      virtual void printSpectrum();
81 <
82 <
81 >        
82      Snapshot* currentSnapshot_;
83 <
83 >    
84      int nProcessed_;
85      std::string selectionScript_;
86      SelectionEvaluator evaluator_;
87      SelectionManager seleMan_;
88 <
88 >    
89      double nBinsX_;
90      double nBinsY_;
91 <    int nbins;
91 >    int nbins_;
92      double dfreq;
93 <
93 >    
94      std::vector<double> gridZ_;
95      std::vector<int> gridsample_;
96      std::vector< std::vector<double> > bin;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines