ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/branches/development/src/visitors/OtherVisitor.hpp
(Generate patch)

Comparing trunk/src/visitors/OtherVisitor.hpp (file contents):
Revision 543 by tim, Thu May 26 22:45:00 2005 UTC vs.
Revision 1290 by cli2, Wed Sep 10 19:51:45 2008 UTC

# Line 113 | Line 113 | namespace oopse {
113      
114      void writeFrame(std::ostream& outStream);    
115      void clear() {frame.clear();}
116 <    
116 >    void setPosOnly(bool posOnly){posOnly_ = posOnly;}
117    protected:
118      void internalVisit(StuntDouble* sd);
119      bool isSelected(StuntDouble* sd);
120  
121    private:  
122 +    std::string trimmedName(const std::string& atomType);
123 +    std::string baseTypeName(AtomType* at);
124 +
125      SimInfo* info;
126      SelectionManager seleMan;
127      SelectionEvaluator evaluator;
128      std::vector<std::string> frame;
129 <
129 >    bool posOnly_;
130    };
131  
132  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines