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

Comparing trunk/OOPSE-4/src/applications/staticProps/P2OrderParameter.hpp (file contents):
Revision 2240 by tim, Thu May 26 22:45:00 2005 UTC vs.
Revision 2241 by tim, Fri May 27 04:41:34 2005 UTC

# Line 46 | Line 46 | namespace oopse {
46  
47   namespace oopse {
48  
49    struct OrderParam{
50        double p2;
51        Vector3d director;
52        double angle;
53    };
49      class P2OrderParameter : public StaticAnalyser{
50          public:
51              P2OrderParameter(SimInfo* info, const std::string& filename, const std::string& sele1, const std::string& sele2);
52              virtual void process();
53  
54          private:
60            void writeOrderParam();
55  
56 <            SimInfo* info_;
56 >            struct OrderParam{
57 >                double p2;
58 >                Vector3d director;
59 >                double angle;
60 >            };            
61 >            void writeP2();
62 >
63              Snapshot* currentSnapshot_;
64 <            std::string dumpFilename_;
65 <            std::string outputFilename_;
64 >
65              std::string selectionScript1_;
66              std::string selectionScript2_;
67              SelectionManager seleMan1_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines