ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/visitors/LipidTransVisitor.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/visitors/LipidTransVisitor.hpp (file contents):
Revision 2057 by tim, Mon Feb 21 16:57:22 2005 UTC vs.
Revision 2204 by gezelter, Fri Apr 15 22:04:00 2005 UTC

# Line 1 | Line 1
1 < /*
1 > /*
2   * Copyright (c) 2005 The University of Notre Dame. All Rights Reserved.
3   *
4   * The University of Notre Dame grants you ("Licensee") a
# Line 51 | Line 51 | class LipidTransVisitor : public BaseVisitor {
51   #include "selection/SelectionManager.hpp"
52   namespace oopse {
53  
54 < class LipidTransVisitor : public BaseVisitor {
55 <    public:
56 <        LipidTransVisitor(SimInfo* info, const std::string& originSeleScript, const std::string& refSeleScript);
54 >  class LipidTransVisitor : public BaseVisitor {
55 >  public:
56 >    LipidTransVisitor(SimInfo* info, const std::string& originSeleScript, const std::string& refSeleScript);
57          
58 <        virtual void visit(Atom* atom) { internalVisit(atom); }
59 <        virtual void visit(DirectionalAtom* datom) { internalVisit(datom);}
60 <        virtual void visit(RigidBody* rb) { internalVisit(rb);}
58 >    virtual void visit(Atom* atom) { internalVisit(atom); }
59 >    virtual void visit(DirectionalAtom* datom) { internalVisit(datom);}
60 >    virtual void visit(RigidBody* rb) { internalVisit(rb);}
61  
62 <        virtual const std::string toString();
62 >    virtual const std::string toString();
63  
64 <        void update();
64 >    void update();
65          
66 <    protected:
67 <        void internalVisit(StuntDouble* sd);
68 <        SimInfo* info_;
69 <        SelectionEvaluator originEvaluator_;
70 <        SelectionManager originSeleMan_;
71 <        DirectionalAtom* originDatom_;
72 <        SelectionEvaluator refEvaluator_;
73 <        SelectionManager refSeleMan_;
74 <        StuntDouble* refSd_;
75 <        RotMat3x3d rotMat_;
76 <        Vector3d origin_;
77 < };
66 >  protected:
67 >    void internalVisit(StuntDouble* sd);
68 >    SimInfo* info_;
69 >    SelectionEvaluator originEvaluator_;
70 >    SelectionManager originSeleMan_;
71 >    DirectionalAtom* originDatom_;
72 >    SelectionEvaluator refEvaluator_;
73 >    SelectionManager refSeleMan_;
74 >    StuntDouble* refSd_;
75 >    RotMat3x3d rotMat_;
76 >    Vector3d origin_;
77 >  };
78   }
79   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines