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 1117 by tim, Thu May 26 22:45:00 2005 UTC vs.
Revision 1118 by chuckv, Tue Jan 16 22:18:04 2007 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);
# Line 123 | Line 123 | namespace oopse {
123      SelectionManager seleMan;
124      SelectionEvaluator evaluator;
125      std::vector<std::string> frame;
126 <
126 >    bool posOnly_;
127    };
128  
129  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines